Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
99bb1321
Commit
99bb1321
authored
Nov 10, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加公共庫
parent
32a95b70
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
160 additions
and
232 deletions
+160
-232
sample-form-manager/db/menu.sql
sample-form-manager/db/menu.sql
+3
-148
sample-form-manager/db/module.sql
sample-form-manager/db/module.sql
+4
-2
sample-form-manager/src/main/java/com/mortals/xhx/module/pubdatum/dao/PubdatumDao.java
...java/com/mortals/xhx/module/pubdatum/dao/PubdatumDao.java
+17
-0
sample-form-manager/src/main/java/com/mortals/xhx/module/pubdatum/dao/ibatis/PubdatumDaoImpl.java
...rtals/xhx/module/pubdatum/dao/ibatis/PubdatumDaoImpl.java
+21
-0
sample-form-manager/src/main/java/com/mortals/xhx/module/pubdatum/model/PubdatumEntity.java
...com/mortals/xhx/module/pubdatum/model/PubdatumEntity.java
+6
-6
sample-form-manager/src/main/java/com/mortals/xhx/module/pubdatum/model/PubdatumQuery.java
.../com/mortals/xhx/module/pubdatum/model/PubdatumQuery.java
+52
-52
sample-form-manager/src/main/java/com/mortals/xhx/module/pubdatum/model/vo/PubdatumVo.java
.../com/mortals/xhx/module/pubdatum/model/vo/PubdatumVo.java
+3
-3
sample-form-manager/src/main/java/com/mortals/xhx/module/pubdatum/service/PubdatumService.java
.../mortals/xhx/module/pubdatum/service/PubdatumService.java
+14
-0
sample-form-manager/src/main/java/com/mortals/xhx/module/pubdatum/service/impl/PubdatumServiceImpl.java
...xhx/module/pubdatum/service/impl/PubdatumServiceImpl.java
+19
-0
sample-form-manager/src/main/java/com/mortals/xhx/module/pubdatum/web/PubdatumController.java
...m/mortals/xhx/module/pubdatum/web/PubdatumController.java
+6
-6
sample-form-manager/src/main/resources/sqlmap/module/pubdatum/PubdatumMapper.xml
.../main/resources/sqlmap/module/pubdatum/PubdatumMapper.xml
+15
-15
No files found.
sample-form-manager/db/menu.sql
View file @
99bb1321
use
`sample-form-platform`
;
-- ----------------------------
-- 基础事项业务菜单 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_menu`
VALUES
(
null
,
'基础事项业务'
,
'/sheet/matter/list'
,
0
,
1
,
1
,
0
,
0
,
''
,
NULL
,
NULL
,
NULL
,
0
,
0
,
1
,
NULL
,
NULL
,
NULL
);
-- ----------------------------
-- 基础事项业务资源路径 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'基础事项业务-菜单管理-查看'
,
'/sheet/matter/list,/sheet/matter/view,/sheet/matter/info,/sheet/matter/export,/sheet/matter/exportExcel,/sheet/matter/downloadTemplate,/sheet/matter/download'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'基础事项业务-菜单管理-维护'
,
'/sheet/matter/add,/sheet/matter/edit,/sheet/matter/delete,/sheet/matter/logicDelete,/sheet/matter/save,/sheet/matter/importData'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
-- ----------------------------
-- 基础事项业务参数 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'服务对象 '
,
'SheetMatter'
,
'appoveObjectShow'
,
'1.事业法人'
,
'1.事业法人'
,
1
,
4
,
0
,
'appoveObjectShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'服务对象 '
,
'SheetMatter'
,
'appoveObjectShow'
,
'2.社会组织法人'
,
'2.社会组织法人'
,
1
,
4
,
0
,
'appoveObjectShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'服务对象 '
,
'SheetMatter'
,
'appoveObjectShow'
,
'3.非法人企业'
,
'3.非法人企业'
,
1
,
4
,
0
,
'appoveObjectShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'服务对象 '
,
'SheetMatter'
,
'appoveObjectShow'
,
'4.企业法人'
,
'4.企业法人'
,
1
,
4
,
0
,
'appoveObjectShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'服务对象 '
,
'SheetMatter'
,
'appoveObjectShow'
,
'5.自然人'
,
'5.自然人'
,
1
,
4
,
0
,
'appoveObjectShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'服务对象 '
,
'SheetMatter'
,
'appoveObjectShow'
,
'6.其他组织'
,
'6.其他组织'
,
1
,
4
,
0
,
'appoveObjectShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'通办范围 '
,
'SheetMatter'
,
'operatScopeShow'
,
'1.无'
,
'1.无'
,
1
,
4
,
0
,
'operatScopeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'通办范围 '
,
'SheetMatter'
,
'operatScopeShow'
,
'2.全国'
,
'2.全国'
,
1
,
4
,
0
,
'operatScopeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'通办范围 '
,
'SheetMatter'
,
'operatScopeShow'
,
'3.全省'
,
'3.全省'
,
1
,
4
,
0
,
'operatScopeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'通办范围 '
,
'SheetMatter'
,
'operatScopeShow'
,
'4.全市'
,
'4.全市'
,
1
,
4
,
0
,
'operatScopeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'通办范围 '
,
'SheetMatter'
,
'operatScopeShow'
,
'5.全县'
,
'5.全县'
,
1
,
4
,
0
,
'operatScopeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'通办范围 '
,
'SheetMatter'
,
'operatScopeShow'
,
'6.全镇[乡、街道]'
,
'6.全镇[乡、街道]'
,
1
,
4
,
0
,
'operatScopeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'通办范围 '
,
'SheetMatter'
,
'operatScopeShow'
,
'7.跨村[社区]'
,
'7.跨村[社区]'
,
1
,
4
,
0
,
'operatScopeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'办件类型'
,
'SheetMatter'
,
'appoveTimeLimitShow'
,
'1.网络办件'
,
'1.网络办件'
,
1
,
4
,
0
,
'appoveTimeLimitShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'办件类型'
,
'SheetMatter'
,
'appoveTimeLimitShow'
,
'2.行政审批一般件'
,
'2.行政审批一般件'
,
1
,
4
,
0
,
'appoveTimeLimitShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'办件类型'
,
'SheetMatter'
,
'appoveTimeLimitShow'
,
'3.综合窗口件'
,
'3.综合窗口件'
,
1
,
4
,
0
,
'appoveTimeLimitShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'办理形式'
,
'SheetMatter'
,
'handleType'
,
'1.窗口办理'
,
'1.窗口办理'
,
1
,
4
,
0
,
'handleType'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'办理形式'
,
'SheetMatter'
,
'handleType'
,
'2.网上办理'
,
'2.网上办理'
,
1
,
4
,
0
,
'handleType'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否收费'
,
'SheetMatter'
,
'isChargesShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isChargesShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否收费'
,
'SheetMatter'
,
'isChargesShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isChargesShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'认证等级需求'
,
'SheetMatter'
,
'certificationLevelsShow'
,
'1.实名认证'
,
'1.实名认证'
,
1
,
4
,
0
,
'certificationLevelsShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'认证等级需求'
,
'SheetMatter'
,
'certificationLevelsShow'
,
'2.单次面签'
,
'2.单次面签'
,
1
,
4
,
0
,
'certificationLevelsShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'认证等级需求'
,
'SheetMatter'
,
'certificationLevelsShow'
,
'3.每次面签'
,
'3.每次面签'
,
1
,
4
,
0
,
'certificationLevelsShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否网上预约,窗口办理选'
,
'SheetMatter'
,
'isOnlineSubscribeShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isOnlineSubscribeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否网上预约,窗口办理选'
,
'SheetMatter'
,
'isOnlineSubscribeShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isOnlineSubscribeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'物流快递,窗口办理选'
,
'SheetMatter'
,
'isExpressTakeShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isExpressTakeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'物流快递,窗口办理选'
,
'SheetMatter'
,
'isExpressTakeShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isExpressTakeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否支持全省范围就近取件'
,
'SheetMatter'
,
'isProvinceAcquisitionShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isProvinceAcquisitionShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否支持全省范围就近取件'
,
'SheetMatter'
,
'isProvinceAcquisitionShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isProvinceAcquisitionShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否支持全省范围就近办理'
,
'SheetMatter'
,
'isApplyProvinceShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isApplyProvinceShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否支持全省范围就近办理'
,
'SheetMatter'
,
'isApplyProvinceShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isApplyProvinceShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网办类型'
,
'SheetMatter'
,
'onlineType'
,
'1.原件预审'
,
'1.原件预审'
,
1
,
4
,
0
,
'onlineType'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网办类型'
,
'SheetMatter'
,
'onlineType'
,
'2.原件核验'
,
'2.原件核验'
,
1
,
4
,
0
,
'onlineType'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网办类型'
,
'SheetMatter'
,
'onlineType'
,
'3.全程网办'
,
'3.全程网办'
,
1
,
4
,
0
,
'onlineType'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网络办理深度'
,
'SheetMatter'
,
'onlineOperatDeep'
,
'1.互联网咨询'
,
'1.互联网咨询'
,
1
,
4
,
0
,
'onlineOperatDeep'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网络办理深度'
,
'SheetMatter'
,
'onlineOperatDeep'
,
'2.互联网收件'
,
'2.互联网收件'
,
1
,
4
,
0
,
'onlineOperatDeep'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网络办理深度'
,
'SheetMatter'
,
'onlineOperatDeep'
,
'3.互联网预审'
,
'3.互联网预审'
,
1
,
4
,
0
,
'onlineOperatDeep'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网络办理深度'
,
'SheetMatter'
,
'onlineOperatDeep'
,
'4.互联网受理'
,
'4.互联网受理'
,
1
,
4
,
0
,
'onlineOperatDeep'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网络办理深度'
,
'SheetMatter'
,
'onlineOperatDeep'
,
'5.互联网办理'
,
'5.互联网办理'
,
1
,
4
,
0
,
'onlineOperatDeep'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网络办理深度'
,
'SheetMatter'
,
'onlineOperatDeep'
,
'6.互联网办理结果信息反馈'
,
'6.互联网办理结果信息反馈'
,
1
,
4
,
0
,
'onlineOperatDeep'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'网络办理深度'
,
'SheetMatter'
,
'onlineOperatDeep'
,
'7.其他'
,
'7.其他'
,
1
,
4
,
0
,
'onlineOperatDeep'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'物流快递,网上办理选'
,
'SheetMatter'
,
'isExpressTakeOnlineShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isExpressTakeOnlineShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'物流快递,网上办理选'
,
'SheetMatter'
,
'isExpressTakeOnlineShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isExpressTakeOnlineShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否支持上门收取申请'
,
'SheetMatter'
,
'isDoorTakeShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isDoorTakeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否支持上门收取申请'
,
'SheetMatter'
,
'isDoorTakeShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isDoorTakeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1A.行政许可'
,
'1A.行政许可'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1B.行政处罚'
,
'1B.行政处罚'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1C.行政强制'
,
'1C.行政强制'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1D.行政征收'
,
'1D.行政征收'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1G.行政给付'
,
'1G.行政给付'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1I.行政检查'
,
'1I.行政检查'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1F.行政确认'
,
'1F.行政确认'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1H.行政奖励'
,
'1H.行政奖励'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1E.行政裁决'
,
'1E.行政裁决'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'1Z.其他行政权力'
,
'1Z.其他行政权力'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'2A.主动服务'
,
'2A.主动服务'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'2B.依申请服务'
,
'2B.依申请服务'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'2C.咨询查询'
,
'2C.咨询查询'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项类型名称'
,
'SheetMatter'
,
'eventTypeShow'
,
'3A.未归类事项'
,
'3A.未归类事项'
,
1
,
4
,
0
,
'eventTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'行使层级名称'
,
'SheetMatter'
,
'performHierarchyShow'
,
'1.省级'
,
'1.省级'
,
1
,
4
,
0
,
'performHierarchyShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'行使层级名称'
,
'SheetMatter'
,
'performHierarchyShow'
,
'2.市级'
,
'2.市级'
,
1
,
4
,
0
,
'performHierarchyShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'行使层级名称'
,
'SheetMatter'
,
'performHierarchyShow'
,
'3.县级'
,
'3.县级'
,
1
,
4
,
0
,
'performHierarchyShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'行使层级名称'
,
'SheetMatter'
,
'performHierarchyShow'
,
'4.镇[乡、街道]'
,
'4.镇[乡、街道]'
,
1
,
4
,
0
,
'performHierarchyShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'行使层级名称'
,
'SheetMatter'
,
'performHierarchyShow'
,
'5.村[社区]级'
,
'5.村[社区]级'
,
1
,
4
,
0
,
'performHierarchyShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'权力来源'
,
'SheetMatter'
,
'powerSourceShow'
,
'1.法定本级行使'
,
'1.法定本级行使'
,
1
,
4
,
0
,
'powerSourceShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'权力来源'
,
'SheetMatter'
,
'powerSourceShow'
,
'2.上级下放'
,
'2.上级下放'
,
1
,
4
,
0
,
'powerSourceShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'权力来源'
,
'SheetMatter'
,
'powerSourceShow'
,
'3.上级授权'
,
'3.上级授权'
,
1
,
4
,
0
,
'powerSourceShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'权力来源'
,
'SheetMatter'
,
'powerSourceShow'
,
'4.同级授权'
,
'4.同级授权'
,
1
,
4
,
0
,
'powerSourceShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'权力来源'
,
'SheetMatter'
,
'powerSourceShow'
,
'5.上级委托'
,
'5.上级委托'
,
1
,
4
,
0
,
'powerSourceShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'权力来源'
,
'SheetMatter'
,
'powerSourceShow'
,
'6.同级委托'
,
'6.同级委托'
,
1
,
4
,
0
,
'powerSourceShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'实施主体性质'
,
'SheetMatter'
,
'performDeptTypeShow'
,
'1.法定机关'
,
'1.法定机关'
,
1
,
4
,
0
,
'performDeptTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'实施主体性质'
,
'SheetMatter'
,
'performDeptTypeShow'
,
'2.授权组织'
,
'2.授权组织'
,
1
,
4
,
0
,
'performDeptTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'实施主体性质'
,
'SheetMatter'
,
'performDeptTypeShow'
,
'3.受委托组织'
,
'3.受委托组织'
,
1
,
4
,
0
,
'performDeptTypeShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否进驻中心'
,
'SheetMatter'
,
'goveServiceCenterShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'goveServiceCenterShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否进驻中心'
,
'SheetMatter'
,
'goveServiceCenterShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'goveServiceCenterShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否纳入便民服务中心'
,
'SheetMatter'
,
'isConvenientCenterShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isConvenientCenterShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否纳入便民服务中心'
,
'SheetMatter'
,
'isConvenientCenterShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isConvenientCenterShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'自助终端办理 '
,
'SheetMatter'
,
'terminalHandle'
,
'0'
,
'否'
,
1
,
4
,
0
,
'terminalHandle'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'自助终端办理 '
,
'SheetMatter'
,
'terminalHandle'
,
'1'
,
'是'
,
1
,
4
,
0
,
'terminalHandle'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否网办 '
,
'SheetMatter'
,
'isOnline'
,
'0'
,
'否'
,
1
,
4
,
0
,
'isOnline'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否网办 '
,
'SheetMatter'
,
'isOnline'
,
'1'
,
'是'
,
1
,
4
,
0
,
'isOnline'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'支持网上支付'
,
'SheetMatter'
,
'isOnlinePayShow'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'isOnlinePayShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'支持网上支付'
,
'SheetMatter'
,
'isOnlinePayShow'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'isOnlinePayShow'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'委托部门'
,
'SheetMatter'
,
'entrustmentDepartmen'
,
'0.否'
,
'0.否'
,
1
,
4
,
0
,
'entrustmentDepartmen'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'委托部门'
,
'SheetMatter'
,
'entrustmentDepartmen'
,
'1.是'
,
'1.是'
,
1
,
4
,
0
,
'entrustmentDepartmen'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项状态'
,
'SheetMatter'
,
'matterStatus'
,
'0.停用'
,
'0.停用'
,
1
,
4
,
0
,
'matterStatus'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项状态'
,
'SheetMatter'
,
'matterStatus'
,
'1.在用'
,
'1.在用'
,
1
,
4
,
0
,
'matterStatus'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'主题类型'
,
'SheetMatter'
,
'type'
,
'1.法定机关'
,
'1.法定机关'
,
1
,
4
,
0
,
'type'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'主题类型'
,
'SheetMatter'
,
'type'
,
'2.授权组织'
,
'2.授权组织'
,
1
,
4
,
0
,
'type'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'主题类型'
,
'SheetMatter'
,
'type'
,
'3.受委托组织'
,
'3.受委托组织'
,
1
,
4
,
0
,
'type'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否样表展示'
,
'SheetMatter'
,
'mattertype'
,
'0'
,
'否'
,
1
,
4
,
0
,
'mattertype'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否样表展示'
,
'SheetMatter'
,
'mattertype'
,
'1'
,
'是'
,
1
,
4
,
0
,
'mattertype'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否推荐'
,
'SheetMatter'
,
'isRecommend'
,
'0'
,
'未推荐'
,
1
,
4
,
0
,
'isRecommend'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否推荐'
,
'SheetMatter'
,
'isRecommend'
,
'1'
,
'推荐'
,
1
,
4
,
0
,
'isRecommend'
,
NULL
,
NULL
,
NULL
);
-- ----------------------------
-- 事项申请材料业务菜单 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_menu`
VALUES
(
null
,
'事项申请材料业务'
,
'/matter/list'
,
0
,
1
,
1
,
0
,
0
,
''
,
NULL
,
NULL
,
NULL
,
0
,
0
,
1
,
NULL
,
NULL
,
NULL
);
-- ----------------------------
-- 事项申请材料业务资源路径 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'事项申请材料业务-菜单管理-查看'
,
'/matter/list,/matter/view,/matter/info,/matter/export,/matter/exportExcel,/matter/downloadTemplate,/matter/download'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'事项申请材料业务-菜单管理-维护'
,
'/matter/add,/matter/edit,/matter/delete,/matter/logicDelete,/matter/save,/matter/importData'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
-- ----------------------------
-- 事项申请材料业务参数 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否推荐'
,
'Matter'
,
'isRecommend'
,
'0'
,
'未推荐'
,
1
,
4
,
0
,
'isRecommend'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否推荐'
,
'Matter'
,
'isRecommend'
,
'1'
,
'推荐'
,
1
,
4
,
0
,
'isRecommend'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否推荐'
,
'Matter'
,
'source'
,
'0'
,
'手动添加'
,
1
,
4
,
0
,
'source'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否推荐'
,
'Matter'
,
'source'
,
'1'
,
'站点事项'
,
1
,
4
,
0
,
'source'
,
NULL
,
NULL
,
NULL
);
-- ----------------------------
-- 事项申请材料业务菜单 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_menu`
VALUES
(
null
,
'事项申请材料业务'
,
'/matter/datum/list'
,
0
,
1
,
1
,
0
,
0
,
''
,
NULL
,
NULL
,
NULL
,
0
,
0
,
1
,
NULL
,
NULL
,
NULL
);
-- ----------------------------
-- 事项申请材料业务资源路径 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'事项申请材料业务-菜单管理-查看'
,
'/matter/datum/list,/matter/datum/view,/matter/datum/info,/matter/datum/export,/matter/datum/exportExcel,/matter/datum/downloadTemplate,/matter/datum/download'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'事项申请材料业务-菜单管理-维护'
,
'/matter/datum/add,/matter/datum/edit,/matter/datum/delete,/matter/datum/logicDelete,/matter/datum/save,/matter/datum/importData'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
-- ----------------------------
-- 事项申请材料业务参数 SQL
-- ----------------------------
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项来源'
,
'MatterDatum'
,
'source'
,
'0'
,
'政务网'
,
1
,
4
,
0
,
'source'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'事项来源'
,
'MatterDatum'
,
'source'
,
'1'
,
'自定义'
,
1
,
4
,
0
,
'source'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否推荐'
,
'MatterDatum'
,
'isRecommend'
,
'0'
,
'未推荐'
,
1
,
4
,
0
,
'isRecommend'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'是否推荐'
,
'MatterDatum'
,
'isRecommend'
,
'1'
,
'推荐'
,
1
,
4
,
0
,
'isRecommend'
,
NULL
,
NULL
,
NULL
);
-- ----------------------------
-- ----------------------------
-- 事项材料公共库菜单 SQL
-- 事项材料公共库菜单 SQL
-- ----------------------------
-- ----------------------------
INSERT
INTO
`mortals_xhx_menu`
VALUES
(
null
,
'事项材料公共库'
,
'/pub
lic/
datum/list'
,
0
,
1
,
1
,
0
,
0
,
''
,
NULL
,
NULL
,
NULL
,
0
,
0
,
1
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_menu`
VALUES
(
null
,
'事项材料公共库'
,
'/pubdatum/list'
,
0
,
1
,
1
,
0
,
0
,
''
,
NULL
,
NULL
,
NULL
,
0
,
0
,
1
,
NULL
,
NULL
,
NULL
);
-- ----------------------------
-- ----------------------------
-- 事项材料公共库资源路径 SQL
-- 事项材料公共库资源路径 SQL
-- ----------------------------
-- ----------------------------
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'事项材料公共库-菜单管理-查看'
,
'/pub
lic/datum/list,/public/datum/view,/public/datum/info,/public/datum/export,/public/datum/exportExcel,/public/datum/downloadTemplate,/public/
datum/download'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'事项材料公共库-菜单管理-查看'
,
'/pub
datum/list,/pubdatum/view,/pubdatum/info,/pubdatum/export,/pubdatum/exportExcel,/pubdatum/downloadTemplate,/pub
datum/download'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'事项材料公共库-菜单管理-维护'
,
'/pub
lic/datum/add,/public/datum/edit,/public/datum/delete,/public/datum/logicDelete,/public/datum/save,/public/
datum/importData'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
INSERT
INTO
`mortals_xhx_resource`
VALUES
(
null
,
'事项材料公共库-菜单管理-维护'
,
'/pub
datum/add,/pubdatum/edit,/pubdatum/delete,/pubdatum/logicDelete,/pubdatum/save,/pub
datum/importData'
,
3
,
0
,
NULL
,
NULL
,
NULL
,
0
);
-- ----------------------------
-- ----------------------------
-- 事项材料公共库参数 SQL
-- 事项材料公共库参数 SQL
...
...
sample-form-manager/db/module.sql
View file @
99bb1321
...
@@ -163,8 +163,8 @@ CREATE TABLE mortals_xhx_matter_datum
...
@@ -163,8 +163,8 @@ CREATE TABLE mortals_xhx_matter_datum
-- ----------------------------
-- ----------------------------
-- 事项材料公共库表
-- 事项材料公共库表
-- ----------------------------
-- ----------------------------
DROP
TABLE
IF
EXISTS
`mortals_xhx_pub
lic_
datum`
;
DROP
TABLE
IF
EXISTS
`mortals_xhx_pubdatum`
;
CREATE
TABLE
mortals_xhx_pub
lic_
datum
CREATE
TABLE
mortals_xhx_pubdatum
(
(
`id`
bigint
(
20
)
AUTO_INCREMENT
COMMENT
'主键,自增长'
,
`id`
bigint
(
20
)
AUTO_INCREMENT
COMMENT
'主键,自增长'
,
`matterId`
bigint
(
20
)
COMMENT
'事项matter id'
,
`matterId`
bigint
(
20
)
COMMENT
'事项matter id'
,
...
@@ -187,3 +187,5 @@ CREATE TABLE mortals_xhx_public_datum
...
@@ -187,3 +187,5 @@ CREATE TABLE mortals_xhx_public_datum
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
lic/dao/PublicD
atumDao.java
→
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
datum/dao/Pubd
atumDao.java
View file @
99bb1321
package
com.mortals.xhx.module.pub
lic
.dao
;
package
com.mortals.xhx.module.pub
datum
.dao
;
import
com.mortals.framework.dao.ICRUDDao
;
import
com.mortals.framework.dao.ICRUDDao
;
import
com.mortals.xhx.module.pub
lic.model.PublicD
atumEntity
;
import
com.mortals.xhx.module.pub
datum.model.Pubd
atumEntity
;
import
java.util.List
;
import
java.util.List
;
/**
/**
* 事项材料公共库Dao
* 事项材料公共库Dao
...
@@ -11,7 +11,7 @@ import java.util.List;
...
@@ -11,7 +11,7 @@ import java.util.List;
* @date 2022-11-10
* @date 2022-11-10
*/
*/
public
interface
Pub
licDatumDao
extends
ICRUDDao
<
PublicD
atumEntity
,
Long
>{
public
interface
Pub
datumDao
extends
ICRUDDao
<
Pubd
atumEntity
,
Long
>{
}
}
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
lic/dao/ibatis/PublicD
atumDaoImpl.java
→
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
datum/dao/ibatis/Pubd
atumDaoImpl.java
View file @
99bb1321
package
com.mortals.xhx.module.pub
lic
.dao.ibatis
;
package
com.mortals.xhx.module.pub
datum
.dao.ibatis
;
import
org.springframework.stereotype.Repository
;
import
org.springframework.stereotype.Repository
;
import
com.mortals.xhx.module.pub
lic.dao.PublicD
atumDao
;
import
com.mortals.xhx.module.pub
datum.dao.Pubd
atumDao
;
import
com.mortals.xhx.module.pub
lic.model.PublicD
atumEntity
;
import
com.mortals.xhx.module.pub
datum.model.Pubd
atumEntity
;
import
java.util.Date
;
import
java.util.Date
;
import
com.mortals.framework.dao.ibatis.BaseCRUDDaoMybatis
;
import
com.mortals.framework.dao.ibatis.BaseCRUDDaoMybatis
;
import
java.util.List
;
import
java.util.List
;
...
@@ -13,8 +13,8 @@ import java.util.List;
...
@@ -13,8 +13,8 @@ import java.util.List;
* @author zxfei
* @author zxfei
* @date 2022-11-10
* @date 2022-11-10
*/
*/
@Repository
(
"pub
licD
atumDao"
)
@Repository
(
"pub
d
atumDao"
)
public
class
Pub
licDatumDaoImpl
extends
BaseCRUDDaoMybatis
<
PublicDatumEntity
,
Long
>
implements
PublicD
atumDao
{
public
class
Pub
datumDaoImpl
extends
BaseCRUDDaoMybatis
<
PubdatumEntity
,
Long
>
implements
Pubd
atumDao
{
...
...
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
lic/model/PublicD
atumEntity.java
→
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
datum/model/Pubd
atumEntity.java
View file @
99bb1321
package
com.mortals.xhx.module.pub
lic
.model
;
package
com.mortals.xhx.module.pub
datum
.model
;
import
java.util.List
;
import
java.util.List
;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.mortals.framework.annotation.Excel
;
import
com.mortals.framework.annotation.Excel
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.xhx.module.pub
lic.model.vo.PublicD
atumVo
;
import
com.mortals.xhx.module.pub
datum.model.vo.Pubd
atumVo
;
/**
/**
* 事项材料公共库实体对象
* 事项材料公共库实体对象
*
*
...
@@ -13,7 +13,7 @@ import com.mortals.xhx.module.public.model.vo.PublicDatumVo;
...
@@ -13,7 +13,7 @@ import com.mortals.xhx.module.public.model.vo.PublicDatumVo;
* @date 2022-11-10
* @date 2022-11-10
*/
*/
public
class
Pub
licDatumEntity
extends
PublicD
atumVo
{
public
class
Pub
datumEntity
extends
Pubd
atumVo
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
/**
/**
...
@@ -59,7 +59,7 @@ public class PublicDatumEntity extends PublicDatumVo {
...
@@ -59,7 +59,7 @@ public class PublicDatumEntity extends PublicDatumVo {
public
Pub
licD
atumEntity
(){}
public
Pub
d
atumEntity
(){}
/**
/**
* 获取 事项matter id
* 获取 事项matter id
* @return Long
* @return Long
...
@@ -211,8 +211,8 @@ public class PublicDatumEntity extends PublicDatumVo {
...
@@ -211,8 +211,8 @@ public class PublicDatumEntity extends PublicDatumVo {
@Override
@Override
public
boolean
equals
(
Object
obj
)
{
public
boolean
equals
(
Object
obj
)
{
if
(
obj
==
null
)
return
false
;
if
(
obj
==
null
)
return
false
;
if
(
obj
instanceof
Pub
licD
atumEntity
)
{
if
(
obj
instanceof
Pub
d
atumEntity
)
{
Pub
licDatumEntity
tmp
=
(
PublicD
atumEntity
)
obj
;
Pub
datumEntity
tmp
=
(
Pubd
atumEntity
)
obj
;
if
(
this
.
getId
()
==
tmp
.
getId
())
{
if
(
this
.
getId
()
==
tmp
.
getId
())
{
return
true
;
return
true
;
}
}
...
...
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
lic/model/PublicD
atumQuery.java
→
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
datum/model/Pubd
atumQuery.java
View file @
99bb1321
package
com.mortals.xhx.module.pub
lic
.model
;
package
com.mortals.xhx.module.pub
datum
.model
;
import
java.util.List
;
import
java.util.List
;
import
com.mortals.xhx.module.pub
lic.model.PublicD
atumEntity
;
import
com.mortals.xhx.module.pub
datum.model.Pubd
atumEntity
;
/**
/**
* 事项材料公共库查询对象
* 事项材料公共库查询对象
*
*
* @author zxfei
* @author zxfei
* @date 2022-11-10
* @date 2022-11-10
*/
*/
public
class
Pub
licDatumQuery
extends
PublicD
atumEntity
{
public
class
Pub
datumQuery
extends
Pubd
atumEntity
{
/** 开始 主键,自增长 */
/** 开始 主键,自增长 */
private
Long
idStart
;
private
Long
idStart
;
...
@@ -112,12 +112,12 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -112,12 +112,12 @@ public class PublicDatumQuery extends PublicDatumEntity {
private
String
updateTimeEnd
;
private
String
updateTimeEnd
;
/** OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4) */
/** OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4) */
private
List
<
Pub
licD
atumQuery
>
orConditionList
;
private
List
<
Pub
d
atumQuery
>
orConditionList
;
/** AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4) */
/** AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4) */
private
List
<
Pub
licD
atumQuery
>
andConditionList
;
private
List
<
Pub
d
atumQuery
>
andConditionList
;
public
Pub
licD
atumQuery
(){}
public
Pub
d
atumQuery
(){}
/**
/**
* 获取 开始 主键,自增长
* 获取 开始 主键,自增长
...
@@ -661,7 +661,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -661,7 +661,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 主键,自增长
* 设置 主键,自增长
* @param id
* @param id
*/
*/
public
Pub
licD
atumQuery
id
(
Long
id
){
public
Pub
d
atumQuery
id
(
Long
id
){
setId
(
id
);
setId
(
id
);
return
this
;
return
this
;
}
}
...
@@ -670,7 +670,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -670,7 +670,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 开始 主键,自增长
* 设置 开始 主键,自增长
* @param idStart
* @param idStart
*/
*/
public
Pub
licD
atumQuery
idStart
(
Long
idStart
){
public
Pub
d
atumQuery
idStart
(
Long
idStart
){
this
.
idStart
=
idStart
;
this
.
idStart
=
idStart
;
return
this
;
return
this
;
}
}
...
@@ -679,7 +679,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -679,7 +679,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 结束 主键,自增长
* 设置 结束 主键,自增长
* @param idEnd
* @param idEnd
*/
*/
public
Pub
licD
atumQuery
idEnd
(
Long
idEnd
){
public
Pub
d
atumQuery
idEnd
(
Long
idEnd
){
this
.
idEnd
=
idEnd
;
this
.
idEnd
=
idEnd
;
return
this
;
return
this
;
}
}
...
@@ -688,7 +688,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -688,7 +688,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 增加 主键,自增长
* 设置 增加 主键,自增长
* @param idIncrement
* @param idIncrement
*/
*/
public
Pub
licD
atumQuery
idIncrement
(
Long
idIncrement
){
public
Pub
d
atumQuery
idIncrement
(
Long
idIncrement
){
this
.
idIncrement
=
idIncrement
;
this
.
idIncrement
=
idIncrement
;
return
this
;
return
this
;
}
}
...
@@ -697,7 +697,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -697,7 +697,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 主键,自增长
* 设置 主键,自增长
* @param idList
* @param idList
*/
*/
public
Pub
licD
atumQuery
idList
(
List
<
Long
>
idList
){
public
Pub
d
atumQuery
idList
(
List
<
Long
>
idList
){
this
.
idList
=
idList
;
this
.
idList
=
idList
;
return
this
;
return
this
;
}
}
...
@@ -706,7 +706,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -706,7 +706,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 事项matter id
* 设置 事项matter id
* @param matterId
* @param matterId
*/
*/
public
Pub
licD
atumQuery
matterId
(
Long
matterId
){
public
Pub
d
atumQuery
matterId
(
Long
matterId
){
setMatterId
(
matterId
);
setMatterId
(
matterId
);
return
this
;
return
this
;
}
}
...
@@ -715,7 +715,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -715,7 +715,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 开始 事项matter id
* 设置 开始 事项matter id
* @param matterIdStart
* @param matterIdStart
*/
*/
public
Pub
licD
atumQuery
matterIdStart
(
Long
matterIdStart
){
public
Pub
d
atumQuery
matterIdStart
(
Long
matterIdStart
){
this
.
matterIdStart
=
matterIdStart
;
this
.
matterIdStart
=
matterIdStart
;
return
this
;
return
this
;
}
}
...
@@ -724,7 +724,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -724,7 +724,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 结束 事项matter id
* 设置 结束 事项matter id
* @param matterIdEnd
* @param matterIdEnd
*/
*/
public
Pub
licD
atumQuery
matterIdEnd
(
Long
matterIdEnd
){
public
Pub
d
atumQuery
matterIdEnd
(
Long
matterIdEnd
){
this
.
matterIdEnd
=
matterIdEnd
;
this
.
matterIdEnd
=
matterIdEnd
;
return
this
;
return
this
;
}
}
...
@@ -733,7 +733,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -733,7 +733,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 增加 事项matter id
* 设置 增加 事项matter id
* @param matterIdIncrement
* @param matterIdIncrement
*/
*/
public
Pub
licD
atumQuery
matterIdIncrement
(
Long
matterIdIncrement
){
public
Pub
d
atumQuery
matterIdIncrement
(
Long
matterIdIncrement
){
this
.
matterIdIncrement
=
matterIdIncrement
;
this
.
matterIdIncrement
=
matterIdIncrement
;
return
this
;
return
this
;
}
}
...
@@ -742,7 +742,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -742,7 +742,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 事项matter id
* 设置 事项matter id
* @param matterIdList
* @param matterIdList
*/
*/
public
Pub
licD
atumQuery
matterIdList
(
List
<
Long
>
matterIdList
){
public
Pub
d
atumQuery
matterIdList
(
List
<
Long
>
matterIdList
){
this
.
matterIdList
=
matterIdList
;
this
.
matterIdList
=
matterIdList
;
return
this
;
return
this
;
}
}
...
@@ -751,7 +751,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -751,7 +751,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 部门ID
* 设置 部门ID
* @param deptId
* @param deptId
*/
*/
public
Pub
licD
atumQuery
deptId
(
Long
deptId
){
public
Pub
d
atumQuery
deptId
(
Long
deptId
){
setDeptId
(
deptId
);
setDeptId
(
deptId
);
return
this
;
return
this
;
}
}
...
@@ -760,7 +760,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -760,7 +760,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 开始 部门ID
* 设置 开始 部门ID
* @param deptIdStart
* @param deptIdStart
*/
*/
public
Pub
licD
atumQuery
deptIdStart
(
Long
deptIdStart
){
public
Pub
d
atumQuery
deptIdStart
(
Long
deptIdStart
){
this
.
deptIdStart
=
deptIdStart
;
this
.
deptIdStart
=
deptIdStart
;
return
this
;
return
this
;
}
}
...
@@ -769,7 +769,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -769,7 +769,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 结束 部门ID
* 设置 结束 部门ID
* @param deptIdEnd
* @param deptIdEnd
*/
*/
public
Pub
licD
atumQuery
deptIdEnd
(
Long
deptIdEnd
){
public
Pub
d
atumQuery
deptIdEnd
(
Long
deptIdEnd
){
this
.
deptIdEnd
=
deptIdEnd
;
this
.
deptIdEnd
=
deptIdEnd
;
return
this
;
return
this
;
}
}
...
@@ -778,7 +778,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -778,7 +778,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 增加 部门ID
* 设置 增加 部门ID
* @param deptIdIncrement
* @param deptIdIncrement
*/
*/
public
Pub
licD
atumQuery
deptIdIncrement
(
Long
deptIdIncrement
){
public
Pub
d
atumQuery
deptIdIncrement
(
Long
deptIdIncrement
){
this
.
deptIdIncrement
=
deptIdIncrement
;
this
.
deptIdIncrement
=
deptIdIncrement
;
return
this
;
return
this
;
}
}
...
@@ -787,7 +787,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -787,7 +787,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 部门ID
* 设置 部门ID
* @param deptIdList
* @param deptIdList
*/
*/
public
Pub
licD
atumQuery
deptIdList
(
List
<
Long
>
deptIdList
){
public
Pub
d
atumQuery
deptIdList
(
List
<
Long
>
deptIdList
){
this
.
deptIdList
=
deptIdList
;
this
.
deptIdList
=
deptIdList
;
return
this
;
return
this
;
}
}
...
@@ -797,7 +797,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -797,7 +797,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 部门编号
* 设置 部门编号
* @param deptCode
* @param deptCode
*/
*/
public
Pub
licD
atumQuery
deptCode
(
String
deptCode
){
public
Pub
d
atumQuery
deptCode
(
String
deptCode
){
setDeptCode
(
deptCode
);
setDeptCode
(
deptCode
);
return
this
;
return
this
;
}
}
...
@@ -806,7 +806,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -806,7 +806,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 部门编号
* 设置 部门编号
* @param deptCodeList
* @param deptCodeList
*/
*/
public
Pub
licD
atumQuery
deptCodeList
(
List
<
String
>
deptCodeList
){
public
Pub
d
atumQuery
deptCodeList
(
List
<
String
>
deptCodeList
){
this
.
deptCodeList
=
deptCodeList
;
this
.
deptCodeList
=
deptCodeList
;
return
this
;
return
this
;
}
}
...
@@ -816,7 +816,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -816,7 +816,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 材料名
* 设置 材料名
* @param materialName
* @param materialName
*/
*/
public
Pub
licD
atumQuery
materialName
(
String
materialName
){
public
Pub
d
atumQuery
materialName
(
String
materialName
){
setMaterialName
(
materialName
);
setMaterialName
(
materialName
);
return
this
;
return
this
;
}
}
...
@@ -825,7 +825,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -825,7 +825,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 材料名
* 设置 材料名
* @param materialNameList
* @param materialNameList
*/
*/
public
Pub
licD
atumQuery
materialNameList
(
List
<
String
>
materialNameList
){
public
Pub
d
atumQuery
materialNameList
(
List
<
String
>
materialNameList
){
this
.
materialNameList
=
materialNameList
;
this
.
materialNameList
=
materialNameList
;
return
this
;
return
this
;
}
}
...
@@ -835,7 +835,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -835,7 +835,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 材料全名
* 设置 材料全名
* @param materiaFullName
* @param materiaFullName
*/
*/
public
Pub
licD
atumQuery
materiaFullName
(
String
materiaFullName
){
public
Pub
d
atumQuery
materiaFullName
(
String
materiaFullName
){
setMateriaFullName
(
materiaFullName
);
setMateriaFullName
(
materiaFullName
);
return
this
;
return
this
;
}
}
...
@@ -844,7 +844,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -844,7 +844,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 材料全名
* 设置 材料全名
* @param materiaFullNameList
* @param materiaFullNameList
*/
*/
public
Pub
licD
atumQuery
materiaFullNameList
(
List
<
String
>
materiaFullNameList
){
public
Pub
d
atumQuery
materiaFullNameList
(
List
<
String
>
materiaFullNameList
){
this
.
materiaFullNameList
=
materiaFullNameList
;
this
.
materiaFullNameList
=
materiaFullNameList
;
return
this
;
return
this
;
}
}
...
@@ -853,7 +853,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -853,7 +853,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 填单次数
* 设置 填单次数
* @param total
* @param total
*/
*/
public
Pub
licD
atumQuery
total
(
Integer
total
){
public
Pub
d
atumQuery
total
(
Integer
total
){
setTotal
(
total
);
setTotal
(
total
);
return
this
;
return
this
;
}
}
...
@@ -862,7 +862,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -862,7 +862,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 开始 填单次数
* 设置 开始 填单次数
* @param totalStart
* @param totalStart
*/
*/
public
Pub
licD
atumQuery
totalStart
(
Integer
totalStart
){
public
Pub
d
atumQuery
totalStart
(
Integer
totalStart
){
this
.
totalStart
=
totalStart
;
this
.
totalStart
=
totalStart
;
return
this
;
return
this
;
}
}
...
@@ -871,7 +871,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -871,7 +871,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 结束 填单次数
* 设置 结束 填单次数
* @param totalEnd
* @param totalEnd
*/
*/
public
Pub
licD
atumQuery
totalEnd
(
Integer
totalEnd
){
public
Pub
d
atumQuery
totalEnd
(
Integer
totalEnd
){
this
.
totalEnd
=
totalEnd
;
this
.
totalEnd
=
totalEnd
;
return
this
;
return
this
;
}
}
...
@@ -880,7 +880,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -880,7 +880,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 增加 填单次数
* 设置 增加 填单次数
* @param totalIncrement
* @param totalIncrement
*/
*/
public
Pub
licD
atumQuery
totalIncrement
(
Integer
totalIncrement
){
public
Pub
d
atumQuery
totalIncrement
(
Integer
totalIncrement
){
this
.
totalIncrement
=
totalIncrement
;
this
.
totalIncrement
=
totalIncrement
;
return
this
;
return
this
;
}
}
...
@@ -889,7 +889,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -889,7 +889,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 填单次数
* 设置 填单次数
* @param totalList
* @param totalList
*/
*/
public
Pub
licD
atumQuery
totalList
(
List
<
Integer
>
totalList
){
public
Pub
d
atumQuery
totalList
(
List
<
Integer
>
totalList
){
this
.
totalList
=
totalList
;
this
.
totalList
=
totalList
;
return
this
;
return
this
;
}
}
...
@@ -898,7 +898,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -898,7 +898,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 排序
* 设置 排序
* @param sort
* @param sort
*/
*/
public
Pub
licD
atumQuery
sort
(
Integer
sort
){
public
Pub
d
atumQuery
sort
(
Integer
sort
){
setSort
(
sort
);
setSort
(
sort
);
return
this
;
return
this
;
}
}
...
@@ -907,7 +907,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -907,7 +907,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 开始 排序
* 设置 开始 排序
* @param sortStart
* @param sortStart
*/
*/
public
Pub
licD
atumQuery
sortStart
(
Integer
sortStart
){
public
Pub
d
atumQuery
sortStart
(
Integer
sortStart
){
this
.
sortStart
=
sortStart
;
this
.
sortStart
=
sortStart
;
return
this
;
return
this
;
}
}
...
@@ -916,7 +916,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -916,7 +916,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 结束 排序
* 设置 结束 排序
* @param sortEnd
* @param sortEnd
*/
*/
public
Pub
licD
atumQuery
sortEnd
(
Integer
sortEnd
){
public
Pub
d
atumQuery
sortEnd
(
Integer
sortEnd
){
this
.
sortEnd
=
sortEnd
;
this
.
sortEnd
=
sortEnd
;
return
this
;
return
this
;
}
}
...
@@ -925,7 +925,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -925,7 +925,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 增加 排序
* 设置 增加 排序
* @param sortIncrement
* @param sortIncrement
*/
*/
public
Pub
licD
atumQuery
sortIncrement
(
Integer
sortIncrement
){
public
Pub
d
atumQuery
sortIncrement
(
Integer
sortIncrement
){
this
.
sortIncrement
=
sortIncrement
;
this
.
sortIncrement
=
sortIncrement
;
return
this
;
return
this
;
}
}
...
@@ -934,7 +934,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -934,7 +934,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 排序
* 设置 排序
* @param sortList
* @param sortList
*/
*/
public
Pub
licD
atumQuery
sortList
(
List
<
Integer
>
sortList
){
public
Pub
d
atumQuery
sortList
(
List
<
Integer
>
sortList
){
this
.
sortList
=
sortList
;
this
.
sortList
=
sortList
;
return
this
;
return
this
;
}
}
...
@@ -944,7 +944,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -944,7 +944,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 样表名称
* 设置 样表名称
* @param sampleName
* @param sampleName
*/
*/
public
Pub
licD
atumQuery
sampleName
(
String
sampleName
){
public
Pub
d
atumQuery
sampleName
(
String
sampleName
){
setSampleName
(
sampleName
);
setSampleName
(
sampleName
);
return
this
;
return
this
;
}
}
...
@@ -953,7 +953,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -953,7 +953,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 样表名称
* 设置 样表名称
* @param sampleNameList
* @param sampleNameList
*/
*/
public
Pub
licD
atumQuery
sampleNameList
(
List
<
String
>
sampleNameList
){
public
Pub
d
atumQuery
sampleNameList
(
List
<
String
>
sampleNameList
){
this
.
sampleNameList
=
sampleNameList
;
this
.
sampleNameList
=
sampleNameList
;
return
this
;
return
this
;
}
}
...
@@ -963,7 +963,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -963,7 +963,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 样表地址
* 设置 样表地址
* @param samplePath
* @param samplePath
*/
*/
public
Pub
licD
atumQuery
samplePath
(
String
samplePath
){
public
Pub
d
atumQuery
samplePath
(
String
samplePath
){
setSamplePath
(
samplePath
);
setSamplePath
(
samplePath
);
return
this
;
return
this
;
}
}
...
@@ -972,7 +972,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -972,7 +972,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 样表地址
* 设置 样表地址
* @param samplePathList
* @param samplePathList
*/
*/
public
Pub
licD
atumQuery
samplePathList
(
List
<
String
>
samplePathList
){
public
Pub
d
atumQuery
samplePathList
(
List
<
String
>
samplePathList
){
this
.
samplePathList
=
samplePathList
;
this
.
samplePathList
=
samplePathList
;
return
this
;
return
this
;
}
}
...
@@ -982,7 +982,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -982,7 +982,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 样表预览地址
* 设置 样表预览地址
* @param preViewPath
* @param preViewPath
*/
*/
public
Pub
licD
atumQuery
preViewPath
(
String
preViewPath
){
public
Pub
d
atumQuery
preViewPath
(
String
preViewPath
){
setPreViewPath
(
preViewPath
);
setPreViewPath
(
preViewPath
);
return
this
;
return
this
;
}
}
...
@@ -991,7 +991,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -991,7 +991,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 样表预览地址
* 设置 样表预览地址
* @param preViewPathList
* @param preViewPathList
*/
*/
public
Pub
licD
atumQuery
preViewPathList
(
List
<
String
>
preViewPathList
){
public
Pub
d
atumQuery
preViewPathList
(
List
<
String
>
preViewPathList
){
this
.
preViewPathList
=
preViewPathList
;
this
.
preViewPathList
=
preViewPathList
;
return
this
;
return
this
;
}
}
...
@@ -1001,7 +1001,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1001,7 +1001,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 创建用户
* 设置 创建用户
* @param createUserId
* @param createUserId
*/
*/
public
Pub
licD
atumQuery
createUserId
(
Long
createUserId
){
public
Pub
d
atumQuery
createUserId
(
Long
createUserId
){
setCreateUserId
(
createUserId
);
setCreateUserId
(
createUserId
);
return
this
;
return
this
;
}
}
...
@@ -1010,7 +1010,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1010,7 +1010,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 开始 创建用户
* 设置 开始 创建用户
* @param createUserIdStart
* @param createUserIdStart
*/
*/
public
Pub
licD
atumQuery
createUserIdStart
(
Long
createUserIdStart
){
public
Pub
d
atumQuery
createUserIdStart
(
Long
createUserIdStart
){
this
.
createUserIdStart
=
createUserIdStart
;
this
.
createUserIdStart
=
createUserIdStart
;
return
this
;
return
this
;
}
}
...
@@ -1019,7 +1019,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1019,7 +1019,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 结束 创建用户
* 设置 结束 创建用户
* @param createUserIdEnd
* @param createUserIdEnd
*/
*/
public
Pub
licD
atumQuery
createUserIdEnd
(
Long
createUserIdEnd
){
public
Pub
d
atumQuery
createUserIdEnd
(
Long
createUserIdEnd
){
this
.
createUserIdEnd
=
createUserIdEnd
;
this
.
createUserIdEnd
=
createUserIdEnd
;
return
this
;
return
this
;
}
}
...
@@ -1028,7 +1028,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1028,7 +1028,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 增加 创建用户
* 设置 增加 创建用户
* @param createUserIdIncrement
* @param createUserIdIncrement
*/
*/
public
Pub
licD
atumQuery
createUserIdIncrement
(
Long
createUserIdIncrement
){
public
Pub
d
atumQuery
createUserIdIncrement
(
Long
createUserIdIncrement
){
this
.
createUserIdIncrement
=
createUserIdIncrement
;
this
.
createUserIdIncrement
=
createUserIdIncrement
;
return
this
;
return
this
;
}
}
...
@@ -1037,7 +1037,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1037,7 +1037,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 创建用户
* 设置 创建用户
* @param createUserIdList
* @param createUserIdList
*/
*/
public
Pub
licD
atumQuery
createUserIdList
(
List
<
Long
>
createUserIdList
){
public
Pub
d
atumQuery
createUserIdList
(
List
<
Long
>
createUserIdList
){
this
.
createUserIdList
=
createUserIdList
;
this
.
createUserIdList
=
createUserIdList
;
return
this
;
return
this
;
}
}
...
@@ -1047,7 +1047,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1047,7 +1047,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 获取 OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4)
* 获取 OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4)
* @return orConditionList
* @return orConditionList
*/
*/
public
List
<
Pub
licD
atumQuery
>
getOrConditionList
(){
public
List
<
Pub
d
atumQuery
>
getOrConditionList
(){
return
this
.
orConditionList
;
return
this
.
orConditionList
;
}
}
...
@@ -1055,7 +1055,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1055,7 +1055,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4)
* 设置 OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4)
* @param orConditionList
* @param orConditionList
*/
*/
public
void
setOrConditionList
(
List
<
Pub
licD
atumQuery
>
orConditionList
){
public
void
setOrConditionList
(
List
<
Pub
d
atumQuery
>
orConditionList
){
this
.
orConditionList
=
orConditionList
;
this
.
orConditionList
=
orConditionList
;
}
}
...
@@ -1063,7 +1063,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1063,7 +1063,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 获取 AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4)
* 获取 AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4)
* @return andConditionList
* @return andConditionList
*/
*/
public
List
<
Pub
licD
atumQuery
>
getAndConditionList
(){
public
List
<
Pub
d
atumQuery
>
getAndConditionList
(){
return
this
.
andConditionList
;
return
this
.
andConditionList
;
}
}
...
@@ -1071,7 +1071,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
...
@@ -1071,7 +1071,7 @@ public class PublicDatumQuery extends PublicDatumEntity {
* 设置 AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4)
* 设置 AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4)
* @param andConditionList
* @param andConditionList
*/
*/
public
void
setAndConditionList
(
List
<
Pub
licD
atumQuery
>
andConditionList
){
public
void
setAndConditionList
(
List
<
Pub
d
atumQuery
>
andConditionList
){
this
.
andConditionList
=
andConditionList
;
this
.
andConditionList
=
andConditionList
;
}
}
...
...
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
lic/model/vo/PublicD
atumVo.java
→
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
datum/model/vo/Pubd
atumVo.java
View file @
99bb1321
package
com.mortals.xhx.module.pub
lic
.model.vo
;
package
com.mortals.xhx.module.pub
datum
.model.vo
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.xhx.module.pub
lic.model.PublicD
atumEntity
;
import
com.mortals.xhx.module.pub
datum.model.Pubd
atumEntity
;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
import
java.util.List
;
import
java.util.List
;
/**
/**
...
@@ -9,6 +9,6 @@ import java.util.List;
...
@@ -9,6 +9,6 @@ import java.util.List;
* @author zxfei
* @author zxfei
* @date 2022-11-10
* @date 2022-11-10
*/
*/
public
class
Pub
licD
atumVo
extends
BaseEntityLong
{
public
class
Pub
d
atumVo
extends
BaseEntityLong
{
}
}
\ No newline at end of file
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
lic/service/PublicD
atumService.java
→
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
datum/service/Pubd
atumService.java
View file @
99bb1321
package
com.mortals.xhx.module.pub
lic
.service
;
package
com.mortals.xhx.module.pub
datum
.service
;
import
com.mortals.framework.service.ICRUDService
;
import
com.mortals.framework.service.ICRUDService
;
import
com.mortals.xhx.module.pub
lic.model.PublicD
atumEntity
;
import
com.mortals.xhx.module.pub
datum.model.Pubd
atumEntity
;
/**
/**
* Pub
licD
atumService
* Pub
d
atumService
*
*
* 事项材料公共库 service接口
* 事项材料公共库 service接口
*
*
* @author zxfei
* @author zxfei
* @date 2022-11-10
* @date 2022-11-10
*/
*/
public
interface
Pub
licDatumService
extends
ICRUDService
<
PublicD
atumEntity
,
Long
>{
public
interface
Pub
datumService
extends
ICRUDService
<
Pubd
atumEntity
,
Long
>{
}
}
\ No newline at end of file
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
lic/service/impl/PublicD
atumServiceImpl.java
→
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
datum/service/impl/Pubd
atumServiceImpl.java
View file @
99bb1321
package
com.mortals.xhx.module.pub
lic
.service.impl
;
package
com.mortals.xhx.module.pub
datum
.service.impl
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
com.mortals.framework.service.impl.AbstractCRUDServiceImpl
;
import
com.mortals.framework.service.impl.AbstractCRUDServiceImpl
;
import
com.mortals.framework.exception.AppException
;
import
com.mortals.framework.exception.AppException
;
import
com.mortals.framework.model.Context
;
import
com.mortals.framework.model.Context
;
import
com.mortals.xhx.module.pub
lic.dao.PublicD
atumDao
;
import
com.mortals.xhx.module.pub
datum.dao.Pubd
atumDao
;
import
com.mortals.xhx.module.pub
lic.model.PublicD
atumEntity
;
import
com.mortals.xhx.module.pub
datum.model.Pubd
atumEntity
;
import
com.mortals.xhx.module.pub
lic.service.PublicD
atumService
;
import
com.mortals.xhx.module.pub
datum.service.Pubd
atumService
;
/**
/**
* Pub
licD
atumService
* Pub
d
atumService
* 事项材料公共库 service实现
* 事项材料公共库 service实现
*
*
* @author zxfei
* @author zxfei
* @date 2022-11-10
* @date 2022-11-10
*/
*/
@Service
(
"pub
licD
atumService"
)
@Service
(
"pub
d
atumService"
)
public
class
Pub
licDatumServiceImpl
extends
AbstractCRUDServiceImpl
<
PublicDatumDao
,
PublicDatumEntity
,
Long
>
implements
PublicD
atumService
{
public
class
Pub
datumServiceImpl
extends
AbstractCRUDServiceImpl
<
PubdatumDao
,
PubdatumEntity
,
Long
>
implements
Pubd
atumService
{
}
}
\ No newline at end of file
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
lic/web/PublicD
atumController.java
→
sample-form-manager/src/main/java/com/mortals/xhx/module/pub
datum/web/Pubd
atumController.java
View file @
99bb1321
package
com.mortals.xhx.module.pub
lic
.web
;
package
com.mortals.xhx.module.pub
datum
.web
;
import
com.mortals.framework.web.BaseCRUDJsonBodyMappingController
;
import
com.mortals.framework.web.BaseCRUDJsonBodyMappingController
;
import
com.mortals.xhx.base.system.param.service.ParamService
;
import
com.mortals.xhx.base.system.param.service.ParamService
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
@@ -9,8 +9,8 @@ import com.mortals.framework.model.Context;
...
@@ -9,8 +9,8 @@ import com.mortals.framework.model.Context;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletResponse
;
import
javax.servlet.http.HttpServletResponse
;
import
com.mortals.framework.web.BaseCRUDJsonBodyMappingController
;
import
com.mortals.framework.web.BaseCRUDJsonBodyMappingController
;
import
com.mortals.xhx.module.pub
lic.model.PublicD
atumEntity
;
import
com.mortals.xhx.module.pub
datum.model.Pubd
atumEntity
;
import
com.mortals.xhx.module.pub
lic.service.PublicD
atumService
;
import
com.mortals.xhx.module.pub
datum.service.Pubd
atumService
;
import
org.apache.commons.lang3.ArrayUtils
;
import
org.apache.commons.lang3.ArrayUtils
;
import
com.mortals.framework.util.StringUtils
;
import
com.mortals.framework.util.StringUtils
;
import
java.util.HashMap
;
import
java.util.HashMap
;
...
@@ -30,13 +30,13 @@ import static com.mortals.framework.ap.SysConstains.*;
...
@@ -30,13 +30,13 @@ import static com.mortals.framework.ap.SysConstains.*;
* @date 2022-11-10
* @date 2022-11-10
*/
*/
@RestController
@RestController
@RequestMapping
(
"pub
lic/
datum"
)
@RequestMapping
(
"pubdatum"
)
public
class
Pub
licDatumController
extends
BaseCRUDJsonBodyMappingController
<
PublicDatumService
,
PublicD
atumEntity
,
Long
>
{
public
class
Pub
datumController
extends
BaseCRUDJsonBodyMappingController
<
PubdatumService
,
Pubd
atumEntity
,
Long
>
{
@Autowired
@Autowired
private
ParamService
paramService
;
private
ParamService
paramService
;
public
Pub
licD
atumController
(){
public
Pub
d
atumController
(){
super
.
setModuleDesc
(
"事项材料公共库"
);
super
.
setModuleDesc
(
"事项材料公共库"
);
}
}
...
...
sample-form-manager/src/main/resources/sqlmap/module/pub
lic/PublicD
atumMapper.xml
→
sample-form-manager/src/main/resources/sqlmap/module/pub
datum/Pubd
atumMapper.xml
View file @
99bb1321
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"mybatis-3-mapper.dtd">
"mybatis-3-mapper.dtd">
<mapper
namespace=
"com.mortals.xhx.module.pub
lic.dao.ibatis.PublicD
atumDaoImpl"
>
<mapper
namespace=
"com.mortals.xhx.module.pub
datum.dao.ibatis.Pubd
atumDaoImpl"
>
<!-- 字段和属性映射 -->
<!-- 字段和属性映射 -->
<resultMap
type=
"Pub
licDatumEntity"
id=
"PublicD
atumEntity-Map"
>
<resultMap
type=
"Pub
datumEntity"
id=
"Pubd
atumEntity-Map"
>
<id
property=
"id"
column=
"id"
/>
<id
property=
"id"
column=
"id"
/>
<result
property=
"matterId"
column=
"matterId"
/>
<result
property=
"matterId"
column=
"matterId"
/>
<result
property=
"deptId"
column=
"deptId"
/>
<result
property=
"deptId"
column=
"deptId"
/>
...
@@ -71,8 +71,8 @@
...
@@ -71,8 +71,8 @@
</trim>
</trim>
</sql>
</sql>
<!-- 新增 区分主键自增加还是业务插入 -->
<!-- 新增 区分主键自增加还是业务插入 -->
<insert
id=
"insert"
parameterType=
"Pub
licD
atumEntity"
useGeneratedKeys=
"true"
keyProperty=
"id"
>
<insert
id=
"insert"
parameterType=
"Pub
d
atumEntity"
useGeneratedKeys=
"true"
keyProperty=
"id"
>
insert into mortals_xhx_pub
lic_
datum
insert into mortals_xhx_pubdatum
(matterId,deptId,deptCode,materialName,materiaFullName,total,sort,sampleName,samplePath,preViewPath,createTime,createUserId,updateTime)
(matterId,deptId,deptCode,materialName,materiaFullName,total,sort,sampleName,samplePath,preViewPath,createTime,createUserId,updateTime)
VALUES
VALUES
(#{matterId},#{deptId},#{deptCode},#{materialName},#{materiaFullName},#{total},#{sort},#{sampleName},#{samplePath},#{preViewPath},#{createTime},#{createUserId},#{updateTime})
(#{matterId},#{deptId},#{deptCode},#{materialName},#{materiaFullName},#{total},#{sort},#{sampleName},#{samplePath},#{preViewPath},#{createTime},#{createUserId},#{updateTime})
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<!-- 批量新增 -->
<!-- 批量新增 -->
<insert
id=
"insertBatch"
parameterType=
"paramDto"
>
<insert
id=
"insertBatch"
parameterType=
"paramDto"
>
insert into mortals_xhx_pub
lic_
datum
insert into mortals_xhx_pubdatum
(matterId,deptId,deptCode,materialName,materiaFullName,total,sort,sampleName,samplePath,preViewPath,createTime,createUserId,updateTime)
(matterId,deptId,deptCode,materialName,materiaFullName,total,sort,sampleName,samplePath,preViewPath,createTime,createUserId,updateTime)
VALUES
VALUES
<foreach
collection=
"data.dataList"
item=
"item"
index=
"index"
separator=
","
>
<foreach
collection=
"data.dataList"
item=
"item"
index=
"index"
separator=
","
>
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
<!-- 根据ParamDto更新 -->
<!-- 根据ParamDto更新 -->
<update
id=
"update"
parameterType=
"paramDto"
>
<update
id=
"update"
parameterType=
"paramDto"
>
update mortals_xhx_pub
lic_
datum as a
update mortals_xhx_pubdatum as a
set
set
<trim
suffixOverrides=
","
suffix=
""
>
<trim
suffixOverrides=
","
suffix=
""
>
<if
test=
"(colPickMode==0 and data.containsKey('matterId')) or (colPickMode==1 and !data.containsKey('matterId'))"
>
<if
test=
"(colPickMode==0 and data.containsKey('matterId')) or (colPickMode==1 and !data.containsKey('matterId'))"
>
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
</update>
</update>
<!-- 批量更新 -->
<!-- 批量更新 -->
<update
id=
"updateBatch"
parameterType=
"paramDto"
>
<update
id=
"updateBatch"
parameterType=
"paramDto"
>
update mortals_xhx_pub
lic_
datum as a
update mortals_xhx_pubdatum as a
<trim
prefix=
"set"
suffixOverrides=
","
>
<trim
prefix=
"set"
suffixOverrides=
","
>
<trim
prefix=
"matterId=(case"
suffix=
"ELSE matterId end),"
>
<trim
prefix=
"matterId=(case"
suffix=
"ELSE matterId end),"
>
<foreach
collection=
"data.dataList"
item=
"item"
index=
"index"
separator=
""
>
<foreach
collection=
"data.dataList"
item=
"item"
index=
"index"
separator=
""
>
...
@@ -283,25 +283,25 @@
...
@@ -283,25 +283,25 @@
</foreach>
</foreach>
</update>
</update>
<!-- 根据主健查询 -->
<!-- 根据主健查询 -->
<select
id=
"getByKey"
parameterType=
"paramDto"
resultMap=
"Pub
licD
atumEntity-Map"
>
<select
id=
"getByKey"
parameterType=
"paramDto"
resultMap=
"Pub
d
atumEntity-Map"
>
select
<include
refid=
"_columns"
/>
select
<include
refid=
"_columns"
/>
from mortals_xhx_pub
lic_
datum as a
from mortals_xhx_pubdatum as a
where a.id=#{condition.id}
where a.id=#{condition.id}
</select>
</select>
<!-- 根据主健删除 -->
<!-- 根据主健删除 -->
<delete
id=
"deleteByKey"
parameterType=
"paramDto"
>
<delete
id=
"deleteByKey"
parameterType=
"paramDto"
>
delete a.* from mortals_xhx_pub
lic_
datum as a where a.id=#{condition.id}
delete a.* from mortals_xhx_pubdatum as a where a.id=#{condition.id}
</delete>
</delete>
<!-- 根据主健删除一批,针对单一主健有效 -->
<!-- 根据主健删除一批,针对单一主健有效 -->
<delete
id=
"deleteByKeys"
>
<delete
id=
"deleteByKeys"
>
delete from mortals_xhx_pub
lic_
datum where id in
delete from mortals_xhx_pubdatum where id in
<foreach
collection=
"array"
item=
"item"
index=
"index"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"array"
item=
"item"
index=
"index"
open=
"("
separator=
","
close=
")"
>
#{item}
#{item}
</foreach>
</foreach>
</delete>
</delete>
<!-- 根据paramDto删除一批 -->
<!-- 根据paramDto删除一批 -->
<delete
id=
"deleteByMap"
parameterType=
"paramDto"
>
<delete
id=
"deleteByMap"
parameterType=
"paramDto"
>
delete a.* from mortals_xhx_pub
lic_
datum as a
delete a.* from mortals_xhx_pubdatum as a
<trim
suffixOverrides=
"where"
suffix=
""
>
<trim
suffixOverrides=
"where"
suffix=
""
>
where
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<trim
prefixOverrides=
"and"
prefix=
""
>
...
@@ -310,9 +310,9 @@
...
@@ -310,9 +310,9 @@
</trim>
</trim>
</delete>
</delete>
<!-- 获取列表 -->
<!-- 获取列表 -->
<select
id=
"getList"
parameterType=
"paramDto"
resultMap=
"Pub
licD
atumEntity-Map"
>
<select
id=
"getList"
parameterType=
"paramDto"
resultMap=
"Pub
d
atumEntity-Map"
>
select
<include
refid=
"_columns"
/>
select
<include
refid=
"_columns"
/>
from mortals_xhx_pub
lic_
datum as a
from mortals_xhx_pubdatum as a
<trim
suffixOverrides=
"where"
suffix=
""
>
<trim
suffixOverrides=
"where"
suffix=
""
>
where
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<trim
prefixOverrides=
"and"
prefix=
""
>
...
@@ -327,7 +327,7 @@
...
@@ -327,7 +327,7 @@
<!-- 获取 -->
<!-- 获取 -->
<select
id=
"getListCount"
parameterType=
"paramDto"
resultType=
"int"
>
<select
id=
"getListCount"
parameterType=
"paramDto"
resultType=
"int"
>
select count(1)
select count(1)
from mortals_xhx_pub
lic_
datum as a
from mortals_xhx_pubdatum as a
<trim
suffixOverrides=
"where"
suffix=
""
>
<trim
suffixOverrides=
"where"
suffix=
""
>
where
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<trim
prefixOverrides=
"and"
prefix=
""
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment