{
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailMapper.xml"
new file mode 100644
index 00000000..0c874a9d
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailMapper.xml"
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, charge_date, estate_id, output_main_project, output_sub_project, output_money, output_money_year, output_money_main, status, desc, create_person, create_date, update_person, update_date, next_receive_person_id, next_receive_person_name, send_check_date
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailSubMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailSubMapper.java"
new file mode 100644
index 00000000..d0308f03
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailSubMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyEstateOutDetailSub;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 楼盘经费支出明细_审批子表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyEstateOutDetailSubMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailSubMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailSubMapper.xml"
new file mode 100644
index 00000000..41a5b27e
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutDetailSubMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, belong_out_project_id, receive_date, check_advice, check_person_id, check_person_name, check_date, check_status
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutProjectMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutProjectMapper.java"
new file mode 100644
index 00000000..d041a8b7
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutProjectMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyEstateOutProject;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 楼盘经费支出项目 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyEstateOutProjectMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutProjectMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutProjectMapper.xml"
new file mode 100644
index 00000000..a4d7a8d1
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyEstateOutProjectMapper.xml"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, project_name, parent_out_project_id, belong_main_projecct, desc, create_person, create_date, update_person, update_date
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireAccidentMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireAccidentMapper.java"
new file mode 100644
index 00000000..54f7c872
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireAccidentMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyFireAccident;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 消防事故 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyFireAccidentMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireAccidentMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireAccidentMapper.xml"
new file mode 100644
index 00000000..143f3fb9
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireAccidentMapper.xml"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, accident_date, accident_place, occur_reason, related_person, handle_result, loss, remark, company
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireCheckMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireCheckMapper.java"
new file mode 100644
index 00000000..10ae7e06
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireCheckMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyFireCheck;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 消防巡查 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyFireCheckMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireCheckMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireCheckMapper.xml"
new file mode 100644
index 00000000..9b46c4c4
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireCheckMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, check_date, check_place, check_person, check_condition, handle_advice, remark, company
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireExerciseMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireExerciseMapper.java"
new file mode 100644
index 00000000..cb97cd7f
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireExerciseMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyFireExercise;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 消防演练 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyFireExerciseMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireExerciseMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireExerciseMapper.xml"
new file mode 100644
index 00000000..1ef75962
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireExerciseMapper.xml"
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, unit, start_date, stop_date, exercise_purpose, join_persons, assistant_unit, exercise_content, exercise_result, remark, company
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireFacilityMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireFacilityMapper.java"
new file mode 100644
index 00000000..600459f2
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireFacilityMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyFireFacility;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 消防设施 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyFireFacilityMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireFacilityMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireFacilityMapper.xml"
new file mode 100644
index 00000000..8f15878b
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyFireFacilityMapper.xml"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, facility_name, specifications, unit, number, place, leader, remark, company
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGoodsInoutMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGoodsInoutMapper.java"
new file mode 100644
index 00000000..7020bf79
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGoodsInoutMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyGoodsInout;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 物品出入 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyGoodsInoutMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGoodsInoutMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGoodsInoutMapper.xml"
new file mode 100644
index 00000000..f35e7dd6
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGoodsInoutMapper.xml"
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, inout_date, carry_person, id_card, input_type, live_addr, inout_unit, customer_name, inout_goods, agent, remark, company
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenCheckMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenCheckMapper.java"
new file mode 100644
index 00000000..0b0f0d41
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenCheckMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyGreenCheck;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 绿化检查 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyGreenCheckMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenCheckMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenCheckMapper.xml"
new file mode 100644
index 00000000..b6af8384
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenCheckMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, green_code, check_date, check_condition, handle_condition, check_person, remark, company
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenSettingMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenSettingMapper.java"
new file mode 100644
index 00000000..17e62a80
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenSettingMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyGreenSetting;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 绿化设置 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyGreenSettingMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenSettingMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenSettingMapper.xml"
new file mode 100644
index 00000000..c6924615
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyGreenSettingMapper.xml"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ setting_code, setting_name, area, green_date, green_place, leader, main_vegetation, remark, company
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeDetailMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeDetailMapper.java"
new file mode 100644
index 00000000..91d8c55d
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeDetailMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyIncomeDetail;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 收入明细 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyIncomeDetailMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeDetailMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeDetailMapper.xml"
new file mode 100644
index 00000000..a7e822e7
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeDetailMapper.xml"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, charge_date, estate_id, income_project, income_money, desc, create_person, create_date, update_person, update_date
+
+
+
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeProjectMapper.java" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeProjectMapper.java"
new file mode 100644
index 00000000..3b18e868
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeProjectMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyIncomeProject;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 收入项目 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyIncomeProjectMapper extends BaseMapper {
+
+}
diff --git "a/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeProjectMapper.xml" "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeProjectMapper.xml"
new file mode 100644
index 00000000..75422fe4
--- /dev/null
+++ "b/project/02\351\241\271\347\233\256\347\216\257\345\242\203\346\220\255\345\273\272\345\217\212\347\231\273\345\275\225\346\223\215\344\275\234/family_service_platform/src/main/java/com/mashibing/mapper/WyIncomeProjectMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+