Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
2ed50cb0
提交
2ed50cb0
编写于
10月 14, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lengyuace 发布系统代码 [TrainSys,网页端]
上级
576b7b12
变更
26
展开全部
显示空白字符变更
内嵌
并排
正在显示
26 个修改的文件
包含
9684 行增加
和
28 行删除
+9684
-28
pom.xml
pom.xml
+39
-3
BXD.json
...ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/BXD.json
+21
-0
BXDMX.json
...izlab/trainsys/PSMODULES/common/PSDATAENTITIES/BXDMX.json
+21
-0
Book.json
...bizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
+84
-0
BookType.json
...ab/trainsys/PSMODULES/common/PSDATAENTITIES/BookType.json
+21
-0
PRINT.json
...izlab/trainsys/PSMODULES/common/PSDATAENTITIES/PRINT.json
+21
-0
Pay.json
...ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Pay.json
+21
-0
Phone.json
...izlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
+21
-0
RawMaterial.json
...trainsys/PSMODULES/common/PSDATAENTITIES/RawMaterial.json
+21
-0
Reginfo.json
...lab/trainsys/PSMODULES/common/PSDATAENTITIES/Reginfo.json
+21
-0
Reginfof.json
...ab/trainsys/PSMODULES/common/PSDATAENTITIES/Reginfof.json
+21
-0
Student.json
...lab/trainsys/PSMODULES/common/PSDATAENTITIES/Student.json
+21
-0
SubSysAPI.json
...insys/PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json
+188
-1
BXD.json
...ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json
+402
-0
BXDMX.json
...izlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json
+524
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+883
-0
BookType.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json
+384
-0
PRINT.json
...izlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/PRINT.json
+396
-0
Phone.json
...izlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json
+428
-0
RawMaterial.json
...trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json
+420
-0
Reginfo.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json
+480
-0
Reginfof.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfof.json
+444
-0
Student.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json
+444
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+3186
-24
TrainSys.json
.../model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
+1158
-0
PSSYSTEM.json
...rc/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
+14
-0
未找到文件。
pom.xml
浏览文件 @
2ed50cb0
...
...
@@ -31,13 +31,49 @@
<dependencies>
<dependency>
<groupId>
net.ibizsys.plugin
</groupId>
<artifactId>
ibiz-plugin-cloud
</artifactId>
<version>
${ibiz.cloud.version}
</version>
</dependency>
<dependency>
<groupId>
net.ibizsys.plugin
</groupId>
<artifactId>
ibiz-plugin-redis
</artifactId>
<version>
${ibiz.cloud.version}
</version>
</dependency>
<dependency>
<groupId>
net.ibizsys.plugin
</groupId>
<artifactId>
ibiz-plugin-mybatisplus-spring-boot-starter
</artifactId>
<version>
${ibiz.cloud.version}
</version>
</dependency>
<dependency>
<groupId>
net.ibizsys.plugin
</groupId>
<artifactId>
ibiz-plugin-zookeeper
</artifactId>
<version>
${ibiz.cloud.version}
</version>
</dependency>
<dependency>
<groupId>
net.ibizsys.plugin
</groupId>
<artifactId>
ibiz-plugin-poi
</artifactId>
<version>
${ibiz.cloud.version}
</version>
</dependency>
<dependency>
<groupId>
net.ibizsys.plugin
</groupId>
<artifactId>
ibiz-plugin-liquibase
</artifactId>
<version>
${ibiz.cloud.version}
</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>
aliyunmaven
</id>
<name>
阿里云公共仓库
</name>
<url>
http
s://maven.aliyun.com
/repository/public/
</url>
<id>
ibizmvnrepository
</id>
<name>
ibizmvnrepository
</name>
<url>
http
://172.16.240.220:8081
/repository/public/
</url>
<layout>
default
</layout>
<releases>
<enabled>
true
</enabled>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/BXD.json
浏览文件 @
2ed50cb0
...
...
@@ -756,6 +756,12 @@
"queryCodeExp"
:
"t1.`BXDID`"
,
"standardColumnName"
:
"`BXDID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_BXDID_EQ"
,
"name"
:
"N_BXDID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[BXDID][报销单标识]移动端默认"
,
...
...
@@ -1157,6 +1163,21 @@
},
{
"name"
:
"BXDFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"报销单标识"
,
"name"
:
"N_BXDID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_BXDID_EQ"
},
"getPSDEField"
:
{
"name"
:
"BXDID"
,
"codeName"
:
"BXDId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"报销单名称"
,
"name"
:
"N_BXDNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/BXDMX.json
浏览文件 @
2ed50cb0
...
...
@@ -562,6 +562,12 @@
"queryCodeExp"
:
"t1.`BXDMXID`"
,
"standardColumnName"
:
"`BXDMXID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_BXDMXID_EQ"
,
"name"
:
"N_BXDMXID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[BXDMXID][报销单明细标识]"
,
...
...
@@ -1561,6 +1567,21 @@
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"报销单明细标识"
,
"name"
:
"N_BXDMXID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_BXDMXID_EQ"
},
"getPSDEField"
:
{
"name"
:
"BXDMXID"
,
"codeName"
:
"BXDMXId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"报销单明细名称"
,
"name"
:
"N_BXDMXNAME_LIKE"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
浏览文件 @
2ed50cb0
...
...
@@ -982,6 +982,12 @@
"queryCodeExp"
:
"t1.`BOOKID`"
,
"standardColumnName"
:
"`BOOKID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_BOOKID_EQ"
,
"name"
:
"N_BOOKID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[BOOKID][书标识]移动端默认"
,
...
...
@@ -1293,6 +1299,12 @@
"queryCodeExp"
:
"t1.`FIELD`"
,
"standardColumnName"
:
"`FIELD`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_FIELD_EQ"
,
"name"
:
"N_FIELD_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[FIELD][属性]"
,
...
...
@@ -1370,6 +1382,12 @@
"queryCodeExp"
:
"t1.`FIELD2`"
,
"standardColumnName"
:
"`FIELD2`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_FIELD2_EQ"
,
"name"
:
"N_FIELD2_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[FIELD2][属性2]"
,
...
...
@@ -1447,6 +1465,12 @@
"queryCodeExp"
:
"t1.`FIELD3`"
,
"standardColumnName"
:
"`FIELD3`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_FIELD3_EQ"
,
"name"
:
"N_FIELD3_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[FIELD3][属性3]"
,
...
...
@@ -3456,6 +3480,21 @@
},
{
"name"
:
"BookFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"书标识"
,
"name"
:
"N_BOOKID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_BOOKID_EQ"
},
"getPSDEField"
:
{
"name"
:
"BOOKID"
,
"codeName"
:
"BookId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"书名称"
,
"name"
:
"N_BOOKNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
@@ -3470,6 +3509,51 @@
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"属性2"
,
"name"
:
"N_FIELD2_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_FIELD2_EQ"
},
"getPSDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"属性3"
,
"name"
:
"N_FIELD3_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_FIELD3_EQ"
},
"getPSDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"属性"
,
"name"
:
"N_FIELD_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_FIELD_EQ"
},
"getPSDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
}
],
"sourceType"
:
"DE"
,
"type"
:
"DEFILTER"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/BookType.json
浏览文件 @
2ed50cb0
...
...
@@ -585,6 +585,12 @@
"queryCodeExp"
:
"t1.`BOOKTYPEID`"
,
"standardColumnName"
:
"`BOOKTYPEID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_BOOKTYPEID_EQ"
,
"name"
:
"N_BOOKTYPEID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[BOOKTYPEID][书籍类别标识]移动端默认"
,
...
...
@@ -1156,6 +1162,21 @@
},
{
"name"
:
"BookTypeFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"书籍类别标识"
,
"name"
:
"N_BOOKTYPEID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_BOOKTYPEID_EQ"
},
"getPSDEField"
:
{
"name"
:
"BOOKTYPEID"
,
"codeName"
:
"BookTypeId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"书籍类别名称"
,
"name"
:
"N_BOOKTYPENAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/PRINT.json
浏览文件 @
2ed50cb0
...
...
@@ -604,6 +604,12 @@
"queryCodeExp"
:
"t1.`PRINTID`"
,
"standardColumnName"
:
"`PRINTID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_PRINTID_EQ"
,
"name"
:
"N_PRINTID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[PRINTID][PRINT标识]"
,
...
...
@@ -1246,6 +1252,21 @@
},
{
"name"
:
"PRINTFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"PRINT标识"
,
"name"
:
"N_PRINTID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_PRINTID_EQ"
},
"getPSDEField"
:
{
"name"
:
"PRINTID"
,
"codeName"
:
"PRINTId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"PRINT名称"
,
"name"
:
"N_PRINTNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Pay.json
浏览文件 @
2ed50cb0
...
...
@@ -530,6 +530,12 @@
"queryCodeExp"
:
"t1.`PAYID`"
,
"standardColumnName"
:
"`PAYID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_PAYID_EQ"
,
"name"
:
"N_PAYID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[PAYID][支付标识]移动端默认"
,
...
...
@@ -815,6 +821,21 @@
},
{
"name"
:
"PayFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"支付标识"
,
"name"
:
"N_PAYID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_PAYID_EQ"
},
"getPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"支付名称"
,
"name"
:
"N_PAYNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
浏览文件 @
2ed50cb0
...
...
@@ -509,6 +509,12 @@
"queryCodeExp"
:
"t1.`PHONEID`"
,
"standardColumnName"
:
"`PHONEID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_PHONEID_EQ"
,
"name"
:
"N_PHONEID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[PHONEID][手机标识]"
,
...
...
@@ -1369,6 +1375,21 @@
},
{
"name"
:
"PhoneFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"手机标识"
,
"name"
:
"N_PHONEID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_PHONEID_EQ"
},
"getPSDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"手机名称"
,
"name"
:
"N_PHONENAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/RawMaterial.json
浏览文件 @
2ed50cb0
...
...
@@ -302,6 +302,12 @@
"enableFront"
:
true
}
],
"getAllPSDEFields"
:
[
{
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_RAWMATERIALID_EQ"
,
"name"
:
"N_RAWMATERIALID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[RAWMATERIALID][原材料标识]"
,
...
...
@@ -1155,6 +1161,21 @@
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"原材料标识"
,
"name"
:
"N_RAWMATERIALID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_RAWMATERIALID_EQ"
},
"getPSDEField"
:
{
"name"
:
"RAWMATERIALID"
,
"codeName"
:
"RawMaterialId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"原材料名称"
,
"name"
:
"N_RAWMATERIALNAME_LIKE"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Reginfo.json
浏览文件 @
2ed50cb0
...
...
@@ -845,6 +845,12 @@
"queryCodeExp"
:
"t1.`REGINFOID`"
,
"standardColumnName"
:
"`REGINFOID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_REGINFOID_EQ"
,
"name"
:
"N_REGINFOID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[REGINFOID][学员登记信息标识]移动端默认"
,
...
...
@@ -1852,6 +1858,21 @@
},
{
"name"
:
"ReginfoFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"学员登记信息标识"
,
"name"
:
"N_REGINFOID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_REGINFOID_EQ"
},
"getPSDEField"
:
{
"name"
:
"REGINFOID"
,
"codeName"
:
"ReginfoId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"学员登记信息名称"
,
"name"
:
"N_REGINFONAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Reginfof.json
浏览文件 @
2ed50cb0
...
...
@@ -447,6 +447,12 @@
"queryCodeExp"
:
"t1.`REGINFOFID`"
,
"standardColumnName"
:
"`REGINFOFID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_REGINFOFID_EQ"
,
"name"
:
"N_REGINFOFID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[REGINFOFID][学员登记信息测试fzh标识]移动端默认"
,
...
...
@@ -1606,6 +1612,21 @@
},
{
"name"
:
"ReginfofFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"学员登记信息测试fzh标识"
,
"name"
:
"N_REGINFOFID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_REGINFOFID_EQ"
},
"getPSDEField"
:
{
"name"
:
"REGINFOFID"
,
"codeName"
:
"ReginfofId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"学员登记信息测试fzh名称"
,
"name"
:
"N_REGINFOFNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Student.json
浏览文件 @
2ed50cb0
...
...
@@ -686,6 +686,12 @@
"queryCodeExp"
:
"t1.`STUDENTID`"
,
"standardColumnName"
:
"`STUDENTID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_STUDENTID_EQ"
,
"name"
:
"N_STUDENTID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[STUDENTID][学生标识]"
,
...
...
@@ -1590,6 +1596,21 @@
},
{
"name"
:
"StudentFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"学生标识"
,
"name"
:
"N_STUDENTID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_STUDENTID_EQ"
},
"getPSDEField"
:
{
"name"
:
"STUDENTID"
,
"codeName"
:
"StudentId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"学生名称"
,
"name"
:
"N_STUDENTNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json
浏览文件 @
2ed50cb0
...
...
@@ -63,6 +63,18 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
...
...
@@ -81,6 +93,22 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"getKeyPSSubSysServiceAPIField"
:
{
"modelref"
:
true
,
"id"
:
"PayId"
},
"name"
:
"输入对象"
,
"type"
:
"KEYFIELD"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"FIELD"
,
...
...
@@ -100,6 +128,18 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"getKeyPSSubSysServiceAPIField"
:
{
"modelref"
:
true
,
"id"
:
"PayId"
},
"name"
:
"输入对象"
,
"type"
:
"KEYFIELDS"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"DELETE"
,
"requestParamType"
:
"FIELD"
,
...
...
@@ -119,6 +159,18 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"PUT"
,
"requestParamType"
:
"ENTITY"
,
...
...
@@ -138,6 +190,18 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"SIMPLE"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
...
...
@@ -155,6 +219,22 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayFilterDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"PAGE"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"GET"
,
"uniqueTag"
:
"PAY__FETCH__DEFAULT"
...
...
@@ -171,6 +251,22 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"NONE"
,
...
...
@@ -188,6 +284,18 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
...
...
@@ -206,12 +314,90 @@
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"type"
:
"UNKNOWN"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"UNKNOWN"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"GET"
,
"uniqueTag"
:
"PAY__SELECT"
}
],
"major"
:
true
}
],
"getAllPSSubSysServiceAPIDTOs"
:
[
{
"codeName"
:
"PayDTO"
,
"name"
:
"PayDTO"
,
"getPSSubSysServiceAPIDTOFields"
:
[
{
"codeName"
:
"CreateDate"
,
"name"
:
"CreateDate"
,
"orderValue"
:
1000
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"CreateMan"
,
"name"
:
"CreateMan"
,
"orderValue"
:
1000
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"PayId"
,
"name"
:
"PayId"
,
"orderValue"
:
1000
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"PayName"
,
"name"
:
"PayName"
,
"orderValue"
:
1000
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"UpdateDate"
,
"name"
:
"UpdateDate"
,
"orderValue"
:
1000
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"UpdateMan"
,
"name"
:
"UpdateMan"
,
"orderValue"
:
1000
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
}
],
"type"
:
"DEMETHODDTO"
},
{
"codeName"
:
"PayFilterDTO"
,
"name"
:
"PayFilterDTO"
,
"getPSSubSysServiceAPIDTOFields"
:
[
{
"codeName"
:
"N_PAYID_EQ"
,
"name"
:
"N_PAYID_EQ"
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"N_PAYNAME_LIKE"
,
"name"
:
"N_PAYNAME_LIKE"
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
}
],
"type"
:
"DEMETHODDTO"
}
],
"authMode"
:
"NONE"
,
"codeName"
:
"SubSysAPI"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json"
,
...
...
@@ -221,5 +407,6 @@
"path"
:
"PSMODULES/common.json"
},
"serviceCodeName"
:
"SubSysAPI"
,
"serviceType"
:
"DEFAULT"
"serviceType"
:
"DEFAULT"
,
"enableServiceAPIDTO"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/PRINT.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfof.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
浏览文件 @
2ed50cb0
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录