提交 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"
......
{
"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
......@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册