Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
d3d79440
提交
d3d79440
编写于
6月 28, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lengyuace 发布系统代码 [TrainSys,网页端]
上级
789c80b7
变更
15
显示空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
1679 行增加
和
8 行删除
+1679
-8
common.json
...resources/model/cn/ibizlab/trainsys/PSMODULES/common.json
+3
-0
SysEmployee.json
...trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee.json
+1006
-0
CheckKey.json
...mmon/PSDATAENTITIES/SysEmployee/PSDEACTIONS/CheckKey.json
+26
-0
Create.json
...common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Create.json
+27
-0
Get.json
...ES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Get.json
+30
-0
GetDraft.json
...mmon/PSDATAENTITIES/SysEmployee/PSDEACTIONS/GetDraft.json
+30
-0
Remove.json
...common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Remove.json
+28
-0
Save.json
...S/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Save.json
+25
-0
Update.json
...common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Update.json
+27
-0
MYSQL5.json
...sEmployee/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
+25
-0
MYSQL5.json
.../SysEmployee/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+25
-0
iBizRTClient.json
...cn/ibizlab/trainsys/PSSUBSYSSERVICEAPIS/iBizRTClient.json
+409
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+4
-4
PSSYSTEM.json
...rc/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
+10
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common.json
浏览文件 @
d3d79440
...
@@ -54,6 +54,9 @@
...
@@ -54,6 +54,9 @@
},
{
},
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Student.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Student.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee.json"
}
],
}
],
"getAllPSWorkflows"
:
[
{
"getAllPSWorkflows"
:
[
{
"modelref"
:
true
,
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee.json
0 → 100644
浏览文件 @
d3d79440
{
"getAllPSDEACModes"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"DEFAULT"
,
"name"
:
"DEFAULT"
,
"getPSDEACModeDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"value"
},
{
"dataType"
:
25
,
"name"
:
"text"
}
],
"pagingSize"
:
50
,
"defaultMode"
:
true
,
"enablePagingBar"
:
false
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACMODES/Default.json"
}
],
"getAllPSDEActions"
:
[
{
"actionMode"
:
"CREATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Create"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Create.json"
,
"logicName"
:
"Create"
,
"name"
:
"Create"
,
"orderValue"
:
1
,
"getPSDEActionInput"
:
{
"name"
:
"CreateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"CreateResult"
,
"type"
:
"VOID"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"builtinAction"
:
true
},
{
"actionMode"
:
"UPDATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Update"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Update.json"
,
"logicName"
:
"Update"
,
"name"
:
"Update"
,
"orderValue"
:
11
,
"getPSDEActionInput"
:
{
"name"
:
"UpdateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"UpdateResult"
,
"type"
:
"VOID"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"builtinAction"
:
true
},
{
"actionMode"
:
"DELETE"
,
"actionType"
:
"BUILTIN"
,
"batchActionMode"
:
1
,
"codeName"
:
"Remove"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Remove.json"
,
"logicName"
:
"Remove"
,
"name"
:
"Remove"
,
"orderValue"
:
21
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"SYS_EMPID"
,
"codeName"
:
"SysEmployeeId"
},
"name"
:
"RemoveInput"
,
"type"
:
"KEYFIELDS"
},
"getPSDEActionReturn"
:
{
"name"
:
"RemoveResult"
,
"type"
:
"VOID"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"batchAction"
:
true
,
"builtinAction"
:
true
},
{
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Get"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Get.json"
,
"logicName"
:
"Get"
,
"name"
:
"Get"
,
"orderValue"
:
31
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"SYS_EMPID"
,
"codeName"
:
"SysEmployeeId"
},
"name"
:
"GetInput"
,
"type"
:
"KEYFIELD"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"builtinAction"
:
true
},
{
"actionMode"
:
"GETDRAFT"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"GetDraft"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/GetDraft.json"
,
"logicName"
:
"GetDraft"
,
"name"
:
"GetDraft"
,
"orderValue"
:
41
,
"getPSDEActionInput"
:
{
"name"
:
"GetDraftInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetDraftResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"builtinAction"
:
true
},
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"CheckKey"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/CheckKey.json"
,
"logicName"
:
"CheckKey"
,
"name"
:
"CheckKey"
,
"getPSDEActionInput"
:
{
"name"
:
"CheckKeyInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"CheckKeyResult"
,
"stdDataType"
:
9
,
"type"
:
"SIMPLE"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"CheckKey"
},
"builtinAction"
:
true
},
{
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Save"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Save.json"
,
"logicName"
:
"Save"
,
"name"
:
"Save"
,
"getPSDEActionInput"
:
{
"name"
:
"SaveInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"SaveResult"
,
"type"
:
"VOID"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Save"
},
"builtinAction"
:
true
}
],
"getAllPSDEDBConfigs"
:
[
{
"dBType"
:
"MYSQL5"
,
"name"
:
"MYSQL5"
,
"objNameCase"
:
"DEFAULT"
,
"valid"
:
true
}
],
"getAllPSDEDataQueries"
:
[
{
"getAllPSDEDataQueryCodes"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
],
"codeName"
:
"Default"
,
"logicName"
:
"数据查询"
,
"name"
:
"DEFAULT"
,
"getPSDEDQMain"
:
{
"getJoinPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee.json"
},
"joinType"
:
"MAIN"
,
"name"
:
"SYS_EMP"
},
"getPSDEDataQueryInput"
:
{
"name"
:
"DefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataQueryReturn"
:
{
"name"
:
"DefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTOS"
},
"defaultMode"
:
true
},
{
"getAllPSDEDataQueryCodes"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
],
"codeName"
:
"View"
,
"logicName"
:
"默认(全部数据)"
,
"name"
:
"VIEW"
,
"getPSDEDQMain"
:
{
"getJoinPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee.json"
},
"joinType"
:
"MAIN"
,
"name"
:
"SYS_EMP"
},
"getPSDEDataQueryInput"
:
{
"name"
:
"ViewInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataQueryReturn"
:
{
"name"
:
"ViewResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTOS"
},
"viewLevel"
:
0
}
],
"getAllPSDEDataSets"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"数据集"
,
"name"
:
"DEFAULT"
,
"getPSDEDataQueries"
:
[
{
"modelref"
:
true
,
"id"
:
"Default"
}
],
"getPSDEDataSetInput"
:
{
"name"
:
"DefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataSetReturn"
:
{
"name"
:
"DefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"PAGE"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"getAllPSDEFields"
:
[
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"SYS_EMPNAME"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"SYS_EMPNAME"
,
"queryCodeExp"
:
"t1.`SYS_EMPNAME`"
,
"standardColumnName"
:
"`SYS_EMPNAME`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_SYS_EMPNAME_LIKE"
,
"name"
:
"N_SYS_EMPNAME_LIKE"
,
"stdDataType"
:
25
,
"valueOP"
:
"LIKE"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[SYS_EMPNAME][人员信息名称]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXTBOX"
,
"name"
:
"[SYS_EMPNAME][人员信息名称]"
,
"stringLength"
:
200
,
"uIMode"
:
"DEFAULT"
},
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[SYS_EMPNAME][人员信息名称]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"name"
:
"[SYS_EMPNAME][人员信息名称]移动端默认"
,
"stringLength"
:
200
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"SYS_EMPNAME"
,
"maxValue"
:
200
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[200]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[200]"
},
"ruleInfo"
:
"内容长度必须小于等于[200]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"SysEmployeeName"
,
"dEFType"
:
1
,
"dataType"
:
"TEXT"
,
"importOrder"
:
1000
,
"length"
:
200
,
"logicName"
:
"人员信息名称"
,
"name"
:
"SYS_EMPNAME"
,
"serviceCodeName"
:
"SysEmployeeName"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"valueFormat"
:
"%1$s"
,
"enableQuickSearch"
:
true
,
"majorDEField"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"CREATEDATE"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"CREATEDATE"
,
"queryCodeExp"
:
"t1.`CREATEDATE`"
,
"standardColumnName"
:
"`CREATEDATE`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[CREATEDATE][建立时间]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"name"
:
"[CREATEDATE][建立时间]"
,
"uIMode"
:
"DEFAULT"
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
,
"allowEmpty"
:
false
},
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[CREATEDATE][建立时间]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"name"
:
"[CREATEDATE][建立时间]移动端默认"
,
"uIMode"
:
"MOBILEDEFAULT"
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
},
"ruleInfo"
:
"默认规则"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"CreateDate"
,
"dEFType"
:
1
,
"dataType"
:
"DATETIME"
,
"importOrder"
:
1000
,
"length"
:
8
,
"logicName"
:
"建立时间"
,
"name"
:
"CREATEDATE"
,
"predefinedType"
:
"CREATEDATE"
,
"serviceCodeName"
:
"CreateDate"
,
"stdDataType"
:
5
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
,
"allowEmpty"
:
false
,
"systemReserver"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"UPDATEMAN"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"UPDATEMAN"
,
"queryCodeExp"
:
"t1.`UPDATEMAN`"
,
"standardColumnName"
:
"`UPDATEMAN`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[UPDATEMAN][更新人]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"name"
:
"[UPDATEMAN][更新人]移动端默认"
,
"stringLength"
:
60
,
"uIMode"
:
"MOBILEDEFAULT"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"name"
:
"[UPDATEMAN][更新人]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"name"
:
"[UPDATEMAN][更新人]"
,
"stringLength"
:
60
,
"uIMode"
:
"DEFAULT"
,
"allowEmpty"
:
false
},
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"UPDATEMAN"
,
"maxValue"
:
60
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[60]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[60]"
},
"ruleInfo"
:
"内容长度必须小于等于[60]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"UpdateMan"
,
"dEFType"
:
1
,
"dataType"
:
"TEXT"
,
"importOrder"
:
1000
,
"length"
:
60
,
"logicName"
:
"更新人"
,
"name"
:
"UPDATEMAN"
,
"getPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSCODELISTS/SysOperator.json"
},
"predefinedType"
:
"UPDATEMAN"
,
"serviceCodeName"
:
"UpdateMan"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
false
,
"systemReserver"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"SYS_EMPID"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"SYS_EMPID"
,
"queryCodeExp"
:
"t1.`SYS_EMPID`"
,
"standardColumnName"
:
"`SYS_EMPID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_SYS_EMPID_EQ"
,
"name"
:
"N_SYS_EMPID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[SYS_EMPID][人员信息标识]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"name"
:
"[SYS_EMPID][人员信息标识]"
,
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
,
"allowEmpty"
:
false
},
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[SYS_EMPID][人员信息标识]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"name"
:
"[SYS_EMPID][人员信息标识]移动端默认"
,
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"SYS_EMPID"
,
"maxValue"
:
100
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[100]"
},
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"SysEmployeeId"
,
"dEFType"
:
1
,
"dataType"
:
"GUID"
,
"importOrder"
:
1000
,
"length"
:
100
,
"logicName"
:
"人员信息标识"
,
"name"
:
"SYS_EMPID"
,
"serviceCodeName"
:
"SysEmployeeId"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
false
,
"keyDEField"
:
true
,
"pasteReset"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"CREATEMAN"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"CREATEMAN"
,
"queryCodeExp"
:
"t1.`CREATEMAN`"
,
"standardColumnName"
:
"`CREATEMAN`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[CREATEMAN][建立人]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"name"
:
"[CREATEMAN][建立人]移动端默认"
,
"stringLength"
:
60
,
"uIMode"
:
"MOBILEDEFAULT"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"name"
:
"[CREATEMAN][建立人]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"name"
:
"[CREATEMAN][建立人]"
,
"stringLength"
:
60
,
"uIMode"
:
"DEFAULT"
,
"allowEmpty"
:
false
},
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"CREATEMAN"
,
"maxValue"
:
60
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[60]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[60]"
},
"ruleInfo"
:
"内容长度必须小于等于[60]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"CreateMan"
,
"dEFType"
:
1
,
"dataType"
:
"TEXT"
,
"importOrder"
:
1000
,
"length"
:
60
,
"logicName"
:
"建立人"
,
"name"
:
"CREATEMAN"
,
"getPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSCODELISTS/SysOperator.json"
},
"predefinedType"
:
"CREATEMAN"
,
"serviceCodeName"
:
"CreateMan"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
false
,
"systemReserver"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"UPDATEDATE"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"UPDATEDATE"
,
"queryCodeExp"
:
"t1.`UPDATEDATE`"
,
"standardColumnName"
:
"`UPDATEDATE`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[UPDATEDATE][更新时间]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"name"
:
"[UPDATEDATE][更新时间]移动端默认"
,
"uIMode"
:
"MOBILEDEFAULT"
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"name"
:
"[UPDATEDATE][更新时间]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"name"
:
"[UPDATEDATE][更新时间]"
,
"uIMode"
:
"DEFAULT"
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
,
"allowEmpty"
:
false
},
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
},
"ruleInfo"
:
"默认规则"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"UpdateDate"
,
"dEFType"
:
1
,
"dataType"
:
"DATETIME"
,
"importOrder"
:
1000
,
"length"
:
8
,
"logicName"
:
"更新时间"
,
"name"
:
"UPDATEDATE"
,
"predefinedType"
:
"UPDATEDATE"
,
"serviceCodeName"
:
"UpdateDate"
,
"stdDataType"
:
5
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
,
"allowEmpty"
:
false
,
"systemReserver"
:
true
}
],
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"SysEmployeeDTO"
,
"getPSDEMethodDTOFields"
:
[
{
"jsonFormat"
:
"yyyy-MM-dd HH:mm:ss"
,
"logicName"
:
"建立时间"
,
"name"
:
"CreateDate"
,
"getPSDEField"
:
{
"name"
:
"CREATEDATE"
,
"codeName"
:
"CreateDate"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
,
"readOnly"
:
true
},
{
"logicName"
:
"建立人"
,
"name"
:
"CreateMan"
,
"getPSDEField"
:
{
"name"
:
"CREATEMAN"
,
"codeName"
:
"CreateMan"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
,
"readOnly"
:
true
},
{
"logicName"
:
"人员信息标识"
,
"name"
:
"SysEmployeeId"
,
"getPSDEField"
:
{
"name"
:
"SYS_EMPID"
,
"codeName"
:
"SysEmployeeId"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"logicName"
:
"人员信息名称"
,
"name"
:
"SysEmployeeName"
,
"getPSDEField"
:
{
"name"
:
"SYS_EMPNAME"
,
"codeName"
:
"SysEmployeeName"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
},
{
"jsonFormat"
:
"yyyy-MM-dd HH:mm:ss"
,
"logicName"
:
"更新时间"
,
"name"
:
"UpdateDate"
,
"getPSDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
,
"readOnly"
:
true
},
{
"logicName"
:
"更新人"
,
"name"
:
"UpdateMan"
,
"getPSDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
,
"readOnly"
:
true
}
],
"sourceType"
:
"DE"
,
"type"
:
"DEFAULT"
,
"defaultMode"
:
true
},
{
"name"
:
"SysEmployeeFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"人员信息标识"
,
"name"
:
"N_SYS_EMPID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_SYS_EMPID_EQ"
},
"getPSDEField"
:
{
"name"
:
"SYS_EMPID"
,
"codeName"
:
"SysEmployeeId"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"人员信息名称"
,
"name"
:
"N_SYS_EMPNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_SYS_EMPNAME_LIKE"
},
"getPSDEField"
:
{
"name"
:
"SYS_EMPNAME"
,
"codeName"
:
"SysEmployeeName"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
}
],
"sourceType"
:
"DE"
,
"type"
:
"DEFILTER"
,
"defaultMode"
:
true
}
],
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
"name"
:
"CREATE"
},
{
"logicName"
:
"删除"
,
"name"
:
"DELETE"
},
{
"logicName"
:
"读取"
,
"name"
:
"READ"
},
{
"logicName"
:
"更新"
,
"name"
:
"UPDATE"
}
],
"getAllPSModelDatas"
:
[
{
"codeName"
:
"EditView"
,
"logicName"
:
"人员信息实体编辑视图"
,
"modelTag"
:
"EDITVIEW"
,
"name"
:
"人员信息实体编辑视图"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PickupView"
,
"logicName"
:
"人员信息实体数据选择视图"
,
"modelTag"
:
"PICKUPVIEW"
,
"name"
:
"人员信息实体数据选择视图"
,
"realModelSubType"
:
"DEPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"RedirectView"
,
"logicName"
:
"人员信息实体数据重定向视图"
,
"modelTag"
:
"REDIRECTVIEW"
,
"name"
:
"人员信息实体数据重定向视图"
,
"realModelSubType"
:
"DEREDIRECTVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"EditView2"
,
"logicName"
:
"人员信息实体编辑视图(左右关系)"
,
"name"
:
"人员信息实体编辑视图(左右关系)"
,
"realModelSubType"
:
"DEEDITVIEW2"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PickupGridView"
,
"logicName"
:
"人员信息实体选择表格视图(部件视图)"
,
"name"
:
"人员信息实体选择表格视图(部件视图)"
,
"realModelSubType"
:
"DEPICKUPGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"GridView"
,
"logicName"
:
"人员信息实体表格视图"
,
"modelTag"
:
"MDATAVIEW"
,
"name"
:
"人员信息实体表格视图"
,
"realModelSubType"
:
"DEGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"MPickupView"
,
"logicName"
:
"人员信息实体数据多项选择视图"
,
"modelTag"
:
"MPICKUPVIEW"
,
"name"
:
"人员信息实体数据多项选择视图"
,
"realModelSubType"
:
"DEMPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Main"
,
"logicName"
:
"主编辑表单"
,
"modelTag2"
:
"0"
,
"name"
:
"主编辑表单"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelType"
:
"PSDEFORM"
}
],
"codeName"
:
"SysEmployee"
,
"dEType"
:
1
,
"dSLink"
:
"DEFAULT"
,
"dataAccCtrlArch"
:
1
,
"dataAccCtrlMode"
:
1
,
"dataChangeLogMode"
:
0
,
"dataImpExpMode"
:
3
,
"getDefaultPSDEDataQuery"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDefaultPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDefaultPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeFilterDTO"
},
"getDefaultPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"dynaInstMode"
:
0
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee.json"
,
"enableActions"
:
7
,
"enableUIActions"
:
15
,
"enableViewLevel"
:
0
,
"extendMode"
:
0
,
"getKeyPSDEField"
:
{
"name"
:
"SYS_EMPID"
,
"codeName"
:
"SysEmployeeId"
},
"logicName"
:
"人员信息"
,
"getMajorPSDEField"
:
{
"name"
:
"SYS_EMPNAME"
,
"codeName"
:
"SysEmployeeName"
},
"name"
:
"SYS_EMP"
,
"getPSSubSysServiceAPI"
:
{
"modelref"
:
true
,
"path"
:
"PSSUBSYSSERVICEAPIS/iBizRTClient.json"
},
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSysDBScheme"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common.json"
},
"saaSMode"
:
0
,
"serviceAPIClientId"
:
"aa5d7896521a4af2e09f1843a1b9e3ab"
,
"serviceAPIMode"
:
0
,
"serviceCodeName"
:
"SysEmployee"
,
"storageMode"
:
4
,
"systemTag"
:
"TrainSys"
,
"enableAPIStorage"
:
true
,
"enableCreate"
:
true
,
"enableDataVer"
:
false
,
"enableEntityCache"
:
false
,
"enableModify"
:
true
,
"enableMultiDS"
:
false
,
"enableMultiForm"
:
false
,
"enableMultiStorage"
:
false
,
"enableNoSQLStorage"
:
false
,
"enableRemove"
:
true
,
"enableSQLStorage"
:
false
,
"logicValid"
:
false
,
"subSysAsCloud"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/CheckKey.json
0 → 100644
浏览文件 @
d3d79440
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"CheckKey"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/CheckKey.json"
,
"logicName"
:
"CheckKey"
,
"name"
:
"CheckKey"
,
"getPSDEActionInput"
:
{
"name"
:
"CheckKeyInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"CheckKeyResult"
,
"stdDataType"
:
9
,
"type"
:
"SIMPLE"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"CheckKey"
},
"builtinAction"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Create.json
0 → 100644
浏览文件 @
d3d79440
{
"actionMode"
:
"CREATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Create"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Create.json"
,
"logicName"
:
"Create"
,
"name"
:
"Create"
,
"orderValue"
:
1
,
"getPSDEActionInput"
:
{
"name"
:
"CreateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"CreateResult"
,
"type"
:
"VOID"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"builtinAction"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Get.json
0 → 100644
浏览文件 @
d3d79440
{
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Get"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Get.json"
,
"logicName"
:
"Get"
,
"name"
:
"Get"
,
"orderValue"
:
31
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"SYS_EMPID"
,
"codeName"
:
"SysEmployeeId"
},
"name"
:
"GetInput"
,
"type"
:
"KEYFIELD"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"builtinAction"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/GetDraft.json
0 → 100644
浏览文件 @
d3d79440
{
"actionMode"
:
"GETDRAFT"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"GetDraft"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/GetDraft.json"
,
"logicName"
:
"GetDraft"
,
"name"
:
"GetDraft"
,
"orderValue"
:
41
,
"getPSDEActionInput"
:
{
"name"
:
"GetDraftInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetDraftResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"builtinAction"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Remove.json
0 → 100644
浏览文件 @
d3d79440
{
"actionMode"
:
"DELETE"
,
"actionType"
:
"BUILTIN"
,
"batchActionMode"
:
1
,
"codeName"
:
"Remove"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Remove.json"
,
"logicName"
:
"Remove"
,
"name"
:
"Remove"
,
"orderValue"
:
21
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"SYS_EMPID"
,
"codeName"
:
"SysEmployeeId"
},
"name"
:
"RemoveInput"
,
"type"
:
"KEYFIELDS"
},
"getPSDEActionReturn"
:
{
"name"
:
"RemoveResult"
,
"type"
:
"VOID"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"batchAction"
:
true
,
"builtinAction"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Save.json
0 → 100644
浏览文件 @
d3d79440
{
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Save"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Save.json"
,
"logicName"
:
"Save"
,
"name"
:
"Save"
,
"getPSDEActionInput"
:
{
"name"
:
"SaveInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"SaveResult"
,
"type"
:
"VOID"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Save"
},
"builtinAction"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Update.json
0 → 100644
浏览文件 @
d3d79440
{
"actionMode"
:
"UPDATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Update"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEACTIONS/Update.json"
,
"logicName"
:
"Update"
,
"name"
:
"Update"
,
"orderValue"
:
11
,
"getPSDEActionInput"
:
{
"name"
:
"UpdateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"UpdateResult"
,
"type"
:
"VOID"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"builtinAction"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
d3d79440
{
"dBType"
:
"MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
},
{
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`SYS_EMPID`"
,
"name"
:
"SYS_EMPID"
},
{
"expression"
:
"t1.`SYS_EMPNAME`"
,
"name"
:
"SYS_EMPNAME"
},
{
"expression"
:
"t1.`UPDATEDATE`"
,
"name"
:
"UPDATEDATE"
},
{
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`SYS_EMPID`,
\n
t1.`SYS_EMPNAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `` t1
\n
"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
d3d79440
{
"dBType"
:
"MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
},
{
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`SYS_EMPID`"
,
"name"
:
"SYS_EMPID"
},
{
"expression"
:
"t1.`SYS_EMPNAME`"
,
"name"
:
"SYS_EMPNAME"
},
{
"expression"
:
"t1.`UPDATEDATE`"
,
"name"
:
"UPDATEDATE"
},
{
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`SYS_EMPID`,
\n
t1.`SYS_EMPNAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `` t1
\n
"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSUBSYSSERVICEAPIS/iBizRTClient.json
0 → 100644
浏览文件 @
d3d79440
{
"aPISource"
:
"NONE"
,
"aPIType"
:
"RESTFUL"
,
"getAllPSSubSysServiceAPIDEs"
:
[
{
"aPIMode"
:
1
,
"codeName"
:
"SysEmployee"
,
"logicName"
:
"人员信息"
,
"name"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDEFields"
:
[
{
"codeName"
:
"SysEmployeeName"
,
"length"
:
200
,
"logicName"
:
"人员信息名称"
,
"name"
:
"SYS_EMPNAME"
,
"stdDataType"
:
25
,
"majorDEField"
:
true
},
{
"codeName"
:
"CreateDate"
,
"length"
:
8
,
"logicName"
:
"建立时间"
,
"name"
:
"CREATEDATE"
,
"stdDataType"
:
5
,
"allowEmpty"
:
false
},
{
"codeName"
:
"UpdateMan"
,
"length"
:
60
,
"logicName"
:
"更新人"
,
"name"
:
"UPDATEMAN"
,
"stdDataType"
:
25
,
"allowEmpty"
:
false
},
{
"codeName"
:
"SysEmployeeId"
,
"length"
:
100
,
"logicName"
:
"人员信息标识"
,
"name"
:
"SYS_EMPID"
,
"stdDataType"
:
25
,
"allowEmpty"
:
false
,
"keyDEField"
:
true
},
{
"codeName"
:
"CreateMan"
,
"length"
:
60
,
"logicName"
:
"建立人"
,
"name"
:
"CREATEMAN"
,
"stdDataType"
:
25
,
"allowEmpty"
:
false
},
{
"codeName"
:
"UpdateDate"
,
"length"
:
8
,
"logicName"
:
"更新时间"
,
"name"
:
"UPDATEDATE"
,
"stdDataType"
:
5
,
"allowEmpty"
:
false
}
],
"getPSSubSysServiceAPIDEMethods"
:
[
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Create"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Create"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"uniqueTag"
:
"SYS_EMP__DEACTION__CREATE"
,
"noServiceCodeName"
:
true
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Get"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Get"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"getKeyPSSubSysServiceAPIField"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeId"
},
"name"
:
"输入对象"
,
"type"
:
"KEYFIELD"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"FIELD"
,
"uniqueTag"
:
"SYS_EMP__DEACTION__GET"
,
"needResourceKey"
:
true
,
"noServiceCodeName"
:
true
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Remove"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Remove"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"getKeyPSSubSysServiceAPIField"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeId"
},
"name"
:
"输入对象"
,
"type"
:
"KEYFIELDS"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"DELETE"
,
"requestParamType"
:
"FIELD"
,
"uniqueTag"
:
"SYS_EMP__DEACTION__REMOVE"
,
"needResourceKey"
:
true
,
"noServiceCodeName"
:
true
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Update"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Update"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"PUT"
,
"requestParamType"
:
"ENTITY"
,
"uniqueTag"
:
"SYS_EMP__DEACTION__UPDATE"
,
"needResourceKey"
:
true
,
"noServiceCodeName"
:
true
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"CheckKey"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"CheckKey"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"SIMPLE"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"uniqueTag"
:
"SYS_EMP__DEACTION__CHECKKEY"
},
{
"actionType"
:
"FETCH"
,
"codeName"
:
"FetchDefault"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"FETCH"
,
"name"
:
"DEFAULT"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeFilterDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"PAGE"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"POST"
,
"uniqueTag"
:
"SYS_EMP__FETCH__DEFAULT"
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"GetDraft"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"GetDraft"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"NONE"
,
"uniqueTag"
:
"SYS_EMP__DEACTION__GETDRAFT"
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Save"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Save"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSSubSysServiceAPIDTO"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployeeDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"uniqueTag"
:
"SYS_EMP__DEACTION__SAVE"
,
"needResourceKey"
:
true
},
{
"actionType"
:
"SELECT"
,
"codeName"
:
"Select"
,
"keyField"
:
"SYS_EMPID"
,
"methodType"
:
"SELECT"
,
"name"
:
"Select"
,
"getPSDECodeName"
:
"SysEmployee"
,
"getPSDELogicName"
:
"人员信息"
,
"getPSDEName"
:
"SYS_EMP"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"SysEmployee"
},
"getPSSubSysServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"type"
:
"UNKNOWN"
},
"getPSSubSysServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"UNKNOWN"
},
"requestField"
:
"SYS_EMPID"
,
"requestMethod"
:
"POST"
,
"uniqueTag"
:
"SYS_EMP__SELECT"
}
],
"major"
:
true
}
],
"getAllPSSubSysServiceAPIDTOs"
:
[
{
"codeName"
:
"SysEmployeeDTO"
,
"name"
:
"SysEmployeeDTO"
,
"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"
:
"SysEmployeeId"
,
"name"
:
"SysEmployeeId"
,
"orderValue"
:
1000
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"SysEmployeeName"
,
"name"
:
"SysEmployeeName"
,
"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"
:
"SysEmployeeFilterDTO"
,
"name"
:
"SysEmployeeFilterDTO"
,
"getPSSubSysServiceAPIDTOFields"
:
[
{
"codeName"
:
"N_SYS_EMPID_EQ"
,
"name"
:
"N_SYS_EMPID_EQ"
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"N_SYS_EMPNAME_LIKE"
,
"name"
:
"N_SYS_EMPNAME_LIKE"
,
"sourceType"
:
"DEMETHODDTOFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
}
],
"type"
:
"DEMETHODDTO"
}
],
"authMode"
:
"PASSWORD"
,
"codeName"
:
"iBizRTClient"
,
"dynaModelFilePath"
:
"PSSUBSYSSERVICEAPIS/iBizRTClient.json"
,
"name"
:
"iBizRT客户端"
,
"serviceCodeName"
:
"iBizRTClient"
,
"servicePath"
:
"lb://ebsx-oldapi/ebsx/oldapi"
,
"serviceType"
:
"DEFAULT"
,
"enableServiceAPIDTO"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
d3d79440
...
@@ -1240,16 +1240,16 @@
...
@@ -1240,16 +1240,16 @@
"codeName"
:
"VMGroup2"
,
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
},
{
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
}
]
}
]
},
{
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
d3d79440
...
@@ -2552,16 +2552,16 @@
...
@@ -2552,16 +2552,16 @@
"codeName"
:
"VMGroup2"
,
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
},
{
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
}
]
}
]
}
],
}
],
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
浏览文件 @
d3d79440
...
@@ -481,6 +481,10 @@
...
@@ -481,6 +481,10 @@
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Student.json"
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Student.json"
,
"name"
:
"STUDENT"
"name"
:
"STUDENT"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee.json"
,
"name"
:
"SYS_EMP"
},
{
},
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST.json"
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST.json"
,
...
@@ -493,6 +497,9 @@
...
@@ -493,6 +497,9 @@
"getAllPSSubSysServiceAPIs"
:
[
{
"getAllPSSubSysServiceAPIs"
:
[
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json"
"path"
:
"PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json"
},
{
"modelref"
:
true
,
"path"
:
"PSSUBSYSSERVICEAPIS/iBizRTClient.json"
}
],
}
],
"getAllPSSysActors"
:
[
{
"getAllPSSysActors"
:
[
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -943,6 +950,9 @@
...
@@ -943,6 +950,9 @@
},
{
},
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Student.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Student.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/SysEmployee.json"
}
],
}
],
"getAllPSWorkflows"
:
[
{
"getAllPSWorkflows"
:
[
{
"modelref"
:
true
,
"modelref"
:
true
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录