{
+
+}
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/FySaleContractMapper.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/FySaleContractMapper.xml"
new file mode 100644
index 00000000..35b423aa
--- /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/FySaleContractMapper.xml"
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ sale_contract_id, cell_id, contract_money, contract_date, pay_method, id_number, customer_name, online_phone, phone_number, remark, contract_attach
+
+
+
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/FyShareStandingBookDetailMapper.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/FyShareStandingBookDetailMapper.java"
new file mode 100644
index 00000000..22b1e67c
--- /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/FyShareStandingBookDetailMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.FyShareStandingBookDetail;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 公摊费用台账公表明细 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface FyShareStandingBookDetailMapper 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/FyShareStandingBookDetailMapper.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/FyShareStandingBookDetailMapper.xml"
new file mode 100644
index 00000000..cb2be2cc
--- /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/FyShareStandingBookDetailMapper.xml"
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, standing_book_id, public_box_name, price_unit, share_number, last_read_number, current_read_number, current_use_number, should_pay, last_pay_stop_date, current_pay_start_date, current_pay_stop_date, current_pay_limit_date, receive_cycle
+
+
+
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/FyShareStandingBookMapper.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/FyShareStandingBookMapper.java"
new file mode 100644
index 00000000..af81c2c3
--- /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/FyShareStandingBookMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.FyShareStandingBook;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 公摊费用台账概要 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface FyShareStandingBookMapper 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/FyShareStandingBookMapper.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/FyShareStandingBookMapper.xml"
new file mode 100644
index 00000000..9e2ba5af
--- /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/FyShareStandingBookMapper.xml"
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, standing_book_name, associate_cost_code, remark, create_date, create_person, 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/FyShareUserDetailMapper.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/FyShareUserDetailMapper.java"
new file mode 100644
index 00000000..bbd98de1
--- /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/FyShareUserDetailMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.FyShareUserDetail;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 公摊费用台账用户明细 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface FyShareUserDetailMapper 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/FyShareUserDetailMapper.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/FyShareUserDetailMapper.xml"
new file mode 100644
index 00000000..192f82be
--- /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/FyShareUserDetailMapper.xml"
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, standing_book_id, cell_id, customer_name, box_id, share_money, current_share_number, current_pay_start_date, current_pay_stop_date, current_pay_limit_date, receive_identify, price_unit, cost_identify, receive_id, refund_number, receive_cycle, derate_money, should_pay, invalid_number, derate_delay_money
+
+
+
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/FyStandingBookDetailMapper.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/FyStandingBookDetailMapper.java"
new file mode 100644
index 00000000..0646e29f
--- /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/FyStandingBookDetailMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.FyStandingBookDetail;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 费用台账明细 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface FyStandingBookDetailMapper 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/FyStandingBookDetailMapper.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/FyStandingBookDetailMapper.xml"
new file mode 100644
index 00000000..cd7b914d
--- /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/FyStandingBookDetailMapper.xml"
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, standing_book_id, cell_id, customer_name, box_id, charge_unit, price_unit, last_read_number, current_read_number, current_use_number, should_pay, last_pay_stop_date, last_pay_start_date, current_pay_stop_date, current_pay_limit_date, cost_identify, receive_identify, receive_id, refund_number, receive_cycle, derate_money, should_receive, invalid_number, floor_factor, derate_delay_money, pay_mult
+
+
+
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/FyStandingBookMapper.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/FyStandingBookMapper.java"
new file mode 100644
index 00000000..5434c4a1
--- /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/FyStandingBookMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.FyStandingBook;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 费用台账概要 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface FyStandingBookMapper 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/FyStandingBookMapper.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/FyStandingBookMapper.xml"
new file mode 100644
index 00000000..3561591e
--- /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/FyStandingBookMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, standing_book_name, associate_cost_code, remark, creation_date, creation_person, associate_standing_book_id, 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/FyTemporaryMoneySettingMapper.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/FyTemporaryMoneySettingMapper.java"
new file mode 100644
index 00000000..b6ceb6ee
--- /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/FyTemporaryMoneySettingMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.FyTemporaryMoneySetting;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 临客费项设置 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface FyTemporaryMoneySettingMapper 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/FyTemporaryMoneySettingMapper.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/FyTemporaryMoneySettingMapper.xml"
new file mode 100644
index 00000000..07469a2f
--- /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/FyTemporaryMoneySettingMapper.xml"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, temporary_money_name, upper_money_id, price_unit, money_description, create_person, create_date, update_person, update_date, 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/TblAdviceBoxMapper.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/TblAdviceBoxMapper.java"
new file mode 100644
index 00000000..e438f742
--- /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/TblAdviceBoxMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblAdviceBox;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 意见箱 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblAdviceBoxMapper 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/TblAdviceBoxMapper.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/TblAdviceBoxMapper.xml"
new file mode 100644
index 00000000..cdf835b7
--- /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/TblAdviceBoxMapper.xml"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, name, type, status, admin_id, user_range_id, User_range_name, remark, create_person, create_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/TblAnswerDataMapper.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/TblAnswerDataMapper.java"
new file mode 100644
index 00000000..7d3a782f
--- /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/TblAnswerDataMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblAnswerData;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 题目可选答案信息表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblAnswerDataMapper 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/TblAnswerDataMapper.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/TblAnswerDataMapper.xml"
new file mode 100644
index 00000000..3d71ac1f
--- /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/TblAnswerDataMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, subject_id, answer_name, answer_type, input_record_person, input_record_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/TblArgRecordMapper.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/TblArgRecordMapper.java"
new file mode 100644
index 00000000..40c37016
--- /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/TblArgRecordMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblArgRecord;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 参数档案 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblArgRecordMapper 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/TblArgRecordMapper.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/TblArgRecordMapper.xml"
new file mode 100644
index 00000000..b6e9e973
--- /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/TblArgRecordMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ arg_code, arg_name, arg_value, arg_desc, arg_order, belong_product
+
+
+
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/TblAttuploadMapper.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/TblAttuploadMapper.java"
new file mode 100644
index 00000000..4196be6c
--- /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/TblAttuploadMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblAttupload;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 附件 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblAttuploadMapper 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/TblAttuploadMapper.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/TblAttuploadMapper.xml"
new file mode 100644
index 00000000..b02b1db2
--- /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/TblAttuploadMapper.xml"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ attID, attName, attNewName, attKey, attClass
+
+
+
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/TblColorMapper.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/TblColorMapper.java"
new file mode 100644
index 00000000..d7144d62
--- /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/TblColorMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblColor;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 颜色管理 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblColorMapper 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/TblColorMapper.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/TblColorMapper.xml"
new file mode 100644
index 00000000..33c9dad8
--- /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/TblColorMapper.xml"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ id, color
+
+
+
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/TblCommonLanguageMapper.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/TblCommonLanguageMapper.java"
new file mode 100644
index 00000000..774e562e
--- /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/TblCommonLanguageMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblCommonLanguage;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 常用语 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblCommonLanguageMapper 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/TblCommonLanguageMapper.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/TblCommonLanguageMapper.xml"
new file mode 100644
index 00000000..0805d128
--- /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/TblCommonLanguageMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, content, status, category, create_person, create_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/TblCommonMessageMapper.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/TblCommonMessageMapper.java"
new file mode 100644
index 00000000..e0983f8f
--- /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/TblCommonMessageMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblCommonMessage;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 常用短信 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblCommonMessageMapper 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/TblCommonMessageMapper.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/TblCommonMessageMapper.xml"
new file mode 100644
index 00000000..320b6709
--- /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/TblCommonMessageMapper.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, message_content, message_type
+
+
+
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/TblCompanyMapper.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/TblCompanyMapper.java"
new file mode 100644
index 00000000..a04b2826
--- /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/TblCompanyMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblCompany;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 企业档案 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblCompanyMapper 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/TblCompanyMapper.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/TblCompanyMapper.xml"
new file mode 100644
index 00000000..a7ffebfe
--- /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/TblCompanyMapper.xml"
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, company_full_name, company_simple_name, company_english_name, company_brand, company_type, company_trade, company_addr, post_code, company_phone, company_fax, company_website, company_email, company_national, company_land, open_bank, bank_account, company_leader, register_date, register_money, employee_number, company_intro, 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/TblCompanyRecordMapper.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/TblCompanyRecordMapper.java"
new file mode 100644
index 00000000..4f9bfbc4
--- /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/TblCompanyRecordMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblCompanyRecord;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 单位名录 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblCompanyRecordMapper 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/TblCompanyRecordMapper.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/TblCompanyRecordMapper.xml"
new file mode 100644
index 00000000..48558ff5
--- /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/TblCompanyRecordMapper.xml"
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, company_name, company_add, company_type, compant_grade, parent_company, leader, post_code, company_phone, fax_number, email, simple_desc, remark, input_person, input_time
+
+
+
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/TblComparyNoticeMapper.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/TblComparyNoticeMapper.java"
new file mode 100644
index 00000000..d19bc2a5
--- /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/TblComparyNoticeMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblComparyNotice;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 企业公告 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblComparyNoticeMapper 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/TblComparyNoticeMapper.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/TblComparyNoticeMapper.xml"
new file mode 100644
index 00000000..656febfa
--- /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/TblComparyNoticeMapper.xml"
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, notice_theme, notice_content, start_date, stop_date, receive_type, notice_category, attach_name, attach_path, status, notice_type, notice_attach, input_person, input_date, check_person, check_date, check_advice, allow_user_code, allow_user_name
+
+
+
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/TblCustomTypeMapper.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/TblCustomTypeMapper.java"
new file mode 100644
index 00000000..35c28e50
--- /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/TblCustomTypeMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblCustomType;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 自定义类型 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblCustomTypeMapper 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/TblCustomTypeMapper.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/TblCustomTypeMapper.xml"
new file mode 100644
index 00000000..844dfed2
--- /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/TblCustomTypeMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, name, status, category
+
+
+
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/TblDashboardMapper.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/TblDashboardMapper.java"
new file mode 100644
index 00000000..b3a21a79
--- /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/TblDashboardMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDashboard;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 仪表盘 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDashboardMapper 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/TblDashboardMapper.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/TblDashboardMapper.xml"
new file mode 100644
index 00000000..9adb7d0a
--- /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/TblDashboardMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, data_item, more_path, privileges, Status, belong_product
+
+
+
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/TblDateMapper.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/TblDateMapper.java"
new file mode 100644
index 00000000..b238c676
--- /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/TblDateMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDate;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 工作日期 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDateMapper 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/TblDateMapper.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/TblDateMapper.xml"
new file mode 100644
index 00000000..85b85050
--- /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/TblDateMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, dt, weekday, is_work
+
+
+
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/TblDbSettingMapper.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/TblDbSettingMapper.java"
new file mode 100644
index 00000000..72b37cbe
--- /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/TblDbSettingMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDbSetting;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 数据库设置 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDbSettingMapper 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/TblDbSettingMapper.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/TblDbSettingMapper.xml"
new file mode 100644
index 00000000..559dabd3
--- /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/TblDbSettingMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ db_Url, db_username, db_pwd, db_lib_name, save_path, save_name
+
+
+
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/TblDbbackupMapper.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/TblDbbackupMapper.java"
new file mode 100644
index 00000000..32bb96ec
--- /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/TblDbbackupMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDbbackup;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 数据库备份 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDbbackupMapper 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/TblDbbackupMapper.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/TblDbbackupMapper.xml"
new file mode 100644
index 00000000..4ca49194
--- /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/TblDbbackupMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, db_name, db_url, operate_id, operate_person, operate_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/TblDbrecoveryMapper.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/TblDbrecoveryMapper.java"
new file mode 100644
index 00000000..f24a0930
--- /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/TblDbrecoveryMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDbrecovery;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 数据库还原 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDbrecoveryMapper 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/TblDbrecoveryMapper.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/TblDbrecoveryMapper.xml"
new file mode 100644
index 00000000..c6180843
--- /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/TblDbrecoveryMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, db_name, db_url, operate_id, operate_person, operate_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/TblDbsourceMapper.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/TblDbsourceMapper.java"
new file mode 100644
index 00000000..be418388
--- /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/TblDbsourceMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDbsource;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 数据库 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDbsourceMapper 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/TblDbsourceMapper.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/TblDbsourceMapper.xml"
new file mode 100644
index 00000000..cfd2d95c
--- /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/TblDbsourceMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, source_name, source_desc, source_type, source_class, id_clear, update_date, belong_product
+
+
+
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/TblDeptMapper.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/TblDeptMapper.java"
new file mode 100644
index 00000000..8e85fa24
--- /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/TblDeptMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDept;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 部门信息表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDeptMapper 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/TblDeptMapper.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/TblDeptMapper.xml"
new file mode 100644
index 00000000..37832de8
--- /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/TblDeptMapper.xml"
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, dept_code, dept_name, dept_leader, dept_phone, dept_type, dept_fax, dept_parent, dept_line, dept_privileges, dept_manage_privileges, organ_category, dept_person_number, input_person, input_time, dept_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/TblDeptkeyMapper.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/TblDeptkeyMapper.java"
new file mode 100644
index 00000000..ee45cbdc
--- /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/TblDeptkeyMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDeptkey;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 部门key Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDeptkeyMapper 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/TblDeptkeyMapper.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/TblDeptkeyMapper.xml"
new file mode 100644
index 00000000..46e98354
--- /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/TblDeptkeyMapper.xml"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ id, dept_name
+
+
+
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/TblDesktopMapper.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/TblDesktopMapper.java"
new file mode 100644
index 00000000..f61480a2
--- /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/TblDesktopMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblDesktop;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 桌面 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblDesktopMapper 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/TblDesktopMapper.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/TblDesktopMapper.xml"
new file mode 100644
index 00000000..1513b0bd
--- /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/TblDesktopMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, name, more_path, privileges, status, belong_product
+
+
+
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/TblEmailReceiveMapper.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/TblEmailReceiveMapper.java"
new file mode 100644
index 00000000..d7a52ea0
--- /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/TblEmailReceiveMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblEmailReceive;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 邮件接受 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblEmailReceiveMapper 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/TblEmailReceiveMapper.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/TblEmailReceiveMapper.xml"
new file mode 100644
index 00000000..30a86c07
--- /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/TblEmailReceiveMapper.xml"
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, email_send_id, receive_id, receive_person_code, receive_person_name, email_title, email_content, important_grade, status, is_delete, is_secret_send, email_attach, receive_type, send_person_id, send_person_name, send_date, receive_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/TblEmailSendMapper.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/TblEmailSendMapper.java"
new file mode 100644
index 00000000..760d40fa
--- /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/TblEmailSendMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblEmailSend;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 邮件发送 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblEmailSendMapper 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/TblEmailSendMapper.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/TblEmailSendMapper.xml"
new file mode 100644
index 00000000..c0807b5d
--- /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/TblEmailSendMapper.xml"
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, receive_person_code, receive_person_name, email_title, email_content, important_grade, is_draft, is_delete, is_secret_send, email_attach, send_type, send_person, send_name, send_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/TblEmployeeContactCategoryMapper.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/TblEmployeeContactCategoryMapper.java"
new file mode 100644
index 00000000..c953523e
--- /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/TblEmployeeContactCategoryMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblEmployeeContactCategory;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 员工通讯录类别 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblEmployeeContactCategoryMapper 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/TblEmployeeContactCategoryMapper.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/TblEmployeeContactCategoryMapper.xml"
new file mode 100644
index 00000000..458488e0
--- /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/TblEmployeeContactCategoryMapper.xml"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, category_name, order_id, remark, parent_category_id, line, create_person_id, create_person, privileges
+
+
+
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/TblEmployeeContactMapper.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/TblEmployeeContactMapper.java"
new file mode 100644
index 00000000..5c538e3d
--- /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/TblEmployeeContactMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblEmployeeContact;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 员工通讯录 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblEmployeeContactMapper 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/TblEmployeeContactMapper.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/TblEmployeeContactMapper.xml"
new file mode 100644
index 00000000..dc8aa233
--- /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/TblEmployeeContactMapper.xml"
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, order_id, category_name, category_id, name, work_num, dept, role, position, gender, birthday, office_phone, fax, move_phone, home_phone, email, qq, wchat, inner_msn, addr, post_code, remark, create_person_id, create_person, create_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/TblEnvirSettingMapper.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/TblEnvirSettingMapper.java"
new file mode 100644
index 00000000..3392fe18
--- /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/TblEnvirSettingMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblEnvirSetting;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 环境配置 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblEnvirSettingMapper 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/TblEnvirSettingMapper.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/TblEnvirSettingMapper.xml"
new file mode 100644
index 00000000..21fa88ee
--- /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/TblEnvirSettingMapper.xml"
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, logo_name, product_name, version, current_version, type, is_main, custom_text_one, custom_text_two, custom_text_three, custom_text_four, set_time, product_id
+
+
+
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/TblFunctionModelMapper.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/TblFunctionModelMapper.java"
new file mode 100644
index 00000000..5236c6b7
--- /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/TblFunctionModelMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblFunctionModel;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 功能模块 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblFunctionModelMapper 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/TblFunctionModelMapper.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/TblFunctionModelMapper.xml"
new file mode 100644
index 00000000..35ef93cd
--- /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/TblFunctionModelMapper.xml"
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, model_name, model_type, model_parent, model_status, model_url, model_analyse_ref, model_report_analyse, model_icon, model_property, model_desc, is_control, m_full, m_add, m_mod, m_del, m_exp, m_aud, m_exe, m_que, d_person, d_dept, d_company, orderid, create_person, create_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/TblGroupRecordMapper.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/TblGroupRecordMapper.java"
new file mode 100644
index 00000000..f43dea95
--- /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/TblGroupRecordMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblGroupRecord;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 群组档案 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblGroupRecordMapper 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/TblGroupRecordMapper.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/TblGroupRecordMapper.xml"
new file mode 100644
index 00000000..fbf84dfa
--- /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/TblGroupRecordMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ group_record_id, group_name, group_type, group_desc, group_member_id, group_member_name, create_person, create_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/TblGroupsTodoMapper.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/TblGroupsTodoMapper.java"
new file mode 100644
index 00000000..38ec96a0
--- /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/TblGroupsTodoMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblGroupsTodo;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 分组待办事项 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblGroupsTodoMapper 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/TblGroupsTodoMapper.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/TblGroupsTodoMapper.xml"
new file mode 100644
index 00000000..eacce737
--- /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/TblGroupsTodoMapper.xml"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ id, todo_id
+
+
+
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/TblGroupsUserMapper.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/TblGroupsUserMapper.java"
new file mode 100644
index 00000000..36fba31c
--- /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/TblGroupsUserMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblGroupsUser;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 分组用户 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblGroupsUserMapper 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/TblGroupsUserMapper.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/TblGroupsUserMapper.xml"
new file mode 100644
index 00000000..a8fbf84d
--- /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/TblGroupsUserMapper.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ group_id, obj_id, obj_type
+
+
+
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/TblLoginLogMapper.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/TblLoginLogMapper.java"
new file mode 100644
index 00000000..01a62dbb
--- /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/TblLoginLogMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblLoginLog;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 登录日志 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblLoginLogMapper 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/TblLoginLogMapper.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/TblLoginLogMapper.xml"
new file mode 100644
index 00000000..d8c1d1f6
--- /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/TblLoginLogMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, login_date, login_ip, login_status, open_mk, login_mechine_name, login_port, login_door
+
+
+
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/TblMainMenuMapper.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/TblMainMenuMapper.java"
new file mode 100644
index 00000000..53c62c6c
--- /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/TblMainMenuMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMainMenu;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 主菜单 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMainMenuMapper 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/TblMainMenuMapper.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/TblMainMenuMapper.xml"
new file mode 100644
index 00000000..4a25e381
--- /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/TblMainMenuMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, main_menu_name, main_menu_url, main_menu_icon, main_menu_status, main_menu_key, main_menu_order, belong_product
+
+
+
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/TblMessageChargeMapper.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/TblMessageChargeMapper.java"
new file mode 100644
index 00000000..7766e7c0
--- /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/TblMessageChargeMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMessageCharge;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 短信充值单 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMessageChargeMapper 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/TblMessageChargeMapper.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/TblMessageChargeMapper.xml"
new file mode 100644
index 00000000..3d8d6998
--- /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/TblMessageChargeMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ charge_number, charge_account, charge_money, charge_desc, charge_person, charge_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/TblMessageReceiveMapper.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/TblMessageReceiveMapper.java"
new file mode 100644
index 00000000..750c80a4
--- /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/TblMessageReceiveMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMessageReceive;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 短信接受表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMessageReceiveMapper 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/TblMessageReceiveMapper.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/TblMessageReceiveMapper.xml"
new file mode 100644
index 00000000..cdcea02d
--- /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/TblMessageReceiveMapper.xml"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, phone, extend_phone, message_content, reply_date, position_order, receive_date, read_tag, read_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/TblMessageSendMapper.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/TblMessageSendMapper.java"
new file mode 100644
index 00000000..eac8eddc
--- /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/TblMessageSendMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMessageSend;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 信息发送 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMessageSendMapper 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/TblMessageSendMapper.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/TblMessageSendMapper.xml"
new file mode 100644
index 00000000..8c76b775
--- /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/TblMessageSendMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, content, send_person, send_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/TblMsgReceiveMapper.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/TblMsgReceiveMapper.java"
new file mode 100644
index 00000000..a44766d3
--- /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/TblMsgReceiveMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMsgReceive;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 信息接受 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMsgReceiveMapper 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/TblMsgReceiveMapper.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/TblMsgReceiveMapper.xml"
new file mode 100644
index 00000000..baa161cf
--- /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/TblMsgReceiveMapper.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, receive_person, 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/TblMyNoteMapper.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/TblMyNoteMapper.java"
new file mode 100644
index 00000000..66be8bd9
--- /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/TblMyNoteMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMyNote;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 我的记事本 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMyNoteMapper 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/TblMyNoteMapper.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/TblMyNoteMapper.xml"
new file mode 100644
index 00000000..c4fe8b9b
--- /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/TblMyNoteMapper.xml"
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, create_person_id, title, type, place, content, is_private, is_repeat, repeat, repeat_stop, is_remain, remain_day, start_date, stop_date, order_person, create_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/TblMyadviceMapper.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/TblMyadviceMapper.java"
new file mode 100644
index 00000000..9956d03c
--- /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/TblMyadviceMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMyadvice;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 我的意见 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMyadviceMapper 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/TblMyadviceMapper.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/TblMyadviceMapper.xml"
new file mode 100644
index 00000000..378ae930
--- /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/TblMyadviceMapper.xml"
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, title, content, advice_box, status, attach_name, publisher_id, publisher_name, publisher_date, reply_content, reply_id, reply_name, reply_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/TblMydashMapper.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/TblMydashMapper.java"
new file mode 100644
index 00000000..592f2f5e
--- /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/TblMydashMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMydash;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 我的驾驶舱 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMydashMapper 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/TblMydashMapper.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/TblMydashMapper.xml"
new file mode 100644
index 00000000..dc567184
--- /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/TblMydashMapper.xml"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, dash_id, order_id, username, show_num
+
+
+
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/TblMydeskMapper.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/TblMydeskMapper.java"
new file mode 100644
index 00000000..fe8dc6f8
--- /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/TblMydeskMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMydesk;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 我的桌面 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMydeskMapper 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/TblMydeskMapper.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/TblMydeskMapper.xml"
new file mode 100644
index 00000000..ef31ed22
--- /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/TblMydeskMapper.xml"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, belong_model, order_id, username, show_num
+
+
+
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/TblMyplanMapper.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/TblMyplanMapper.java"
new file mode 100644
index 00000000..88fe58d7
--- /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/TblMyplanMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMyplan;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 我的日程 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMyplanMapper 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/TblMyplanMapper.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/TblMyplanMapper.xml"
new file mode 100644
index 00000000..e56d1170
--- /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/TblMyplanMapper.xml"
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, plan_theme, plan_addr, start_date, stop_date, plan_type, plan_status, plan_prior, field_bak, plan_desc, attach_name, attach_url, owner, create_date, plan_attach
+
+
+
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/TblMysetMapper.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/TblMysetMapper.java"
new file mode 100644
index 00000000..dca74c9e
--- /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/TblMysetMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblMyset;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 个人设置 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblMysetMapper 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/TblMysetMapper.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/TblMysetMapper.xml"
new file mode 100644
index 00000000..53f67262
--- /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/TblMysetMapper.xml"
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, username, id_remain, remain_interval, remain_window_open, message_remain, default_main, email_all, smtp_addr, login_user, login_pwd, mail_port, send_person, page_count
+
+
+
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/TblNetdiskDirMapper.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/TblNetdiskDirMapper.java"
new file mode 100644
index 00000000..8a2e2c50
--- /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/TblNetdiskDirMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblNetdiskDir;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 网络硬盘_文件夹 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblNetdiskDirMapper 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/TblNetdiskDirMapper.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/TblNetdiskDirMapper.xml"
new file mode 100644
index 00000000..2066fc38
--- /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/TblNetdiskDirMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, name, parent_dir, is_share, user_id, create_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/TblNetdiskUrlMapper.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/TblNetdiskUrlMapper.java"
new file mode 100644
index 00000000..829761c5
--- /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/TblNetdiskUrlMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblNetdiskUrl;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 网络硬盘路径 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblNetdiskUrlMapper 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/TblNetdiskUrlMapper.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/TblNetdiskUrlMapper.xml"
new file mode 100644
index 00000000..76b4cc68
--- /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/TblNetdiskUrlMapper.xml"
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, dir_id, file_name, new_name, file_type, file_size, create_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/TblPositionRecordMapper.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/TblPositionRecordMapper.java"
new file mode 100644
index 00000000..c42a30f0
--- /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/TblPositionRecordMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblPositionRecord;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 职位档案 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblPositionRecordMapper 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/TblPositionRecordMapper.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/TblPositionRecordMapper.xml"
new file mode 100644
index 00000000..b6197ea0
--- /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/TblPositionRecordMapper.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, position_name, position_desc, position_duty, create_person, create_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/TblPrintPaperMapper.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/TblPrintPaperMapper.java"
new file mode 100644
index 00000000..029b7a28
--- /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/TblPrintPaperMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblPrintPaper;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 打印纸张宽度设置 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblPrintPaperMapper 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/TblPrintPaperMapper.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/TblPrintPaperMapper.xml"
new file mode 100644
index 00000000..1bee0591
--- /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/TblPrintPaperMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, paper_name, paper_value, paper_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/TblPrintParamMapper.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/TblPrintParamMapper.java"
new file mode 100644
index 00000000..40be953a
--- /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/TblPrintParamMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblPrintParam;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 打印参数 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblPrintParamMapper 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/TblPrintParamMapper.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/TblPrintParamMapper.xml"
new file mode 100644
index 00000000..161d6c48
--- /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/TblPrintParamMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ print_id, print_name, print_value, print_desc
+
+
+
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/TblQuickMapper.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/TblQuickMapper.java"
new file mode 100644
index 00000000..2b00fd46
--- /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/TblQuickMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblQuick;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 快捷方式 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblQuickMapper 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/TblQuickMapper.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/TblQuickMapper.xml"
new file mode 100644
index 00000000..e27d5181
--- /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/TblQuickMapper.xml"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, quick_name, url_param, code_path, icon_name, mechine_name, public_type, type, input_record_person, input_record_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/TblRoleMapper.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/TblRoleMapper.java"
new file mode 100644
index 00000000..aa7fe8dd
--- /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/TblRoleMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblRole;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 角色档案 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblRoleMapper 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/TblRoleMapper.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/TblRoleMapper.xml"
new file mode 100644
index 00000000..f57ab44b
--- /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/TblRoleMapper.xml"
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, role_name, role_type, role_privileges, role_remark, create_person, create_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/TblRoleMenuPriviMapper.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/TblRoleMenuPriviMapper.java"
new file mode 100644
index 00000000..77f9a37c
--- /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/TblRoleMenuPriviMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblRoleMenuPrivi;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 角色菜单权限 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblRoleMenuPriviMapper 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/TblRoleMenuPriviMapper.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/TblRoleMenuPriviMapper.xml"
new file mode 100644
index 00000000..160b35af
--- /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/TblRoleMenuPriviMapper.xml"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ role_id, model_id
+
+
+
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/TblRuleMapper.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/TblRuleMapper.java"
new file mode 100644
index 00000000..d40db931
--- /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/TblRuleMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblRule;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 规章制度 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblRuleMapper 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/TblRuleMapper.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/TblRuleMapper.xml"
new file mode 100644
index 00000000..a862b66c
--- /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/TblRuleMapper.xml"
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, title, content, use_range, category, article_number, level, secret_level, title_word, publish_company, attach_name, attach_path, status, create_person, create_date, check_person, check_date, check_advice, allow_user_code, allow_user_name, rule_attach
+
+
+
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/TblSendLogMapper.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/TblSendLogMapper.java"
new file mode 100644
index 00000000..b2595e2c
--- /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/TblSendLogMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblSendLog;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 发送日志表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblSendLogMapper 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/TblSendLogMapper.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/TblSendLogMapper.xml"
new file mode 100644
index 00000000..20e131e1
--- /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/TblSendLogMapper.xml"
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, send_name, request_date, send_tag, timing_date, message_type, extend_phone, receive_phone, message_content, is_send, receive_identify
+
+
+
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/TblShortcutIconMapper.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/TblShortcutIconMapper.java"
new file mode 100644
index 00000000..7d234a29
--- /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/TblShortcutIconMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblShortcutIcon;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 快捷方式图标 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblShortcutIconMapper 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/TblShortcutIconMapper.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/TblShortcutIconMapper.xml"
new file mode 100644
index 00000000..71994c36
--- /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/TblShortcutIconMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, icon_name, icon_path, 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/TblStopDateMapper.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/TblStopDateMapper.java"
new file mode 100644
index 00000000..b2796ad4
--- /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/TblStopDateMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblStopDate;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 到期日期 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblStopDateMapper 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/TblStopDateMapper.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/TblStopDateMapper.xml"
new file mode 100644
index 00000000..53b841f1
--- /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/TblStopDateMapper.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, name, days
+
+
+
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/TblSysDiagramsMapper.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/TblSysDiagramsMapper.java"
new file mode 100644
index 00000000..f7182607
--- /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/TblSysDiagramsMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblSysDiagrams;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 系统图标 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblSysDiagramsMapper 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/TblSysDiagramsMapper.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/TblSysDiagramsMapper.xml"
new file mode 100644
index 00000000..ee5d0d60
--- /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/TblSysDiagramsMapper.xml"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diagram_name, belong_person, diagram_id, diagram_version, diagram_definition
+
+
+
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/TblSystemLogMapper.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/TblSystemLogMapper.java"
new file mode 100644
index 00000000..be89dacb
--- /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/TblSystemLogMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblSystemLog;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 系统日志 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblSystemLogMapper 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/TblSystemLogMapper.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/TblSystemLogMapper.xml"
new file mode 100644
index 00000000..9d79e6df
--- /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/TblSystemLogMapper.xml"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, log_content, model_id, ip_addr, dept_privileges, operate_id, operate_name, dept_id, dept_name, operate_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/TblTodoMapper.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/TblTodoMapper.java"
new file mode 100644
index 00000000..f7839dbe
--- /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/TblTodoMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblTodo;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 待办事项 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblTodoMapper 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/TblTodoMapper.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/TblTodoMapper.xml"
new file mode 100644
index 00000000..51e5975d
--- /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/TblTodoMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, name, privileges, status, url, show_number, days, belong_product
+
+
+
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/TblTypeMapper.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/TblTypeMapper.java"
new file mode 100644
index 00000000..70956c0b
--- /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/TblTypeMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblType;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 类型库 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblTypeMapper 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/TblTypeMapper.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/TblTypeMapper.xml"
new file mode 100644
index 00000000..eb22c5a6
--- /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/TblTypeMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, type_name, type_status, belong_product
+
+
+
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/TblUserDeptMapper.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/TblUserDeptMapper.java"
new file mode 100644
index 00000000..bdcce86b
--- /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/TblUserDeptMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblUserDept;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 用户部门表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblUserDeptMapper 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/TblUserDeptMapper.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/TblUserDeptMapper.xml"
new file mode 100644
index 00000000..e6d8657d
--- /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/TblUserDeptMapper.xml"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ user_id, dept_id
+
+
+
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/TblUserGroupMapper.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/TblUserGroupMapper.java"
new file mode 100644
index 00000000..7842c31a
--- /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/TblUserGroupMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblUserGroup;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 用户分组 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblUserGroupMapper 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/TblUserGroupMapper.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/TblUserGroupMapper.xml"
new file mode 100644
index 00000000..ffa8728d
--- /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/TblUserGroupMapper.xml"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, group_name, group_type, group_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/TblUserRecordMapper.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/TblUserRecordMapper.java"
new file mode 100644
index 00000000..36794b99
--- /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/TblUserRecordMapper.java"
@@ -0,0 +1,20 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblUserRecord;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import org.apache.ibatis.annotations.Param;
+import org.springframework.stereotype.Component;
+
+/**
+ *
+ * 用户档案 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+@Component
+public interface TblUserRecordMapper extends BaseMapper {
+
+ public TblUserRecord login(@Param("username") String username, @Param("password") String password);
+}
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/TblUserRecordMapper.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/TblUserRecordMapper.xml"
new file mode 100644
index 00000000..dfaa7780
--- /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/TblUserRecordMapper.xml"
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, user_name, user_password, user_type, user_role, user_gender, user_dept, user_job, user_status, office_phone, inner_phone, move_phone, email, is_send_msg, start_date, stop_date, birthday, ip_rule, user_hiredate, is_send_wchat, remark, company, is_dept_admin, last_login_date, create_person, create_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/TblUserRoleMapper.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/TblUserRoleMapper.java"
new file mode 100644
index 00000000..0f1103fc
--- /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/TblUserRoleMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblUserRole;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 用户角色表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblUserRoleMapper 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/TblUserRoleMapper.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/TblUserRoleMapper.xml"
new file mode 100644
index 00000000..6eae3b8f
--- /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/TblUserRoleMapper.xml"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ user_id, role_id
+
+
+
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/TblUserSubCompanyMapper.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/TblUserSubCompanyMapper.java"
new file mode 100644
index 00000000..000795b2
--- /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/TblUserSubCompanyMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblUserSubCompany;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 用户子公司表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblUserSubCompanyMapper 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/TblUserSubCompanyMapper.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/TblUserSubCompanyMapper.xml"
new file mode 100644
index 00000000..dd40ea54
--- /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/TblUserSubCompanyMapper.xml"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ user_id, company_id
+
+
+
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/TblVodMapper.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/TblVodMapper.java"
new file mode 100644
index 00000000..6f5da938
--- /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/TblVodMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblVod;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 视频点播 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblVodMapper 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/TblVodMapper.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/TblVodMapper.xml"
new file mode 100644
index 00000000..d9f412b6
--- /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/TblVodMapper.xml"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, video_name, video_source, videl_type, program_name, program_url, simple_intro, is_first, create_person, create_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/TblVoteDataMapper.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/TblVoteDataMapper.java"
new file mode 100644
index 00000000..4c2668e9
--- /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/TblVoteDataMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblVoteData;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 投票数据表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblVoteDataMapper 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/TblVoteDataMapper.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/TblVoteDataMapper.xml"
new file mode 100644
index 00000000..b671e2c6
--- /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/TblVoteDataMapper.xml"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, vote_project_id, vote_user_id, vote_user_name, vote_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/TblVoteDetailMapper.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/TblVoteDetailMapper.java"
new file mode 100644
index 00000000..3eade778
--- /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/TblVoteDetailMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblVoteDetail;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 投票数据明细表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblVoteDetailMapper 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/TblVoteDetailMapper.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/TblVoteDetailMapper.xml"
new file mode 100644
index 00000000..b2144d43
--- /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/TblVoteDetailMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, vote_id, answer_id, result
+
+
+
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/TblVoteProject1Mapper.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/TblVoteProject1Mapper.java"
new file mode 100644
index 00000000..917dfdf1
--- /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/TblVoteProject1Mapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblVoteProject1;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 投票项目表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblVoteProject1Mapper 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/TblVoteProject1Mapper.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/TblVoteProject1Mapper.xml"
new file mode 100644
index 00000000..8cccbf63
--- /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/TblVoteProject1Mapper.xml"
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, project_name, project_type, project_tag, project_desc, input_record_person, input_record_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/TblVoteSubjectMapper.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/TblVoteSubjectMapper.java"
new file mode 100644
index 00000000..382495ba
--- /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/TblVoteSubjectMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblVoteSubject;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 投票题目表 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblVoteSubjectMapper 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/TblVoteSubjectMapper.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/TblVoteSubjectMapper.xml"
new file mode 100644
index 00000000..22c9630e
--- /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/TblVoteSubjectMapper.xml"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id, project_id, subject_name, input_record_person, input_record_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/TblWorkDateMapper.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/TblWorkDateMapper.java"
new file mode 100644
index 00000000..d180ed91
--- /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/TblWorkDateMapper.java"
@@ -0,0 +1,16 @@
+package com.mashibing.mapper;
+
+import com.mashibing.bean.TblWorkDate;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ *
+ * 工作日期 Mapper 接口
+ *
+ *
+ * @author lian
+ * @since 2020-04-18
+ */
+public interface TblWorkDateMapper 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/TblWorkDateMapper.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/TblWorkDateMapper.xml"
new file mode 100644
index 00000000..0a800a7b
--- /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/TblWorkDateMapper.xml"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+