Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
22c8e823
提交
22c8e823
编写于
10月 14, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fangzhihao 发布系统代码 [TrainSys,网页端]
上级
d719a366
变更
27
显示空白字符变更
内嵌
并排
正在显示
27 个修改的文件
包含
1921 行增加
和
4 行删除
+1921
-4
h2_table.xml
...ources/liquibase/cn/ibizlab/trainsys/DEFAULT/h2_table.xml
+2
-0
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+1
-1
common.json
...resources/model/cn/ibizlab/trainsys/PSMODULES/common.json
+3
-0
Pay.json
...ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Pay.json
+996
-0
CheckKey.json
...DULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/CheckKey.json
+26
-0
Create.json
...MODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Create.json
+27
-0
Get.json
.../PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Get.json
+30
-0
GetDraft.json
...DULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/GetDraft.json
+30
-0
Remove.json
...MODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Remove.json
+28
-0
Save.json
...PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Save.json
+25
-0
Update.json
...MODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Update.json
+27
-0
MYSQL5.json
...ITIES/Pay/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
+25
-0
MYSQL5.json
...ENTITIES/Pay/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+25
-0
RawMaterial.json
...trainsys/PSMODULES/common/PSDATAENTITIES/RawMaterial.json
+339
-1
MYSQL5.json
...wMaterial/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
+4
-1
MYSQL5.json
.../RawMaterial/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+4
-1
DER1N_RAWMATERIAL_PAY_PAYID.json
...ITIES/RawMaterial/PSDERS/DER1N_RAWMATERIAL_PAY_PAYID.json
+29
-0
SubSysAPI.json
...insys/PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json
+225
-0
Main.json
...s/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
+4
-0
RawMaterial.json
...trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json
+12
-0
Main.json
...SAPPS/Web/PSAPPDATAENTITIES/RawMaterial/PSFORMS/Main.json
+3
-0
Main.json
...SAPPS/Web/PSAPPDATAENTITIES/RawMaterial/PSGRIDS/Main.json
+9
-0
RawMaterialEditView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/RawMaterialEditView.json
+3
-0
RawMaterialGridView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/RawMaterialGridView.json
+9
-0
phoneEditView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
+4
-0
DEFAULT.json
...ces/model/cn/ibizlab/trainsys/PSSYSDBSCHEMES/DEFAULT.json
+20
-0
PSSYSTEM.json
...rc/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
+11
-0
未找到文件。
trainsys-core/src/main/resources/liquibase/cn/ibizlab/trainsys/DEFAULT/h2_table.xml
浏览文件 @
22c8e823
...
...
@@ -200,6 +200,8 @@
</column>
<column
name=
"CREATEMAN"
remarks=
"建立人"
type=
"VARCHAR(60)"
>
</column>
<column
name=
"PAYID"
remarks=
"支付标识"
type=
"VARCHAR(100)"
>
</column>
<column
name=
"RAWMATERIALID"
remarks=
"原材料标识"
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_T_RAWMATERIAL_RAWMATERIALID"
/>
</column>
...
...
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
22c8e823
...
...
@@ -169,7 +169,7 @@
</changeSet>
<!--输出实体[PHONE]数据结构 -->
<changeSet
author=
"root"
id=
"tab-phone-11
0
-6"
>
<changeSet
author=
"root"
id=
"tab-phone-11
2
-6"
>
<createTable
tableName=
"T_PHONE"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common.json
浏览文件 @
22c8e823
...
...
@@ -24,6 +24,9 @@
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/PRINT.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Pay.json
0 → 100644
浏览文件 @
22c8e823
{
"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/Pay/PSDEACMODES/Default.json"
}
],
"getAllPSDEActions"
:
[
{
"actionMode"
:
"CREATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Create"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Create.json"
,
"logicName"
:
"Create"
,
"name"
:
"Create"
,
"orderValue"
:
1
,
"getPSDEActionInput"
:
{
"name"
:
"CreateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEACTIONS/Update.json"
,
"logicName"
:
"Update"
,
"name"
:
"Update"
,
"orderValue"
:
11
,
"getPSDEActionInput"
:
{
"name"
:
"UpdateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEACTIONS/Remove.json"
,
"logicName"
:
"Remove"
,
"name"
:
"Remove"
,
"orderValue"
:
21
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"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/Pay/PSDEACTIONS/Get.json"
,
"logicName"
:
"Get"
,
"name"
:
"Get"
,
"orderValue"
:
31
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"name"
:
"GetInput"
,
"type"
:
"KEYFIELD"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"builtinAction"
:
true
},
{
"actionMode"
:
"GETDRAFT"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"GetDraft"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/GetDraft.json"
,
"logicName"
:
"GetDraft"
,
"name"
:
"GetDraft"
,
"orderValue"
:
41
,
"getPSDEActionInput"
:
{
"name"
:
"GetDraftInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetDraftResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"builtinAction"
:
true
},
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"CheckKey"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/CheckKey.json"
,
"logicName"
:
"CheckKey"
,
"name"
:
"CheckKey"
,
"getPSDEActionInput"
:
{
"name"
:
"CheckKeyInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEACTIONS/Save.json"
,
"logicName"
:
"Save"
,
"name"
:
"Save"
,
"getPSDEActionInput"
:
{
"name"
:
"SaveInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
],
"codeName"
:
"Default"
,
"logicName"
:
"数据查询"
,
"name"
:
"DEFAULT"
,
"getPSDEDQMain"
:
{
"getJoinPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"joinType"
:
"MAIN"
,
"name"
:
"PAY"
},
"getPSDEDataQueryInput"
:
{
"name"
:
"DefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataQueryReturn"
:
{
"name"
:
"DefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTOS"
},
"defaultMode"
:
true
},
{
"getAllPSDEDataQueryCodes"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
],
"codeName"
:
"View"
,
"logicName"
:
"默认(全部数据)"
,
"name"
:
"VIEW"
,
"getPSDEDQMain"
:
{
"getJoinPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"joinType"
:
"MAIN"
,
"name"
:
"PAY"
},
"getPSDEDataQueryInput"
:
{
"name"
:
"ViewInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataQueryReturn"
:
{
"name"
:
"ViewResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTOS"
},
"viewLevel"
:
0
}
],
"getAllPSDEDataSets"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"数据集"
,
"name"
:
"DEFAULT"
,
"getPSDEDataQueries"
:
[
{
"modelref"
:
true
,
"id"
:
"Default"
}
],
"getPSDEDataSetInput"
:
{
"name"
:
"DefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataSetReturn"
:
{
"name"
:
"DefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"PAGE"
},
"getPSSubSysServiceAPIDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"getAllPSDEFields"
:
[
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"CREATEMAN"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"CREATEMAN"
,
"queryCodeExp"
:
"t1.`CREATEMAN`"
,
"standardColumnName"
:
"`CREATEMAN`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[CREATEMAN][建立人]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"name"
:
"[CREATEMAN][建立人]"
,
"stringLength"
:
60
,
"uIMode"
:
"DEFAULT"
,
"allowEmpty"
:
false
},
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[CREATEMAN][建立人]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"name"
:
"[CREATEMAN][建立人]移动端默认"
,
"stringLength"
:
60
,
"uIMode"
:
"MOBILEDEFAULT"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"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"
,
"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"
:
"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"
},
{
"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
}
],
"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"
,
"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"
:
"Default"
,
"name"
:
"[UPDATEMAN][更新人]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"name"
:
"[UPDATEMAN][更新人]"
,
"stringLength"
:
60
,
"uIMode"
:
"DEFAULT"
,
"allowEmpty"
:
false
},
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[UPDATEMAN][更新人]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"name"
:
"[UPDATEMAN][更新人]移动端默认"
,
"stringLength"
:
60
,
"uIMode"
:
"MOBILEDEFAULT"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"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"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
false
,
"systemReserver"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"PAYID"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"PAYID"
,
"queryCodeExp"
:
"t1.`PAYID`"
,
"standardColumnName"
:
"`PAYID`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[PAYID][支付标识]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"name"
:
"[PAYID][支付标识]移动端默认"
,
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"name"
:
"[PAYID][支付标识]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"name"
:
"[PAYID][支付标识]"
,
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
,
"allowEmpty"
:
false
},
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"PAYID"
,
"maxValue"
:
100
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[100]"
},
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"PayId"
,
"dEFType"
:
1
,
"dataType"
:
"GUID"
,
"importOrder"
:
1000
,
"length"
:
100
,
"logicName"
:
"支付标识"
,
"name"
:
"PAYID"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
false
,
"keyDEField"
:
true
,
"pasteReset"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"PAYNAME"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"PAYNAME"
,
"queryCodeExp"
:
"t1.`PAYNAME`"
,
"standardColumnName"
:
"`PAYNAME`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_PAYNAME_LIKE"
,
"name"
:
"N_PAYNAME_LIKE"
,
"stdDataType"
:
25
,
"valueOP"
:
"LIKE"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[PAYNAME][支付名称]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXTBOX"
,
"name"
:
"[PAYNAME][支付名称]"
,
"stringLength"
:
200
,
"uIMode"
:
"DEFAULT"
},
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[PAYNAME][支付名称]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"name"
:
"[PAYNAME][支付名称]移动端默认"
,
"stringLength"
:
200
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"PAYNAME"
,
"maxValue"
:
200
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[200]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[200]"
},
"ruleInfo"
:
"内容长度必须小于等于[200]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"PayName"
,
"dEFType"
:
1
,
"dataType"
:
"TEXT"
,
"importOrder"
:
1000
,
"length"
:
200
,
"logicName"
:
"支付名称"
,
"name"
:
"PAYNAME"
,
"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"
:
"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
},
{
"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"
}
],
"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"
,
"stdDataType"
:
5
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
,
"allowEmpty"
:
false
,
"systemReserver"
:
true
}
],
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"PayDTO"
,
"getPSDEMethodDTOFields"
:
[
{
"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"
:
"PayId"
,
"getPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"logicName"
:
"支付名称"
,
"name"
:
"PayName"
,
"getPSDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
},
{
"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"
:
"PayFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"支付名称"
,
"name"
:
"N_PAYNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_PAYNAME_LIKE"
},
"getPSDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
}
],
"sourceType"
:
"DE"
,
"type"
:
"DEFILTER"
,
"defaultMode"
:
true
}
],
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
"name"
:
"CREATE"
},
{
"logicName"
:
"删除"
,
"name"
:
"DELETE"
},
{
"logicName"
:
"读取"
,
"name"
:
"READ"
},
{
"logicName"
:
"更新"
,
"name"
:
"UPDATE"
}
],
"getAllPSModelDatas"
:
[
{
"codeName"
:
"PickupGridView"
,
"logicName"
:
"支付实体选择表格视图(部件视图)"
,
"name"
:
"支付实体选择表格视图(部件视图)"
,
"realModelSubType"
:
"DEPICKUPGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"MPickupView"
,
"logicName"
:
"支付实体数据多项选择视图"
,
"modelTag"
:
"MPICKUPVIEW"
,
"name"
:
"支付实体数据多项选择视图"
,
"realModelSubType"
:
"DEMPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"EditView"
,
"logicName"
:
"支付实体编辑视图"
,
"modelTag"
:
"EDITVIEW"
,
"name"
:
"支付实体编辑视图"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"GridView"
,
"logicName"
:
"支付实体表格视图"
,
"modelTag"
:
"MDATAVIEW"
,
"name"
:
"支付实体表格视图"
,
"realModelSubType"
:
"DEGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"RedirectView"
,
"logicName"
:
"支付实体数据重定向视图"
,
"modelTag"
:
"REDIRECTVIEW"
,
"name"
:
"支付实体数据重定向视图"
,
"realModelSubType"
:
"DEREDIRECTVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"EditView2"
,
"logicName"
:
"支付实体编辑视图(左右关系)"
,
"name"
:
"支付实体编辑视图(左右关系)"
,
"realModelSubType"
:
"DEEDITVIEW2"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PickupView"
,
"logicName"
:
"支付实体数据选择视图"
,
"modelTag"
:
"PICKUPVIEW"
,
"name"
:
"支付实体数据选择视图"
,
"realModelSubType"
:
"DEPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Main"
,
"logicName"
:
"主编辑表单"
,
"modelTag2"
:
"0"
,
"name"
:
"主编辑表单"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelType"
:
"PSDEFORM"
}
],
"codeName"
:
"Pay"
,
"dEType"
:
1
,
"dSLink"
:
"DEFAULT"
,
"dataAccCtrlArch"
:
1
,
"dataAccCtrlMode"
:
1
,
"dataChangeLogMode"
:
0
,
"dataImpExpMode"
:
3
,
"getDefaultPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"dynaInstMode"
:
0
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
,
"enableActions"
:
7
,
"enableUIActions"
:
15
,
"enableViewLevel"
:
0
,
"extendMode"
:
0
,
"getKeyPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"logicName"
:
"支付"
,
"getMajorPSDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"getMajorPSDERs"
:
[
{
"codeName"
:
"Pay"
,
"dERType"
:
"DER1N"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDERS/DER1N_RAWMATERIAL_PAY_PAYID.json"
,
"fKeyName"
:
"F9AB5FFD6AAA898BD1"
,
"getMajorPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"masterOrder"
:
-1
,
"masterRS"
:
0
,
"getMinorPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial.json"
},
"name"
:
"DER1N_RAWMATERIAL_PAY_PAYID"
,
"orderValue"
:
100
,
"getPSPickupDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"getPSPickupTextDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"pickupDEFName"
:
"PAYID"
,
"removeActionType"
:
-1
,
"removeOrder"
:
0
}
],
"name"
:
"PAY"
,
"getPSSubSysServiceAPI"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json"
},
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"getPSSysDBScheme"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common.json"
},
"saaSMode"
:
0
,
"serviceAPIClientId"
:
"6FEC96C0-8330-47C3-92FA-BA2E23922DC6"
,
"serviceAPIMode"
:
0
,
"serviceCodeName"
:
"Pay"
,
"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/Pay/PSDEACTIONS/CheckKey.json
0 → 100644
浏览文件 @
22c8e823
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"CheckKey"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/CheckKey.json"
,
"logicName"
:
"CheckKey"
,
"name"
:
"CheckKey"
,
"getPSDEActionInput"
:
{
"name"
:
"CheckKeyInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEACTIONS/Create.json
0 → 100644
浏览文件 @
22c8e823
{
"actionMode"
:
"CREATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Create"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Create.json"
,
"logicName"
:
"Create"
,
"name"
:
"Create"
,
"orderValue"
:
1
,
"getPSDEActionInput"
:
{
"name"
:
"CreateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEACTIONS/Get.json
0 → 100644
浏览文件 @
22c8e823
{
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Get"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Get.json"
,
"logicName"
:
"Get"
,
"name"
:
"Get"
,
"orderValue"
:
31
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"name"
:
"GetInput"
,
"type"
:
"KEYFIELD"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEACTIONS/GetDraft.json
0 → 100644
浏览文件 @
22c8e823
{
"actionMode"
:
"GETDRAFT"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"GetDraft"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/GetDraft.json"
,
"logicName"
:
"GetDraft"
,
"name"
:
"GetDraft"
,
"orderValue"
:
41
,
"getPSDEActionInput"
:
{
"name"
:
"GetDraftInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetDraftResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEACTIONS/Remove.json
0 → 100644
浏览文件 @
22c8e823
{
"actionMode"
:
"DELETE"
,
"actionType"
:
"BUILTIN"
,
"batchActionMode"
:
1
,
"codeName"
:
"Remove"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Remove.json"
,
"logicName"
:
"Remove"
,
"name"
:
"Remove"
,
"orderValue"
:
21
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"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/Pay/PSDEACTIONS/Save.json
0 → 100644
浏览文件 @
22c8e823
{
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Save"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Save.json"
,
"logicName"
:
"Save"
,
"name"
:
"Save"
,
"getPSDEActionInput"
:
{
"name"
:
"SaveInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEACTIONS/Update.json
0 → 100644
浏览文件 @
22c8e823
{
"actionMode"
:
"UPDATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Update"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACTIONS/Update.json"
,
"logicName"
:
"Update"
,
"name"
:
"Update"
,
"orderValue"
:
11
,
"getPSDEActionInput"
:
{
"name"
:
"UpdateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PayDTO"
},
"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/Pay/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
22c8e823
{
"dBType"
:
"MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
},
{
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`PAYID`"
,
"name"
:
"PAYID"
},
{
"expression"
:
"t1.`PAYNAME`"
,
"name"
:
"PAYNAME"
},
{
"expression"
:
"t1.`UPDATEDATE`"
,
"name"
:
"UPDATEDATE"
},
{
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`PAYID`,
\n
t1.`PAYNAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `` t1
\n
"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Pay/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
22c8e823
{
"dBType"
:
"MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
},
{
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`PAYID`"
,
"name"
:
"PAYID"
},
{
"expression"
:
"t1.`PAYNAME`"
,
"name"
:
"PAYNAME"
},
{
"expression"
:
"t1.`UPDATEDATE`"
,
"name"
:
"UPDATEDATE"
},
{
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`PAYID`,
\n
t1.`PAYNAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `` t1
\n
"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/RawMaterial.json
浏览文件 @
22c8e823
...
...
@@ -193,6 +193,9 @@
},
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
},
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
}
],
"codeName"
:
"Table"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDETABLES/Table.json"
,
...
...
@@ -463,7 +466,8 @@
"editorType"
:
"TEXTBOX"
,
"name"
:
"[RAWMATERIALNAME][原材料名称]"
,
"stringLength"
:
200
,
"uIMode"
:
"DEFAULT"
"uIMode"
:
"DEFAULT"
,
"valueFormat"
:
"###.00"
},
"type"
:
"DEFAULT"
},
{
...
...
@@ -764,6 +768,244 @@
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
false
,
"systemReserver"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"PAYID"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"PAYID"
,
"queryCodeExp"
:
"t1.`PAYID`"
,
"standardColumnName"
:
"`PAYID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_PAYID_EQ"
,
"name"
:
"N_PAYID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[PAYID][支付标识]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"HIDDEN"
,
"name"
:
"[PAYID][支付标识]"
,
"getRefPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
},
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[PAYID][支付标识]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"HIDDEN"
,
"name"
:
"[PAYID][支付标识]移动端默认"
,
"getRefPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"PAYID"
,
"maxValue"
:
100
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[100]"
},
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"PayId"
,
"dEFType"
:
1
,
"dataType"
:
"PICKUP"
,
"importOrder"
:
1000
,
"length"
:
100
,
"logicName"
:
"支付标识"
,
"name"
:
"PAYID"
,
"getPSDEDBTable"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDETABLES/Table.json"
},
"getPSDER"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDERS/DER1N_RAWMATERIAL_PAY_PAYID.json"
},
"getPSSysDBColumn"
:
{
"modelref"
:
true
,
"id"
:
"PAYID"
},
"getRealPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"getRealPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"getRelatedPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"getRelatedPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"stdDataType"
:
25
,
"stringLength"
:
100
,
"valueFormat"
:
"%1$s"
,
"linkDEField"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"PAYNAME"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"PAYNAME"
,
"standardColumnName"
:
"`PAYNAME`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_PAYNAME_EQ"
,
"name"
:
"N_PAYNAME_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
},
{
"codeName"
:
"N_PAYNAME_LIKE"
,
"name"
:
"N_PAYNAME_LIKE"
,
"stdDataType"
:
25
,
"valueOP"
:
"LIKE"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"[PAYNAME][支付名称]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"PICKER"
,
"name"
:
"[PAYNAME][支付名称]"
,
"refLinkPSDEViewCodeName"
:
"RedirectView"
,
"refMPickupPSDEViewCodeName"
:
"MPickupView"
,
"getRefPSDEACMode"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACMODES/Default.json"
},
"getRefPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"refPickupPSDEViewCodeName"
:
"PickupView"
,
"stringLength"
:
200
,
"uIMode"
:
"DEFAULT"
},
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[PAYNAME][支付名称]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBPICKER"
,
"name"
:
"[PAYNAME][支付名称]移动端默认"
,
"refLinkPSDEViewCodeName"
:
"RedirectView"
,
"refMPickupPSDEViewCodeName"
:
"MPickupView"
,
"getRefPSDEACMode"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay/PSDEACMODES/Default.json"
},
"getRefPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"refPickupPSDEViewCodeName"
:
"PickupView"
,
"stringLength"
:
200
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"PAYNAME"
,
"maxValue"
:
200
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[200]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[200]"
},
"ruleInfo"
:
"内容长度必须小于等于[200]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"PayName"
,
"dEFType"
:
3
,
"dataType"
:
"PICKUPTEXT"
,
"importOrder"
:
1000
,
"length"
:
200
,
"logicName"
:
"支付名称"
,
"name"
:
"PAYNAME"
,
"getPSDER"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDERS/DER1N_RAWMATERIAL_PAY_PAYID.json"
},
"getRealPSDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"getRealPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"getRelatedPSDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"getRelatedPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"stdDataType"
:
25
,
"stringLength"
:
200
,
"valueFormat"
:
"%1$s"
,
"getValuePSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"viewLevel"
:
0
,
"linkDEField"
:
true
,
"phisicalDEField"
:
false
}
],
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"RawMaterialDTO"
,
...
...
@@ -792,6 +1034,28 @@
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
,
"readOnly"
:
true
},
{
"logicName"
:
"支付标识"
,
"name"
:
"PayId"
,
"getPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"支付名称"
,
"name"
:
"PayName"
,
"getPSDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"原材料标识"
,
"name"
:
"RawMaterialId"
,
...
...
@@ -847,6 +1111,51 @@
},
{
"name"
:
"RawMaterialFilterDTO"
,
"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_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_PAYNAME_EQ"
},
"getPSDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"支付名称"
,
"name"
:
"N_PAYNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_PAYNAME_LIKE"
},
"getPSDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"原材料名称"
,
"name"
:
"N_RAWMATERIALNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
...
...
@@ -960,6 +1269,35 @@
"name"
:
"RAWMATERIALNAME"
,
"codeName"
:
"RawMaterialName"
},
"getMinorPSDERs"
:
[
{
"codeName"
:
"Pay"
,
"dERType"
:
"DER1N"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDERS/DER1N_RAWMATERIAL_PAY_PAYID.json"
,
"fKeyName"
:
"F9AB5FFD6AAA898BD1"
,
"getMajorPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"masterOrder"
:
-1
,
"masterRS"
:
0
,
"getMinorPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial.json"
},
"name"
:
"DER1N_RAWMATERIAL_PAY_PAYID"
,
"orderValue"
:
100
,
"getPSPickupDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"getPSPickupTextDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"pickupDEFName"
:
"PAYID"
,
"removeActionType"
:
-1
,
"removeOrder"
:
0
}
],
"name"
:
"RAWMATERIAL"
,
"getPSSysDBScheme"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
浏览文件 @
22c8e823
...
...
@@ -7,6 +7,9 @@
},
{
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`PAYID`"
,
"name"
:
"PAYID"
},
{
"expression"
:
"t1.`RAWMATERIALID`"
,
"name"
:
"RAWMATERIALID"
...
...
@@ -20,6 +23,6 @@
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`RAWMATERIALID`,
\n
t1.`RAWMATERIALNAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_RAWMATERIAL` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`
PAYID`,
\n
t1.`
RAWMATERIALID`,
\n
t1.`RAWMATERIALNAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_RAWMATERIAL` t1
\n
"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
浏览文件 @
22c8e823
...
...
@@ -7,6 +7,9 @@
},
{
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`PAYID`"
,
"name"
:
"PAYID"
},
{
"expression"
:
"t1.`RAWMATERIALID`"
,
"name"
:
"RAWMATERIALID"
...
...
@@ -20,6 +23,6 @@
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`RAWMATERIALID`,
\n
t1.`RAWMATERIALNAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_RAWMATERIAL` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`
PAYID`,
\n
t1.`
RAWMATERIALID`,
\n
t1.`RAWMATERIALNAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_RAWMATERIAL` t1
\n
"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDERS/DER1N_RAWMATERIAL_PAY_PAYID.json
0 → 100644
浏览文件 @
22c8e823
{
"codeName"
:
"Pay"
,
"dERType"
:
"DER1N"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDERS/DER1N_RAWMATERIAL_PAY_PAYID.json"
,
"fKeyName"
:
"F9AB5FFD6AAA898BD1"
,
"getMajorPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"masterOrder"
:
-1
,
"masterRS"
:
0
,
"getMinorPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/RawMaterial.json"
},
"name"
:
"DER1N_RAWMATERIAL_PAY_PAYID"
,
"orderValue"
:
100
,
"getPSPickupDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"getPSPickupTextDEField"
:
{
"name"
:
"PAYNAME"
,
"codeName"
:
"PayName"
},
"pickupDEFName"
:
"PAYID"
,
"removeActionType"
:
-1
,
"removeOrder"
:
0
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json
0 → 100644
浏览文件 @
22c8e823
{
"aPISource"
:
"NONE"
,
"aPIType"
:
"RESTFUL"
,
"getAllPSSubSysServiceAPIDEs"
:
[
{
"aPIMode"
:
1
,
"codeName"
:
"Pay"
,
"logicName"
:
"支付"
,
"name"
:
"PAY"
,
"getPSSubSysServiceAPIDEFields"
:
[
{
"codeName"
:
"CreateMan"
,
"length"
:
60
,
"logicName"
:
"建立人"
,
"name"
:
"CREATEMAN"
,
"stdDataType"
:
25
,
"allowEmpty"
:
false
},
{
"codeName"
:
"UpdateDate"
,
"length"
:
8
,
"logicName"
:
"更新时间"
,
"name"
:
"UPDATEDATE"
,
"stdDataType"
:
5
,
"allowEmpty"
:
false
},
{
"codeName"
:
"UpdateMan"
,
"length"
:
60
,
"logicName"
:
"更新人"
,
"name"
:
"UPDATEMAN"
,
"stdDataType"
:
25
,
"allowEmpty"
:
false
},
{
"codeName"
:
"PayId"
,
"length"
:
100
,
"logicName"
:
"支付标识"
,
"name"
:
"PAYID"
,
"stdDataType"
:
25
,
"allowEmpty"
:
false
,
"keyDEField"
:
true
},
{
"codeName"
:
"PayName"
,
"length"
:
200
,
"logicName"
:
"支付名称"
,
"name"
:
"PAYNAME"
,
"stdDataType"
:
25
,
"majorDEField"
:
true
},
{
"codeName"
:
"CreateDate"
,
"length"
:
8
,
"logicName"
:
"建立时间"
,
"name"
:
"CREATEDATE"
,
"stdDataType"
:
5
,
"allowEmpty"
:
false
}
],
"getPSSubSysServiceAPIDEMethods"
:
[
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Create"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Create"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"uniqueTag"
:
"PAY__DEACTION__CREATE"
,
"noServiceCodeName"
:
true
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Get"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Get"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"FIELD"
,
"uniqueTag"
:
"PAY__DEACTION__GET"
,
"needResourceKey"
:
true
,
"noServiceCodeName"
:
true
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Remove"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Remove"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"DELETE"
,
"requestParamType"
:
"FIELD"
,
"uniqueTag"
:
"PAY__DEACTION__REMOVE"
,
"needResourceKey"
:
true
,
"noServiceCodeName"
:
true
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Update"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Update"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"PUT"
,
"requestParamType"
:
"ENTITY"
,
"uniqueTag"
:
"PAY__DEACTION__UPDATE"
,
"needResourceKey"
:
true
,
"noServiceCodeName"
:
true
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"CheckKey"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"CheckKey"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"uniqueTag"
:
"PAY__DEACTION__CHECKKEY"
},
{
"actionType"
:
"FETCH"
,
"codeName"
:
"FetchDefault"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"FETCH"
,
"name"
:
"DEFAULT"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"GET"
,
"uniqueTag"
:
"PAY__FETCH__DEFAULT"
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"GetDraft"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"GetDraft"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"NONE"
,
"uniqueTag"
:
"PAY__DEACTION__GETDRAFT"
},
{
"actionType"
:
"DEACTION"
,
"codeName"
:
"Save"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Save"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"uniqueTag"
:
"PAY__DEACTION__SAVE"
,
"needResourceKey"
:
true
},
{
"actionType"
:
"SELECT"
,
"codeName"
:
"Select"
,
"keyField"
:
"PAYID"
,
"methodType"
:
"SELECT"
,
"name"
:
"Select"
,
"getPSDECodeName"
:
"Pay"
,
"getPSDELogicName"
:
"支付"
,
"getPSDEName"
:
"PAY"
,
"getPSSubSysServiceAPIDE"
:
{
"modelref"
:
true
,
"id"
:
"Pay"
},
"requestField"
:
"PAYID"
,
"requestMethod"
:
"GET"
,
"uniqueTag"
:
"PAY__SELECT"
}
],
"major"
:
true
}
],
"authMode"
:
"NONE"
,
"codeName"
:
"SubSysAPI"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json"
,
"name"
:
"默认外部接口"
,
"getPSSystemModule"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common.json"
},
"serviceCodeName"
:
"SubSysAPI"
,
"serviceType"
:
"DEFAULT"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
浏览文件 @
22c8e823
...
...
@@ -599,6 +599,10 @@
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"bujian"
},
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json
浏览文件 @
22c8e823
...
...
@@ -150,6 +150,18 @@
"name"
:
"UPDATEMAN"
,
"stdDataType"
:
25
,
"stringLength"
:
60
},
{
"codeName"
:
"PayId"
,
"logicName"
:
"支付标识"
,
"name"
:
"PAYID"
,
"stdDataType"
:
25
,
"stringLength"
:
100
},
{
"codeName"
:
"PayName"
,
"logicName"
:
"支付名称"
,
"name"
:
"PAYNAME"
,
"stdDataType"
:
25
,
"stringLength"
:
200
}
],
"getAllPSAppDEMethods"
:
[
{
"actionMode"
:
"CHECKKEY"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial/PSFORMS/Main.json
浏览文件 @
22c8e823
...
...
@@ -190,6 +190,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"###.00"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
...
...
@@ -224,6 +225,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"###.00"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
...
...
@@ -284,6 +286,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"###.00"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial/PSGRIDS/Main.json
浏览文件 @
22c8e823
...
...
@@ -39,6 +39,7 @@
"name"
:
"RAWMATERIALNAME"
,
"codeName"
:
"RawMaterialName"
},
"valueFormat"
:
"###.00"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
...
...
@@ -83,6 +84,7 @@
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"format"
:
"###.00"
,
"dataType"
:
25
,
"name"
:
"rawmaterialname"
,
"getPSAppDEField"
:
{
...
...
@@ -119,6 +121,13 @@
"codeName"
:
"RawMaterialId"
},
"dataAccessAction"
:
true
},
{
"dataType"
:
25
,
"name"
:
"payid"
,
"getPSAppDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RawMaterialEditView.json
浏览文件 @
22c8e823
...
...
@@ -1176,6 +1176,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"###.00"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
...
...
@@ -1210,6 +1211,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"###.00"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
...
...
@@ -1270,6 +1272,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"###.00"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RawMaterialGridView.json
浏览文件 @
22c8e823
...
...
@@ -505,6 +505,7 @@
"name"
:
"RAWMATERIALNAME"
,
"codeName"
:
"RawMaterialName"
},
"valueFormat"
:
"###.00"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
...
...
@@ -549,6 +550,7 @@
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"format"
:
"###.00"
,
"dataType"
:
25
,
"name"
:
"rawmaterialname"
,
"getPSAppDEField"
:
{
...
...
@@ -585,6 +587,13 @@
"codeName"
:
"RawMaterialId"
},
"dataAccessAction"
:
true
},
{
"dataType"
:
25
,
"name"
:
"payid"
,
"getPSAppDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
22c8e823
...
...
@@ -1585,6 +1585,10 @@
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"bujian"
},
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSDBSCHEMES/DEFAULT.json
浏览文件 @
22c8e823
...
...
@@ -592,6 +592,13 @@
"name"
:
"CREATEMAN"
,
"stdDataType"
:
25
,
"nullable"
:
true
},
{
"codeName"
:
"PAYID"
,
"length"
:
100
,
"logicName"
:
"支付标识"
,
"name"
:
"PAYID"
,
"stdDataType"
:
25
,
"nullable"
:
true
},
{
"codeName"
:
"RAWMATERIALID"
,
"length"
:
100
,
...
...
@@ -621,6 +628,19 @@
"stdDataType"
:
25
,
"nullable"
:
true
}
],
"getAllPSSysDBIndices"
:
[
{
"getAllPSSysDBIndexColumns"
:
[
{
"name"
:
"PAYID"
,
"getPSSysDBColumn"
:
{
"modelref"
:
true
,
"id"
:
"PAYID"
}
}
],
"codeName"
:
"IF_F9AB5FFD6AAA898"
,
"indexType"
:
"NORMAL"
,
"name"
:
"DER1N_RAWMATERIAL_PAY_PAYID"
,
"sourceType"
:
"DER"
}
],
"codeName"
:
"T_RAWMATERIAL"
,
"logicName"
:
"原材料"
,
"name"
:
"T_RAWMATERIAL"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
浏览文件 @
22c8e823
...
...
@@ -409,6 +409,10 @@
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/PRINT.json"
,
"name"
:
"PRINT"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
,
"name"
:
"PAY"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
,
...
...
@@ -430,6 +434,10 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Student.json"
,
"name"
:
"STUDENT"
}
],
"getAllPSSubSysServiceAPIs"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json"
}
],
"getAllPSSysDBSchemes"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSDBSCHEMES/DEFAULT.json"
...
...
@@ -617,6 +625,9 @@
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/PRINT.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录