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

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

上级 ad5dc249
appId:APP_ID
mockDcSystemId:MOCK_DC_SYSTEM_ID
remoteDynaPath:REMOTE_DYNA_PATH
BaseUrl:BASE_URL
pluginBaseUrl:PLUGIN_BASE_URL
AppTitle:APP_TITLE
loginMode:LOGIN_MODE
casLoginUrl:CAS_LOGIN_URL
previewFileUrl:PREVIEW_FILE_URL
loginViewName:LOGIN_VIEW_NAME
favicon:FAVICON
version:VERSION
\ No newline at end of file
......@@ -7,19 +7,17 @@ services:
networks:
- agent_network
environment:
- BASEURL=sztrainsys__web
- APPCODE=web
- APICODE=sztrainsys__web
- APP_ID=sztrainsys__web
deploy:
resources:
limits:
memory: 800M
reservations:
memory: 400M
memory: 400M
mode: replicated
replicas: 1
extra_hosts:
- "gateway.ibizcloud.cn:172.16.240.140"
- "gateway.ibizcloud.cn:172.16.240.140"
networks:
agent_network:
......
......@@ -24,6 +24,9 @@
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog.json"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
......
......@@ -41,6 +41,10 @@
"name" : "CreateResult",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"builtinAction" : true
}, {
"actionMode" : "UPDATE",
......@@ -63,6 +67,10 @@
"name" : "UpdateResult",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"builtinAction" : true
}, {
"actionMode" : "DELETE",
......@@ -85,6 +93,10 @@
"name" : "RemoveResult",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"batchAction" : true,
"builtinAction" : true
}, {
......@@ -111,6 +123,10 @@
},
"type" : "DTO"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"builtinAction" : true
}, {
"actionMode" : "GETDRAFT",
......@@ -136,6 +152,10 @@
},
"type" : "DTO"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"builtinAction" : true
}, {
"actionMode" : "CHECKKEY",
......@@ -157,6 +177,10 @@
"stdDataType" : 9,
"type" : "SIMPLE"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"builtinAction" : true
}, {
"actionMode" : "UNKNOWN",
......@@ -177,50 +201,18 @@
"name" : "SaveResult",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Save"
},
"builtinAction" : true
} ],
"getAllPSDEDBConfigs" : [ {
"dBType" : "MYSQL5",
"name" : "MYSQL5",
"objNameCase" : "DEFAULT",
"standardTableName" : "`T_BXD`",
"tableName" : "T_BXD",
"valid" : true
} ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "BXDNAME",
"codeName" : "BXDName"
}, {
"name" : "BXDID",
"codeName" : "BXDId"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "ORGID",
"codeName" : "OrgId"
}, {
"name" : "DEPTID",
"codeName" : "DeptId"
} ],
"codeName" : "Table",
"name" : "T_BXD",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_BXD"
},
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
......@@ -350,6 +342,10 @@
},
"type" : "PAGE"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true,
......@@ -462,6 +458,75 @@
} ]
} ],
"getAllPSDEFields" : [ {
"getAllPSDEFDTColumns" : [ {
"columnName" : "SN",
"dBType" : "MYSQL5",
"name" : "SN",
"queryCodeExp" : "t1.`SN`",
"standardColumnName" : "`SN`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[SN][编号]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[SN][编号]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[SN][编号]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[SN][编号]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "SN",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
},
"ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "SN",
"dEFType" : 1,
"dataType" : "TEXT",
"importOrder" : 1000,
"length" : 100,
"logicName" : "编号",
"name" : "SN",
"serviceCodeName" : "SN",
"stdDataType" : 25,
"stringLength" : 100,
"valueFormat" : "%1$s"
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "CREATEMAN",
"dBType" : "MYSQL5",
......@@ -532,14 +597,6 @@
"modelref" : true,
"path" : "PSCODELISTS/SysOperator.json"
},
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN",
"serviceCodeName" : "CreateMan",
"stdDataType" : 25,
......@@ -618,14 +675,6 @@
"modelref" : true,
"path" : "PSCODELISTS/SysOperator.json"
},
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN",
"serviceCodeName" : "UpdateMan",
"stdDataType" : 25,
......@@ -689,14 +738,6 @@
"length" : 8,
"logicName" : "建立时间",
"name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE",
"serviceCodeName" : "CreateDate",
"stdDataType" : 5,
......@@ -774,14 +815,6 @@
"length" : 200,
"logicName" : "报销单名称",
"name" : "BXDNAME",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "BXDNAME"
},
"serviceCodeName" : "BXDName",
"stdDataType" : 25,
"stringLength" : 200,
......@@ -861,14 +894,6 @@
"length" : 100,
"logicName" : "报销单标识",
"name" : "BXDID",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "BXDID"
},
"serviceCodeName" : "BXDId",
"stdDataType" : 25,
"stringLength" : 100,
......@@ -932,14 +957,6 @@
"length" : 8,
"logicName" : "更新时间",
"name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE",
"serviceCodeName" : "UpdateDate",
"stdDataType" : 5,
......@@ -1011,14 +1028,6 @@
"length" : 60,
"logicName" : "组织机构标识",
"name" : "ORGID",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "ORGID"
},
"predefinedType" : "ORGID",
"serviceCodeName" : "OrgId",
"stdDataType" : 25,
......@@ -1089,14 +1098,6 @@
"length" : 60,
"logicName" : "组织部门标识",
"name" : "DEPTID",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "DEPTID"
},
"predefinedType" : "ORGSECTORID",
"serviceCodeName" : "DeptId",
"stdDataType" : 25,
......@@ -1106,6 +1107,17 @@
"getAllPSDEMethodDTOs" : [ {
"name" : "BXDDTO",
"getPSDEMethodDTOFields" : [ {
"logicName" : "编号",
"name" : "SN",
"getPSDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "报销单标识",
"name" : "BXDId",
"getPSDEField" : {
......@@ -1629,7 +1641,6 @@
"pickupDEFName" : "BXDID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true,
"nestedRS" : true
} ],
"name" : "BXD",
......@@ -1637,6 +1648,14 @@
"name" : "ORGID",
"codeName" : "OrgId"
},
"getPSSubSysServiceAPI" : {
"modelref" : true,
"path" : "PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json"
},
"getPSSubSysServiceAPIDE" : {
"modelref" : true,
"id" : "BXD"
},
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
......@@ -1646,13 +1665,13 @@
"path" : "PSMODULES/common.json"
},
"saaSMode" : 0,
"serviceAPIMode" : 1,
"serviceAPIClientId" : "6FEC96C0-8330-47C3-92FA-BA2E23922DC6",
"serviceAPIMode" : 0,
"serviceCodeName" : "BXD",
"storageMode" : 1,
"storageMode" : 4,
"systemTag" : "TrainSys",
"tableName" : "T_BXD",
"tempDataHolder" : 2,
"enableAPIStorage" : false,
"enableAPIStorage" : true,
"enableCreate" : true,
"enableDataVer" : false,
"enableEntityCache" : false,
......@@ -1662,7 +1681,7 @@
"enableMultiStorage" : false,
"enableNoSQLStorage" : false,
"enableRemove" : true,
"enableSQLStorage" : true,
"enableSQLStorage" : false,
"enableTempData" : true,
"enableTempDataFront" : true,
"logicValid" : false,
......
......@@ -18,5 +18,9 @@
"stdDataType" : 9,
"type" : "SIMPLE"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"builtinAction" : true
}
\ No newline at end of file
......@@ -19,5 +19,9 @@
"name" : "CreateResult",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"builtinAction" : true
}
\ No newline at end of file
......@@ -22,5 +22,9 @@
},
"type" : "DTO"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"builtinAction" : true
}
\ No newline at end of file
......@@ -22,5 +22,9 @@
},
"type" : "DTO"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"builtinAction" : true
}
\ No newline at end of file
......@@ -19,6 +19,10 @@
"name" : "RemoveResult",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"batchAction" : true,
"builtinAction" : true
}
\ No newline at end of file
......@@ -17,5 +17,9 @@
"name" : "SaveResult",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Save"
},
"builtinAction" : true
}
\ No newline at end of file
......@@ -19,5 +19,9 @@
"name" : "UpdateResult",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"builtinAction" : true
}
\ No newline at end of file
......@@ -19,6 +19,9 @@
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -26,6 +29,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXD` t1 \n",
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -2,6 +2,9 @@
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`BXDID`",
"name" : "BXDID"
}, {
......@@ -26,6 +29,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXD` t1 \n",
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEDATAQUERIES/Simple/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -19,6 +19,9 @@
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -26,6 +29,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXD` t1 \n",
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -184,6 +184,9 @@
} ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "SN",
"codeName" : "SN"
}, {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
}, {
......@@ -586,6 +589,120 @@
} ]
} ],
"getAllPSDEFields" : [ {
"getAllPSDEFDTColumns" : [ {
"columnName" : "SN",
"dBType" : "MYSQL5",
"name" : "SN",
"queryCodeExp" : "t1.`SN`",
"standardColumnName" : "`SN`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[SN][编号]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[SN][编号]移动端默认",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[SN][编号]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[SN][编号]",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "SN",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
},
"ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "SN",
"dEFType" : 1,
"dataType" : "PICKUPDATA",
"importOrder" : 1000,
"length" : 100,
"logicName" : "编号",
"name" : "SN",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BXD_BXDID.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "SN"
},
"getRealPSDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"getRealPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"getRelatedPSDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"getRelatedPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"serviceCodeName" : "SN",
"stdDataType" : 25,
"stringLength" : 100,
"valueFormat" : "%1$s",
"linkDEField" : true
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "BXDMXID",
"dBType" : "MYSQL5",
......@@ -1343,7 +1460,6 @@
"columnName" : "BXDNAME",
"dBType" : "MYSQL5",
"name" : "BXDNAME",
"queryCodeExp" : "t11.`BXDNAME`",
"standardColumnName" : "`BXDNAME`"
} ],
"getAllPSDEFSearchModes" : [ {
......@@ -1471,6 +1587,17 @@
"getAllPSDEMethodDTOs" : [ {
"name" : "BXDMXDTO",
"getPSDEMethodDTOFields" : [ {
"logicName" : "编号",
"name" : "SN",
"getPSDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "报销单标识",
"name" : "BXDId",
"getPSDEField" : {
......@@ -2036,6 +2163,34 @@
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
},
"getMajorPSDERs" : [ {
"codeName" : "BXDMX",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDERS/DER1N_BXDMXLOG_BXDMX_BXDMXID.json",
"fKeyName" : "FFF3883168BAE7100C",
"logicName" : "名称",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "BXDMXLogs",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog.json"
},
"name" : "DER1N_BXDMXLOG_BXDMX_BXDMXID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"pickupDEFName" : "BXDMXID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true
} ],
"getMinorPSDERs" : [ {
"codeName" : "DER1N_BXDMX_BXD_BXDID",
"dERType" : "DER1N",
......@@ -2064,7 +2219,6 @@
"pickupDEFName" : "BXDID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true,
"nestedRS" : true
} ],
"name" : "BXDMX",
......
......@@ -15,9 +15,6 @@
}, {
"expression" : "t1.`BXDMXNAME`",
"name" : "BXDMXNAME"
}, {
"expression" : "t11.`BXDNAME`",
"name" : "BXDNAME"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
......@@ -30,6 +27,9 @@
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -37,6 +37,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt11.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `T_BXD` t11 ON t1.`BXDID` = t11.`BXDID` \n",
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `` t11 ON t1.`BXDID` = t11.`BXDID` \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/DataQuery2/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -15,9 +15,6 @@
}, {
"expression" : "t1.`BXDMXNAME`",
"name" : "BXDMXNAME"
}, {
"expression" : "t11.`BXDNAME`",
"name" : "BXDNAME"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
......@@ -30,6 +27,9 @@
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -37,6 +37,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt11.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `T_BXD` t11 ON t1.`BXDID` = t11.`BXDID` \n",
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `` t11 ON t1.`BXDID` = t11.`BXDID` \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/DataQuery3/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -10,9 +10,6 @@
}, {
"expression" : "t1.`BXDMXNAME`",
"name" : "BXDMXNAME"
}, {
"expression" : "t11.`BXDNAME`",
"name" : "BXDNAME"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
......@@ -25,6 +22,9 @@
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -32,6 +32,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt11.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `T_BXD` t11 ON t1.`BXDID` = t11.`BXDID` \n",
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -10,9 +10,6 @@
}, {
"expression" : "t1.`BXDMXNAME`",
"name" : "BXDMXNAME"
}, {
"expression" : "t11.`BXDNAME`",
"name" : "BXDNAME"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
......@@ -25,6 +22,9 @@
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -32,6 +32,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt11.`BXDNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `T_BXD` t11 ON t1.`BXDID` = t11.`BXDID` \n",
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -26,6 +26,5 @@
"pickupDEFName" : "BXDID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true,
"nestedRS" : true
}
\ No newline at end of file
{
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEACTIONS/CheckKey.json",
"logicName" : "CheckKey",
"name" : "CheckKey",
"getPSDEActionInput" : {
"name" : "CheckKeyInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXLogDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEACTIONS/Create.json",
"logicName" : "Create",
"name" : "Create",
"orderValue" : 1,
"getPSDEActionInput" : {
"name" : "CreateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXLogDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "CreateResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEACTIONS/Get.json",
"logicName" : "Get",
"name" : "Get",
"orderValue" : 31,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "BXDMXLOGID",
"codeName" : "BXDMXLogId"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "GetResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXLogDTO"
},
"type" : "DTO"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEACTIONS/GetDraft.json",
"logicName" : "GetDraft",
"name" : "GetDraft",
"orderValue" : 41,
"getPSDEActionInput" : {
"name" : "GetDraftInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXLogDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraftResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXLogDTO"
},
"type" : "DTO"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEACTIONS/Remove.json",
"logicName" : "Remove",
"name" : "Remove",
"orderValue" : 21,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "BXDMXLOGID",
"codeName" : "BXDMXLogId"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "RemoveResult",
"type" : "VOID"
},
"batchAction" : true,
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEACTIONS/Save.json",
"logicName" : "Save",
"name" : "Save",
"getPSDEActionInput" : {
"name" : "SaveInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXLogDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "SaveResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEACTIONS/Update.json",
"logicName" : "Update",
"name" : "Update",
"orderValue" : 11,
"getPSDEActionInput" : {
"name" : "UpdateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXLogDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "UpdateResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BXDMXID`",
"name" : "BXDMXID"
}, {
"expression" : "t1.`BXDMXLOGID`",
"name" : "BXDMXLOGID"
}, {
"expression" : "t1.`BXDMXLOGNAME`",
"name" : "BXDMXLOGNAME"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t11.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDMXID`,\nt1.`BXDMXLOGID`,\nt1.`BXDMXLOGNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt11.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMXLOG` t1 \nLEFT JOIN `T_BXDMX` t11 ON t1.`BXDMXID` = t11.`BXDMXID` \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BXDMXID`",
"name" : "BXDMXID"
}, {
"expression" : "t1.`BXDMXLOGID`",
"name" : "BXDMXLOGID"
}, {
"expression" : "t1.`BXDMXLOGNAME`",
"name" : "BXDMXLOGNAME"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t11.`SN`",
"name" : "SN"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BXDMXID`,\nt1.`BXDMXLOGID`,\nt1.`BXDMXLOGNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt11.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMXLOG` t1 \nLEFT JOIN `T_BXDMX` t11 ON t1.`BXDMXID` = t11.`BXDMXID` \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"codeName" : "BXDMX",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog/PSDERS/DER1N_BXDMXLOG_BXDMX_BXDMXID.json",
"fKeyName" : "FFF3883168BAE7100C",
"logicName" : "名称",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "BXDMXLogs",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog.json"
},
"name" : "DER1N_BXDMXLOG_BXDMX_BXDMXID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"pickupDEFName" : "BXDMXID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true
}
\ No newline at end of file
......@@ -336,6 +336,37 @@
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[SN][编号]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[SN][编号]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[SN][编号]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[SN][编号]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[CREATEMAN][建立人]",
......@@ -601,6 +632,17 @@
"codeName" : "BXDDTO",
"name" : "BXDDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"getPSAppDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDId",
......
......@@ -324,6 +324,53 @@
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[SN][编号]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[SN][编号]移动端默认",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[SN][编号]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[SN][编号]",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BXDMXID][报销单明细标识]",
......@@ -681,6 +728,17 @@
"codeName" : "BXDMXDTO",
"name" : "BXDMXDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"getPSAppDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDId",
......
......@@ -17702,6 +17702,37 @@
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[SN][编号]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[SN][编号]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[SN][编号]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[SN][编号]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[CREATEMAN][建立人]",
......@@ -17967,6 +17998,17 @@
"codeName" : "BXDDTO",
"name" : "BXDDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"getPSAppDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDId",
......@@ -18880,6 +18922,53 @@
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[SN][编号]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[SN][编号]移动端默认",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[SN][编号]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[SN][编号]",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BXDMXID][报销单明细标识]",
......@@ -19237,6 +19326,17 @@
"codeName" : "BXDMXDTO",
"name" : "BXDMXDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"getPSAppDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDId",
......
......@@ -691,6 +691,13 @@
"name" : "ORGID",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "SN",
"length" : 100,
"logicName" : "编号",
"name" : "SN",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "UPDATEDATE",
"length" : 8,
......@@ -724,6 +731,75 @@
"name" : "T_BXDMX",
"autoExtendModel" : true,
"existingModel" : false
}, {
"getAllPSSysDBColumns" : [ {
"codeName" : "BXDMXID",
"length" : 100,
"logicName" : "报销单明细标识",
"name" : "BXDMXID",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "BXDMXLOGID",
"length" : 100,
"logicName" : "报销明细日志标识",
"name" : "BXDMXLOGID",
"stdDataType" : 25,
"pKey" : true
}, {
"codeName" : "BXDMXLOGNAME",
"length" : 200,
"logicName" : "报销明细日志名称",
"name" : "BXDMXLOGNAME",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "CREATEDATE",
"length" : 8,
"logicName" : "建立时间",
"name" : "CREATEDATE",
"stdDataType" : 5,
"nullable" : true
}, {
"codeName" : "CREATEMAN",
"length" : 60,
"logicName" : "建立人",
"name" : "CREATEMAN",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "UPDATEDATE",
"length" : 8,
"logicName" : "更新时间",
"name" : "UPDATEDATE",
"stdDataType" : 5,
"nullable" : true
}, {
"codeName" : "UPDATEMAN",
"length" : 60,
"logicName" : "更新人",
"name" : "UPDATEMAN",
"stdDataType" : 25,
"nullable" : true
} ],
"getAllPSSysDBIndices" : [ {
"getAllPSSysDBIndexColumns" : [ {
"name" : "BXDMXID",
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "BXDMXID"
}
} ],
"codeName" : "IF_FFF3883168BAE71",
"indexType" : "NORMAL",
"name" : "DER1N_BXDMXLOG_BXDMX_BXDMXID",
"sourceType" : "DER"
} ],
"codeName" : "T_BXDMXLOG",
"logicName" : "报销明细日志",
"name" : "T_BXDMXLOG",
"autoExtendModel" : true,
"existingModel" : false
}, {
"getAllPSSysDBColumns" : [ {
"codeName" : "CITYID",
......
......@@ -37,6 +37,14 @@
"topPos" : 100
}, {
"leftPos" : 100,
"name" : "BXDMXLOG",
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog.json"
},
"topPos" : 650
}, {
"leftPos" : 550,
"name" : "PHONE",
"getPSDataEntity" : {
"modelref" : true,
......@@ -44,7 +52,7 @@
},
"topPos" : 650
}, {
"leftPos" : 550,
"leftPos" : 1000,
"name" : "REGINFO",
"getPSDataEntity" : {
"modelref" : true,
......@@ -52,7 +60,7 @@
},
"topPos" : 650
}, {
"leftPos" : 1000,
"leftPos" : 1450,
"name" : "REGINFOF",
"getPSDataEntity" : {
"modelref" : true,
......@@ -60,9 +68,9 @@
},
"topPos" : 650
}, {
"leftPos" : 1450,
"leftPos" : 100,
"name" : "xyz",
"getPSDataEntity" : "无法获取实体[]模型对象",
"topPos" : 650
"topPos" : 1200
} ]
}
\ No newline at end of file
{
"getAllPSLanguageReses" : [ {
"defaultContent" : "报销明细日志",
"lanResTag" : "DE.LNAME.BXDMXLOG",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[BXDMXLOG]",
"refFlag" : true
}, {
"defaultContent" : "待办",
"lanResTag" : "DE.LNAME.SYS_TODO",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[SYS_TODO]",
"refFlag" : true
}, {
"defaultContent" : "报销明细日志标识",
"lanResTag" : "DEF.LNAME.BXDMXLOGID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[BXDMXLOGID]",
"refFlag" : true
}, {
"defaultContent" : "报销明细日志名称",
"lanResTag" : "DEF.LNAME.BXDMXLOGNAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[BXDMXLOGNAME]",
"refFlag" : true
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.BXDMXLOG.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.BXDMXLOG.DEFAULT.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "基本信息",
"lanResTag" : "CONTROL.DEFORM.BXDMXLOG.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.BXDMXLOG.MAIN.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "其它",
"lanResTag" : "CONTROL.DEFORM.BXDMXLOG.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.BXDMXLOG.MAIN.FORMPAGE.FORMPAGE2]"
}, {
"defaultContent" : "报销明细日志基本信息",
"lanResTag" : "CONTROL.DEFORM.BXDMXLOG.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.BXDMXLOG.MAIN.GROUPPANEL.GROUP1]"
}, {
"defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.BXDMXLOG.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.BXDMXLOG.MAIN.GROUPPANEL.GROUP2]"
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.SYS_TODO.DEFAULT.FORMPAGE.FORMPAGE1",
......@@ -35,6 +78,46 @@
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SYS_TODO.MAIN.GROUPPANEL.GROUP2]",
"refFlag" : true
}, {
"lanResTag" : "CONTROL.DEFSFITEM.BXDMXLOG.N_BXDMXLOGNAME_LIKE",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFSFITEM.BXDMXLOG.N_BXDMXLOGNAME_LIKE]",
"refFlag" : true
}, {
"defaultContent" : "报销明细日志编辑视图",
"lanResTag" : "PAGE.TITLE.BXDMXLOG.EDITVIEW2",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.BXDMXLOG.EDITVIEW2]"
}, {
"defaultContent" : "报销明细日志编辑视图",
"lanResTag" : "PAGE.TITLE.BXDMXLOG.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.BXDMXLOG.EDITVIEW]"
}, {
"defaultContent" : "报销明细日志表格视图",
"lanResTag" : "PAGE.TITLE.BXDMXLOG.GRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.BXDMXLOG.GRIDVIEW]"
}, {
"defaultContent" : "报销明细日志数据多项选择视图",
"lanResTag" : "PAGE.TITLE.BXDMXLOG.MPICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.BXDMXLOG.MPICKUPVIEW]"
}, {
"defaultContent" : "报销明细日志选择表格视图",
"lanResTag" : "PAGE.TITLE.BXDMXLOG.PICKUPGRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.BXDMXLOG.PICKUPGRIDVIEW]"
}, {
"defaultContent" : "报销明细日志数据选择视图",
"lanResTag" : "PAGE.TITLE.BXDMXLOG.PICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.BXDMXLOG.PICKUPVIEW]"
}, {
"defaultContent" : "报销明细日志数据重定向视图",
"lanResTag" : "PAGE.TITLE.BXDMXLOG.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.BXDMXLOG.REDIRECTVIEW]"
}, {
"defaultContent" : "待办编辑视图",
"lanResTag" : "PAGE.TITLE.SYS_TODO.EDITVIEW2",
......
......@@ -3432,6 +3432,19 @@
} ],
"name" : "BXD",
"getPSDEServiceAPIFields" : [ {
"codeName" : "SN",
"codeName2" : "SN",
"logicName" : "编号",
"name" : "SN",
"orderValue" : 180,
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "CreateMan",
"codeName2" : "CreateMan",
"logicName" : "建立人",
......@@ -3558,6 +3571,10 @@
},
"type" : "DTO"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"uniqueTag" : "BXD__DEACTION__CREATE",
......@@ -3586,6 +3603,10 @@
},
"type" : "DTO"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"requestField" : "BXDID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -3612,6 +3633,10 @@
"name" : "返回对象",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"requestField" : "BXDID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -3642,6 +3667,10 @@
},
"type" : "DTO"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"requestMethod" : "PUT",
"requestParamType" : "NONE",
"uniqueTag" : "BXD__DEACTION__UPDATE",
......@@ -3669,6 +3698,10 @@
"stdDataType" : 9,
"type" : "SIMPLE"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -3698,6 +3731,10 @@
},
"type" : "DTO"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -3722,6 +3759,10 @@
"name" : "返回对象",
"type" : "VOID"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "Save"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -3752,6 +3793,10 @@
},
"type" : "PAGE"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -9008,6 +9053,19 @@
} ],
"name" : "BXDMX",
"getPSDEServiceAPIFields" : [ {
"codeName" : "SN",
"codeName2" : "SN",
"logicName" : "编号",
"name" : "SN",
"orderValue" : 200,
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "BXDMXId",
"codeName2" : "BXDMXId",
"logicName" : "报销单明细标识",
......
......@@ -445,6 +445,10 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json",
"name" : "BXDMX"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog.json",
"name" : "BXDMXLOG"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json",
......@@ -962,6 +966,9 @@
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMXLog.json"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册