{
+
+}
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, income_project_name, parent_income_id, 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/WyNoteManageMapper.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/WyNoteManageMapper.java"
new file mode 100644
index 00000000..54eb80d5
--- /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/WyNoteManageMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyNoteManage;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 票据管理 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyNoteManageMapper 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/WyNoteManageMapper.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/WyNoteManageMapper.xml"
new file mode 100644
index 00000000..1e48b3aa
--- /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/WyNoteManageMapper.xml"
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ note_id, note_prefix, note_serial_number, note_status, note_desc, user_id, user_name, create_person, create_date, update_person, update_date, assign_person_id, assign_person_name, assign_date, print_person_id, print_person_name, print_date, note_type, receive_money_id, invalid_reason, invalid_person_id, invalid_person_name, invalid_date, invalid_confirm_person, invalid_confirm_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/WyOutDetailMapper.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/WyOutDetailMapper.java"
new file mode 100644
index 00000000..8c80c030
--- /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/WyOutDetailMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyOutDetail;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 支出明细 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyOutDetailMapper 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/WyOutDetailMapper.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/WyOutDetailMapper.xml"
new file mode 100644
index 00000000..b1d4888c
--- /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/WyOutDetailMapper.xml"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, charge_date, estate_id, out_project, out_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/WyOutProjectMapper.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/WyOutProjectMapper.java"
new file mode 100644
index 00000000..46d9fab5
--- /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/WyOutProjectMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyOutProject;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 支出项目 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyOutProjectMapper 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/WyOutProjectMapper.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/WyOutProjectMapper.xml"
new file mode 100644
index 00000000..a14a5e14
--- /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/WyOutProjectMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, out_project_name, parent_out_project_id, 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/WyPictureManageMapper.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/WyPictureManageMapper.java"
new file mode 100644
index 00000000..825f5e8d
--- /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/WyPictureManageMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyPictureManage;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 图纸管理 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyPictureManageMapper 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/WyPictureManageMapper.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/WyPictureManageMapper.xml"
new file mode 100644
index 00000000..95e41b69
--- /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/WyPictureManageMapper.xml"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, picture_name, picture_type, desc, picture_attach, company, upload_person, upload_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/WyPropertyTakeoverDetailMapper.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/WyPropertyTakeoverDetailMapper.java"
new file mode 100644
index 00000000..0d4bc17f
--- /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/WyPropertyTakeoverDetailMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyPropertyTakeoverDetail;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 物业接管工程明细 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyPropertyTakeoverDetailMapper 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/WyPropertyTakeoverDetailMapper.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/WyPropertyTakeoverDetailMapper.xml"
new file mode 100644
index 00000000..8a8b5629
--- /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/WyPropertyTakeoverDetailMapper.xml"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, takeover_id, project_name, checked, checked_date, checked_result, finish_date, finish_condition, remark
+
+
+
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/WyPropertyTakeoverSchemaMapper.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/WyPropertyTakeoverSchemaMapper.java"
new file mode 100644
index 00000000..8c1dfdc7
--- /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/WyPropertyTakeoverSchemaMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.WyPropertyTakeoverSchema;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 物业接管概要 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface WyPropertyTakeoverSchemaMapper 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/WyPropertyTakeoverSchemaMapper.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/WyPropertyTakeoverSchemaMapper.xml"
new file mode 100644
index 00000000..cf05f682
--- /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/WyPropertyTakeoverSchemaMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+