提交 22c8e823 编写于 作者: ibizdev's avatar ibizdev

fangzhihao 发布系统代码 [TrainSys,网页端]

上级 d719a366
......@@ -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>
......
......@@ -169,7 +169,7 @@
</changeSet>
<!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-110-6">
<changeSet author="root" id="tab-phone-112-6">
<createTable tableName="T_PHONE">
<column name="PHONEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_PHONE"/>
......
......@@ -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"
......
{
"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
{
"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
{
"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
{
"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
{
"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
{
"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
{
"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
{
"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
{
"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\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`PAYID`,\nt1.`PAYNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/Pay/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"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\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`PAYID`,\nt1.`PAYNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/Pay/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -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,
......
......@@ -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\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`RAWMATERIALID`,\nt1.`RAWMATERIALNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_RAWMATERIAL` t1 \n",
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`PAYID`,\nt1.`RAWMATERIALID`,\nt1.`RAWMATERIALNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_RAWMATERIAL` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -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\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`RAWMATERIALID`,\nt1.`RAWMATERIALNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_RAWMATERIAL` t1 \n",
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`PAYID`,\nt1.`RAWMATERIALID`,\nt1.`RAWMATERIALNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_RAWMATERIAL` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"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
{
"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
......@@ -599,6 +599,10 @@
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "bujian"
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
......
......@@ -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",
......
......@@ -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
}, {
......
......@@ -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",
......
......@@ -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
}, {
......
......@@ -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",
......
......@@ -1585,6 +1585,10 @@
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "bujian"
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
......
......@@ -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",
......
......@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册