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

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

上级 576b7b12
......@@ -31,13 +31,49 @@
<dependencies>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-cloud</artifactId>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-redis</artifactId>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-mybatisplus-spring-boot-starter</artifactId>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-zookeeper</artifactId>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-poi</artifactId>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-liquibase</artifactId>
<version>${ibiz.cloud.version}</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>aliyunmaven</id>
<name>阿里云公共仓库</name>
<url>https://maven.aliyun.com/repository/public/</url>
<id>ibizmvnrepository</id>
<name>ibizmvnrepository</name>
<url>http://172.16.240.220:8081/repository/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
......
......@@ -756,6 +756,12 @@
"queryCodeExp" : "t1.`BXDID`",
"standardColumnName" : "`BXDID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_BXDID_EQ",
"name" : "N_BXDID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[BXDID][报销单标识]移动端默认",
......@@ -1157,6 +1163,21 @@
}, {
"name" : "BXDFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "报销单标识",
"name" : "N_BXDID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_BXDID_EQ"
},
"getPSDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "报销单名称",
"name" : "N_BXDNAME_LIKE",
"getPSDEFSearchMode" : {
......
......@@ -562,6 +562,12 @@
"queryCodeExp" : "t1.`BXDMXID`",
"standardColumnName" : "`BXDMXID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_BXDMXID_EQ",
"name" : "N_BXDMXID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BXDMXID][报销单明细标识]",
......@@ -1561,6 +1567,21 @@
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "报销单明细标识",
"name" : "N_BXDMXID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_BXDMXID_EQ"
},
"getPSDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "报销单明细名称",
"name" : "N_BXDMXNAME_LIKE",
......
......@@ -982,6 +982,12 @@
"queryCodeExp" : "t1.`BOOKID`",
"standardColumnName" : "`BOOKID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_BOOKID_EQ",
"name" : "N_BOOKID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[BOOKID][书标识]移动端默认",
......@@ -1293,6 +1299,12 @@
"queryCodeExp" : "t1.`FIELD`",
"standardColumnName" : "`FIELD`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_FIELD_EQ",
"name" : "N_FIELD_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[FIELD][属性]",
......@@ -1370,6 +1382,12 @@
"queryCodeExp" : "t1.`FIELD2`",
"standardColumnName" : "`FIELD2`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_FIELD2_EQ",
"name" : "N_FIELD2_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[FIELD2][属性2]",
......@@ -1447,6 +1465,12 @@
"queryCodeExp" : "t1.`FIELD3`",
"standardColumnName" : "`FIELD3`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_FIELD3_EQ",
"name" : "N_FIELD3_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[FIELD3][属性3]",
......@@ -3456,6 +3480,21 @@
}, {
"name" : "BookFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "书标识",
"name" : "N_BOOKID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_BOOKID_EQ"
},
"getPSDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "书名称",
"name" : "N_BOOKNAME_LIKE",
"getPSDEFSearchMode" : {
......@@ -3470,6 +3509,51 @@
"stdDataType" : 25,
"stringLength" : 200,
"type" : "SIMPLE"
}, {
"logicName" : "属性2",
"name" : "N_FIELD2_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_FIELD2_EQ"
},
"getPSDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "属性3",
"name" : "N_FIELD3_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_FIELD3_EQ"
},
"getPSDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "属性",
"name" : "N_FIELD_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_FIELD_EQ"
},
"getPSDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER",
......
......@@ -585,6 +585,12 @@
"queryCodeExp" : "t1.`BOOKTYPEID`",
"standardColumnName" : "`BOOKTYPEID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_BOOKTYPEID_EQ",
"name" : "N_BOOKTYPEID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[BOOKTYPEID][书籍类别标识]移动端默认",
......@@ -1156,6 +1162,21 @@
}, {
"name" : "BookTypeFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "书籍类别标识",
"name" : "N_BOOKTYPEID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_BOOKTYPEID_EQ"
},
"getPSDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "书籍类别名称",
"name" : "N_BOOKTYPENAME_LIKE",
"getPSDEFSearchMode" : {
......
......@@ -604,6 +604,12 @@
"queryCodeExp" : "t1.`PRINTID`",
"standardColumnName" : "`PRINTID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_PRINTID_EQ",
"name" : "N_PRINTID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[PRINTID][PRINT标识]",
......@@ -1246,6 +1252,21 @@
}, {
"name" : "PRINTFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "PRINT标识",
"name" : "N_PRINTID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_PRINTID_EQ"
},
"getPSDEField" : {
"name" : "PRINTID",
"codeName" : "PRINTId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "PRINT名称",
"name" : "N_PRINTNAME_LIKE",
"getPSDEFSearchMode" : {
......
......@@ -530,6 +530,12 @@
"queryCodeExp" : "t1.`PAYID`",
"standardColumnName" : "`PAYID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_PAYID_EQ",
"name" : "N_PAYID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[PAYID][支付标识]移动端默认",
......@@ -815,6 +821,21 @@
}, {
"name" : "PayFilterDTO",
"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_LIKE",
"getPSDEFSearchMode" : {
......
......@@ -509,6 +509,12 @@
"queryCodeExp" : "t1.`PHONEID`",
"standardColumnName" : "`PHONEID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_PHONEID_EQ",
"name" : "N_PHONEID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[PHONEID][手机标识]",
......@@ -1369,6 +1375,21 @@
}, {
"name" : "PhoneFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "手机标识",
"name" : "N_PHONEID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_PHONEID_EQ"
},
"getPSDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "手机名称",
"name" : "N_PHONENAME_LIKE",
"getPSDEFSearchMode" : {
......
......@@ -302,6 +302,12 @@
"enableFront" : true
} ],
"getAllPSDEFields" : [ {
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_RAWMATERIALID_EQ",
"name" : "N_RAWMATERIALID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[RAWMATERIALID][原材料标识]",
......@@ -1155,6 +1161,21 @@
"stdDataType" : 25,
"stringLength" : 200,
"type" : "SIMPLE"
}, {
"logicName" : "原材料标识",
"name" : "N_RAWMATERIALID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_RAWMATERIALID_EQ"
},
"getPSDEField" : {
"name" : "RAWMATERIALID",
"codeName" : "RawMaterialId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "原材料名称",
"name" : "N_RAWMATERIALNAME_LIKE",
......
......@@ -845,6 +845,12 @@
"queryCodeExp" : "t1.`REGINFOID`",
"standardColumnName" : "`REGINFOID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_REGINFOID_EQ",
"name" : "N_REGINFOID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[REGINFOID][学员登记信息标识]移动端默认",
......@@ -1852,6 +1858,21 @@
}, {
"name" : "ReginfoFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "学员登记信息标识",
"name" : "N_REGINFOID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_REGINFOID_EQ"
},
"getPSDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "学员登记信息名称",
"name" : "N_REGINFONAME_LIKE",
"getPSDEFSearchMode" : {
......
......@@ -447,6 +447,12 @@
"queryCodeExp" : "t1.`REGINFOFID`",
"standardColumnName" : "`REGINFOFID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_REGINFOFID_EQ",
"name" : "N_REGINFOFID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[REGINFOFID][学员登记信息测试fzh标识]移动端默认",
......@@ -1606,6 +1612,21 @@
}, {
"name" : "ReginfofFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "学员登记信息测试fzh标识",
"name" : "N_REGINFOFID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_REGINFOFID_EQ"
},
"getPSDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "学员登记信息测试fzh名称",
"name" : "N_REGINFOFNAME_LIKE",
"getPSDEFSearchMode" : {
......
......@@ -686,6 +686,12 @@
"queryCodeExp" : "t1.`STUDENTID`",
"standardColumnName" : "`STUDENTID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_STUDENTID_EQ",
"name" : "N_STUDENTID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[STUDENTID][学生标识]",
......@@ -1590,6 +1596,21 @@
}, {
"name" : "StudentFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "学生标识",
"name" : "N_STUDENTID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_STUDENTID_EQ"
},
"getPSDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "学生名称",
"name" : "N_STUDENTNAME_LIKE",
"getPSDEFSearchMode" : {
......
......@@ -63,6 +63,18 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayDTO"
},
"type" : "DTO"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "PAYID",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
......@@ -81,6 +93,22 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"getKeyPSSubSysServiceAPIField" : {
"modelref" : true,
"id" : "PayId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayDTO"
},
"type" : "DTO"
},
"requestField" : "PAYID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -100,6 +128,18 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"getKeyPSSubSysServiceAPIField" : {
"modelref" : true,
"id" : "PayId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "PAYID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -119,6 +159,18 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayDTO"
},
"type" : "DTO"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "PAYID",
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
......@@ -138,6 +190,18 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayDTO"
},
"type" : "DTO"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "SIMPLE"
},
"requestField" : "PAYID",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
......@@ -155,6 +219,22 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayFilterDTO"
},
"type" : "DTO"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayDTO"
},
"type" : "PAGE"
},
"requestField" : "PAYID",
"requestMethod" : "GET",
"uniqueTag" : "PAY__FETCH__DEFAULT"
......@@ -171,6 +251,22 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayDTO"
},
"type" : "DTO"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayDTO"
},
"type" : "DTO"
},
"requestField" : "PAYID",
"requestMethod" : "GET",
"requestParamType" : "NONE",
......@@ -188,6 +284,18 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "PayDTO"
},
"type" : "DTO"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "PAYID",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
......@@ -206,12 +314,90 @@
"modelref" : true,
"id" : "Pay"
},
"getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestField" : "PAYID",
"requestMethod" : "GET",
"uniqueTag" : "PAY__SELECT"
} ],
"major" : true
} ],
"getAllPSSubSysServiceAPIDTOs" : [ {
"codeName" : "PayDTO",
"name" : "PayDTO",
"getPSSubSysServiceAPIDTOFields" : [ {
"codeName" : "CreateDate",
"name" : "CreateDate",
"orderValue" : 1000,
"sourceType" : "DEMETHODDTOFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"name" : "CreateMan",
"orderValue" : 1000,
"sourceType" : "DEMETHODDTOFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "PayId",
"name" : "PayId",
"orderValue" : 1000,
"sourceType" : "DEMETHODDTOFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "PayName",
"name" : "PayName",
"orderValue" : 1000,
"sourceType" : "DEMETHODDTOFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"name" : "UpdateDate",
"orderValue" : 1000,
"sourceType" : "DEMETHODDTOFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"name" : "UpdateMan",
"orderValue" : 1000,
"sourceType" : "DEMETHODDTOFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"type" : "DEMETHODDTO"
}, {
"codeName" : "PayFilterDTO",
"name" : "PayFilterDTO",
"getPSSubSysServiceAPIDTOFields" : [ {
"codeName" : "N_PAYID_EQ",
"name" : "N_PAYID_EQ",
"sourceType" : "DEMETHODDTOFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_PAYNAME_LIKE",
"name" : "N_PAYNAME_LIKE",
"sourceType" : "DEMETHODDTOFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"type" : "DEMETHODDTO"
} ],
"authMode" : "NONE",
"codeName" : "SubSysAPI",
"dynaModelFilePath" : "PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json",
......@@ -221,5 +407,6 @@
"path" : "PSMODULES/common.json"
},
"serviceCodeName" : "SubSysAPI",
"serviceType" : "DEFAULT"
"serviceType" : "DEFAULT",
"enableServiceAPIDTO" : true
}
\ No newline at end of file
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestField" : "BXDID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "BXDID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -163,11 +282,162 @@
"stdDataType" : 25,
"stringLength" : 60
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "BXDDTO",
"name" : "BXDDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "BXDName",
"logicName" : "报销单名称",
"name" : "BXDName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BXDNAME",
"codeName" : "BXDName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "BXDFilterDTO",
"name" : "BXDFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_BXDID_EQ",
"logicName" : "报销单标识",
"name" : "N_BXDID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDNAME_LIKE",
"logicName" : "报销单名称",
"name" : "N_BXDNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BXDNAME",
"codeName" : "BXDName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -177,6 +447,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -186,6 +473,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestField" : "BXDID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -197,6 +500,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -207,6 +526,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "BXDID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -219,6 +550,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -229,6 +572,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -238,6 +598,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -247,6 +623,24 @@
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "DEFAULT",
"getPSAppDEMethodInput" : {
"codeName" : "DefaultInput",
"name" : "DefaultInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DefaultResult",
"name" : "DefaultResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, {
......@@ -288,6 +682,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -36,6 +36,21 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"codeName" : "CheckKeyInput",
"name" : "CheckKeyInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CheckKeyResult",
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"builtinMethod" : true
}, {
"actionMode" : "CREATE",
......@@ -43,6 +58,21 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"codeName" : "CreateInput",
"name" : "CreateInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"codeName" : "CreateResult",
"name" : "CreateResult",
"type" : "VOID"
},
"builtinMethod" : true
}, {
"actionMode" : "READ",
......@@ -50,6 +80,24 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"codeName" : "GetInput",
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"codeName" : "GetResult",
"name" : "GetResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"builtinMethod" : true
}, {
"actionMode" : "GETDRAFT",
......@@ -57,6 +105,24 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"codeName" : "GetDraftInput",
"name" : "GetDraftInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "GetDraftResult",
"name" : "GetDraftResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"builtinMethod" : true
}, {
"actionMode" : "DELETE",
......@@ -65,6 +131,20 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"codeName" : "RemoveInput",
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"codeName" : "RemoveResult",
"name" : "RemoveResult",
"type" : "VOID"
},
"builtinMethod" : true,
"enableBatchAction" : true
}, {
......@@ -73,6 +153,20 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"codeName" : "SaveInput",
"name" : "SaveInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "SaveResult",
"name" : "SaveResult",
"type" : "VOID"
},
"builtinMethod" : true
}, {
"actionMode" : "UPDATE",
......@@ -80,6 +174,21 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"codeName" : "UpdateInput",
"name" : "UpdateInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpdateResult",
"name" : "UpdateResult",
"type" : "VOID"
},
"builtinMethod" : true
} ],
"getAllPSAppDEDataSets" : [ {
......@@ -87,12 +196,48 @@
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DEFAULT",
"getPSAppDEMethodInput" : {
"codeName" : "DefaultInput",
"name" : "DefaultInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DefaultResult",
"name" : "DefaultResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"builtinMethod" : false
}, {
"codeName" : "FetchUp",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "Up",
"getPSAppDEMethodInput" : {
"codeName" : "UpInput",
"name" : "UpInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpResult",
"name" : "UpResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDQGroupConditions" : [ {
"condOp" : "AND",
"condType" : "GROUP",
......@@ -182,12 +327,225 @@
"stdDataType" : 25,
"stringLength" : 200
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "BXDMXDTO",
"name" : "BXDMXDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDMXId",
"logicName" : "报销单明细标识",
"name" : "BXDMXId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "BXDMXName",
"logicName" : "报销单明细名称",
"name" : "BXDMXName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDName",
"logicName" : "报销单名称",
"name" : "BXDName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BXDNAME",
"codeName" : "BXDName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "BXDMXFilterDTO",
"name" : "BXDMXFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_BXDID_EQ",
"logicName" : "报销单标识",
"name" : "N_BXDID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDMXID_EQ",
"logicName" : "报销单明细标识",
"name" : "N_BXDMXID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDMXNAME_LIKE",
"logicName" : "报销单明细名称",
"name" : "N_BXDMXNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDNAME_EQ",
"logicName" : "报销单名称",
"name" : "N_BXDNAME_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BXDNAME",
"codeName" : "BXDName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDNAME_LIKE",
"logicName" : "报销单名称",
"name" : "N_BXDNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BXDNAME",
"codeName" : "BXDName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"codeName" : "CheckKeyInput",
"name" : "CheckKeyInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CheckKeyResult",
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"builtinMethod" : true
}, {
"actionMode" : "CREATE",
......@@ -195,6 +553,21 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"codeName" : "CreateInput",
"name" : "CreateInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"codeName" : "CreateResult",
"name" : "CreateResult",
"type" : "VOID"
},
"builtinMethod" : true
}, {
"actionMode" : "READ",
......@@ -202,6 +575,24 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"codeName" : "GetInput",
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"codeName" : "GetResult",
"name" : "GetResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"builtinMethod" : true
}, {
"actionMode" : "GETDRAFT",
......@@ -209,6 +600,24 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"codeName" : "GetDraftInput",
"name" : "GetDraftInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "GetDraftResult",
"name" : "GetDraftResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"builtinMethod" : true
}, {
"actionMode" : "DELETE",
......@@ -217,6 +626,20 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"codeName" : "RemoveInput",
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"codeName" : "RemoveResult",
"name" : "RemoveResult",
"type" : "VOID"
},
"builtinMethod" : true,
"enableBatchAction" : true
}, {
......@@ -225,6 +648,20 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"codeName" : "SaveInput",
"name" : "SaveInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "SaveResult",
"name" : "SaveResult",
"type" : "VOID"
},
"builtinMethod" : true
}, {
"actionMode" : "UPDATE",
......@@ -232,18 +669,69 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"codeName" : "UpdateInput",
"name" : "UpdateInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpdateResult",
"name" : "UpdateResult",
"type" : "VOID"
},
"builtinMethod" : true
}, {
"codeName" : "FetchDefault",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DEFAULT",
"getPSAppDEMethodInput" : {
"codeName" : "DefaultInput",
"name" : "DefaultInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DefaultResult",
"name" : "DefaultResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"builtinMethod" : false
}, {
"codeName" : "FetchUp",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "Up",
"getPSAppDEMethodInput" : {
"codeName" : "UpInput",
"name" : "UpInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpResult",
"name" : "UpResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDQGroupConditions" : [ {
"condOp" : "AND",
"condType" : "GROUP",
......@@ -273,6 +761,24 @@
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "DEFAULT",
"getPSAppDEMethodInput" : {
"codeName" : "DefaultInput",
"name" : "DefaultInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DefaultResult",
"name" : "DefaultResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, {
......@@ -280,6 +786,24 @@
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "Up",
"getPSAppDEMethodInput" : {
"codeName" : "UpInput",
"name" : "UpInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpResult",
"name" : "UpResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDQGroupConditions" : [ {
"condOp" : "AND",
"condType" : "GROUP",
......
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestField" : "BOOKID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "BOOKID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -114,6 +233,22 @@
"codeName" : "FetchSimple",
"methodType" : "FETCH",
"name" : "FetchSimple",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookSimpleDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchsimple",
......@@ -315,11 +450,629 @@
"stdDataType" : 25,
"stringLength" : 100
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "BookDTO",
"name" : "BookDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "BookId",
"logicName" : "书标识",
"name" : "BookId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "BookName",
"logicName" : "书名称",
"name" : "BookName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "Date",
"logicName" : "日期",
"name" : "Date",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field",
"logicName" : "属性",
"name" : "Field",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field10",
"logicName" : "日期",
"name" : "Field10",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD10",
"codeName" : "Field10"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, {
"codeName" : "Field11",
"logicName" : "属性11",
"name" : "Field11",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field12",
"logicName" : "属性12",
"name" : "Field12",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD12",
"codeName" : "Field12"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field13",
"logicName" : "属性13",
"name" : "Field13",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD13",
"codeName" : "Field13"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field14",
"logicName" : "属性14",
"name" : "Field14",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field15",
"logicName" : "属性15",
"name" : "Field15",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD15",
"codeName" : "Field15"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field16",
"logicName" : "属性16",
"name" : "Field16",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD16",
"codeName" : "Field16"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field17",
"logicName" : "属性17",
"name" : "Field17",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD17",
"codeName" : "Field17"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field18",
"logicName" : "属性18",
"name" : "Field18",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD18",
"codeName" : "Field18"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field19",
"logicName" : "属性19",
"name" : "Field19",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field2",
"logicName" : "属性2",
"name" : "Field2",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field20",
"logicName" : "属性20",
"name" : "Field20",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD20",
"codeName" : "Field20"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field21",
"logicName" : "属性21",
"name" : "Field21",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD21",
"codeName" : "Field21"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field22",
"logicName" : "属性22",
"name" : "Field22",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD22",
"codeName" : "Field22"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field3",
"logicName" : "属性3",
"name" : "Field3",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field4",
"logicName" : "属性4",
"name" : "Field4",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field5",
"logicName" : "属性5",
"name" : "Field5",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "Field5"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field6",
"logicName" : "属性6",
"name" : "Field6",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD6",
"codeName" : "Field6"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field7",
"logicName" : "属性7",
"name" : "Field7",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD7",
"codeName" : "Field7"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field8",
"logicName" : "属性8",
"name" : "Field8",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field9",
"logicName" : "属性9",
"name" : "Field9",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD9",
"codeName" : "Field9"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Type",
"logicName" : "类型",
"name" : "Type",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "BookFilterDTO",
"name" : "BookFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_BOOKID_EQ",
"logicName" : "书标识",
"name" : "N_BOOKID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BOOKNAME_LIKE",
"logicName" : "书名称",
"name" : "N_BOOKNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_FIELD2_EQ",
"logicName" : "属性2",
"name" : "N_FIELD2_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_FIELD3_EQ",
"logicName" : "属性3",
"name" : "N_FIELD3_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_FIELD_EQ",
"logicName" : "属性",
"name" : "N_FIELD_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
}, {
"codeName" : "BookSimpleDTO",
"name" : "BookSimpleDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "BookId",
"logicName" : "书标识",
"name" : "BookId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "BookName",
"logicName" : "书名称",
"name" : "BookName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field",
"logicName" : "属性",
"name" : "Field",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field2",
"logicName" : "属性2",
"name" : "Field2",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field3",
"logicName" : "属性3",
"name" : "Field3",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFGROUPDETAIL",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -329,6 +1082,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -338,6 +1108,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestField" : "BOOKID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -349,6 +1135,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -359,6 +1161,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "BOOKID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -371,6 +1185,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -381,6 +1207,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -390,6 +1233,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -398,6 +1257,22 @@
"codeName" : "FetchSimple",
"methodType" : "FETCH",
"name" : "FetchSimple",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookSimpleDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchsimple",
......@@ -441,6 +1316,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestField" : "BOOKTYPEID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "BOOKTYPEID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -163,11 +282,162 @@
"stdDataType" : 25,
"stringLength" : 60
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "BookTypeDTO",
"name" : "BookTypeDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "BookTypeId",
"logicName" : "书籍类别标识",
"name" : "BookTypeId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "BookTypeName",
"logicName" : "书籍类别名称",
"name" : "BookTypeName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "BookTypeFilterDTO",
"name" : "BookTypeFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_BOOKTYPEID_EQ",
"logicName" : "书籍类别标识",
"name" : "N_BOOKTYPEID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BOOKTYPENAME_LIKE",
"logicName" : "书籍类别名称",
"name" : "N_BOOKTYPENAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -177,6 +447,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -186,6 +473,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestField" : "BOOKTYPEID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -197,6 +500,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -207,6 +526,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "BOOKTYPEID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -219,6 +550,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -229,6 +572,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -238,6 +598,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -281,6 +657,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "PRINTID",
"codeName" : "PRINTId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestField" : "PRINTID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "PRINTID",
"codeName" : "PRINTId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "PRINTID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -169,11 +288,174 @@
"stdDataType" : 25,
"stringLength" : 100
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PRINTDTO",
"name" : "PRINTDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "PRINTId",
"logicName" : "PRINT标识",
"name" : "PRINTId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "PRINTID",
"codeName" : "PRINTId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "PRINTName",
"logicName" : "PRINT名称",
"name" : "PRINTName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "PRINTNAME",
"codeName" : "PRINTName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "StuNO",
"logicName" : "PRINTMODEL",
"name" : "StuNO",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "STUNO",
"codeName" : "StuNO"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "PRINTFilterDTO",
"name" : "PRINTFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_PRINTID_EQ",
"logicName" : "PRINT标识",
"name" : "N_PRINTID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "PRINTID",
"codeName" : "PRINTId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_PRINTNAME_LIKE",
"logicName" : "PRINT名称",
"name" : "N_PRINTNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "PRINTNAME",
"codeName" : "PRINTName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -183,6 +465,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -192,6 +491,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "PRINTID",
"codeName" : "PRINTId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestField" : "PRINTID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -203,6 +518,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -213,6 +544,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "PRINTID",
"codeName" : "PRINTId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "PRINTID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -225,6 +568,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -235,6 +590,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -244,6 +616,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -287,6 +675,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestField" : "PHONEID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "PHONEID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchByIPhone",
"methodType" : "FETCH",
"name" : "FetchByIPhone",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchbyiphone",
......@@ -114,6 +233,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -177,11 +312,174 @@
"stdDataType" : 25,
"stringLength" : 100
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
"name" : "PhoneDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "PhoneId",
"logicName" : "手机标识",
"name" : "PhoneId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "PhoneName",
"logicName" : "手机名称",
"name" : "PhoneName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Phonetype",
"logicName" : "手机型号",
"name" : "Phonetype",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "PHONETYPE",
"codeName" : "Phonetype"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "PhoneFilterDTO",
"name" : "PhoneFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_PHONEID_EQ",
"logicName" : "手机标识",
"name" : "N_PHONEID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_PHONENAME_LIKE",
"logicName" : "手机名称",
"name" : "N_PHONENAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -191,6 +489,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -200,6 +515,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestField" : "PHONEID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -211,6 +542,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -221,6 +568,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "PHONEID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -233,6 +592,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -243,6 +614,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -252,6 +640,22 @@
"codeName" : "FetchByIPhone",
"methodType" : "FETCH",
"name" : "FetchByIPhone",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchbyiphone",
......@@ -260,6 +664,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -303,6 +723,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "RAWMATERIALID",
"codeName" : "RawMaterialId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestField" : "RAWMATERIALID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "RAWMATERIALID",
"codeName" : "RawMaterialId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "RAWMATERIALID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -163,11 +282,198 @@
"stdDataType" : 25,
"stringLength" : 200
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "RawMaterialDTO",
"name" : "RawMaterialDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "PayId",
"logicName" : "支付标识",
"name" : "PayId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "PAYID",
"codeName" : "PayId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "PayName",
"logicName" : "支付名称",
"name" : "PayName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "PAYNAME",
"codeName" : "PayName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "RawMaterialId",
"logicName" : "原材料标识",
"name" : "RawMaterialId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "RAWMATERIALID",
"codeName" : "RawMaterialId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "RawMaterialName",
"logicName" : "原材料名称",
"name" : "RawMaterialName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "RAWMATERIALNAME",
"codeName" : "RawMaterialName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "RawMaterialFilterDTO",
"name" : "RawMaterialFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_PAYID_EQ",
"logicName" : "支付标识",
"name" : "N_PAYID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "PAYID",
"codeName" : "PayId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_PAYNAME_EQ",
"logicName" : "支付名称",
"name" : "N_PAYNAME_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "PAYNAME",
"codeName" : "PayName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_PAYNAME_LIKE",
"logicName" : "支付名称",
"name" : "N_PAYNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "PAYNAME",
"codeName" : "PayName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_RAWMATERIALID_EQ",
"logicName" : "原材料标识",
"name" : "N_RAWMATERIALID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "RAWMATERIALID",
"codeName" : "RawMaterialId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_RAWMATERIALNAME_LIKE",
"logicName" : "原材料名称",
"name" : "N_RAWMATERIALNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "RAWMATERIALNAME",
"codeName" : "RawMaterialName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -177,6 +483,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -186,6 +509,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "RAWMATERIALID",
"codeName" : "RawMaterialId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestField" : "RAWMATERIALID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -197,6 +536,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -207,6 +562,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "RAWMATERIALID",
"codeName" : "RawMaterialId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "RAWMATERIALID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -219,6 +586,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -229,6 +608,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -238,6 +634,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -281,6 +693,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestField" : "REGINFOID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "REGINFOID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -204,11 +323,258 @@
"stdDataType" : 25,
"stringLength" : 100
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "ReginfoDTO",
"name" : "ReginfoDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "Address",
"logicName" : "家庭住址",
"name" : "Address",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Age",
"logicName" : "年龄",
"name" : "Age",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"sourceType" : "DEFIELD",
"stdDataType" : 9,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DepartMent",
"logicName" : "单位",
"name" : "DepartMent",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "DepartMent"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field",
"logicName" : "属性",
"name" : "Field",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Name",
"logicName" : "学员姓名",
"name" : "Name",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "ReginfoId",
"logicName" : "学员登记信息标识",
"name" : "ReginfoId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "ReginfoName",
"logicName" : "学员登记信息名称",
"name" : "ReginfoName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "StuNo",
"logicName" : "学员编号",
"name" : "StuNo",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "STUNO",
"codeName" : "StuNo"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "StudentId",
"logicName" : "学生标识",
"name" : "StudentId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "ReginfoFilterDTO",
"name" : "ReginfoFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_REGINFOID_EQ",
"logicName" : "学员登记信息标识",
"name" : "N_REGINFOID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_REGINFONAME_LIKE",
"logicName" : "学员登记信息名称",
"name" : "N_REGINFONAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_STUDENTID_EQ",
"logicName" : "学生标识",
"name" : "N_STUDENTID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -218,6 +584,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -227,6 +610,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestField" : "REGINFOID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -238,6 +637,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -248,6 +663,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "REGINFOID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -260,6 +687,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -270,6 +709,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -279,6 +735,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -322,6 +794,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestField" : "REGINFOFID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "REGINFOFID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -193,11 +312,222 @@
"stdDataType" : 25,
"stringLength" : 100
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "ReginfofDTO",
"name" : "ReginfofDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "Address",
"logicName" : "家庭住址",
"name" : "Address",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Age",
"logicName" : "年龄",
"name" : "Age",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DepartMent",
"logicName" : "单位",
"name" : "DepartMent",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "DepartMent"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Name",
"logicName" : "学员姓名",
"name" : "Name",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "ReginfofId",
"logicName" : "学员登记信息测试fzh标识",
"name" : "ReginfofId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "ReginfofName",
"logicName" : "学员登记信息测试fzh名称",
"name" : "ReginfofName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "REGINFOFNAME",
"codeName" : "ReginfofName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "StuNO",
"logicName" : "学员编号",
"name" : "StuNO",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "STUNO",
"codeName" : "StuNO"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "ReginfofFilterDTO",
"name" : "ReginfofFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_REGINFOFID_EQ",
"logicName" : "学员登记信息测试fzh标识",
"name" : "N_REGINFOFID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_REGINFOFNAME_LIKE",
"logicName" : "学员登记信息测试fzh名称",
"name" : "N_REGINFOFNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "REGINFOFNAME",
"codeName" : "ReginfofName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -207,6 +537,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -216,6 +563,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestField" : "REGINFOFID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -227,6 +590,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -237,6 +616,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "REGINFOFID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -249,6 +640,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -259,6 +662,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -268,6 +688,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -311,6 +747,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -35,6 +35,19 @@
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -44,6 +57,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -53,6 +83,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestField" : "STUDENTID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -64,6 +110,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -74,6 +136,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "STUDENTID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -86,6 +160,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -96,6 +182,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -106,6 +209,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -192,11 +311,222 @@
"stdDataType" : 25,
"stringLength" : 100
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "StudentDTO",
"name" : "StudentDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "Address",
"logicName" : "地址",
"name" : "Address",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Age",
"logicName" : "年龄",
"name" : "Age",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"sourceType" : "DEFIELD",
"stdDataType" : 9,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CreateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "Department",
"logicName" : "单位",
"name" : "Department",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "Department"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field",
"logicName" : "属性",
"name" : "Field",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Name",
"logicName" : "姓名",
"name" : "Name",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "StudentId",
"logicName" : "学生标识",
"name" : "StudentId",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "StudentName",
"logicName" : "学生名称",
"name" : "StudentName",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "STUDENTNAME",
"codeName" : "StudentName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UpdateDate",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "StudentFilterDTO",
"name" : "StudentFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_STUDENTID_EQ",
"logicName" : "学生标识",
"name" : "N_STUDENTID_EQ",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_STUDENTNAME_LIKE",
"logicName" : "学生名称",
"name" : "N_STUDENTNAME_LIKE",
"orderValue" : 99999,
"getPSAppDEField" : {
"name" : "STUDENTNAME",
"codeName" : "StudentName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
......@@ -206,6 +536,23 @@
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -215,6 +562,22 @@
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestField" : "STUDENTID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
......@@ -226,6 +589,22 @@
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
......@@ -236,6 +615,18 @@
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "STUDENTID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
......@@ -248,6 +639,18 @@
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
......@@ -258,6 +661,23 @@
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
......@@ -267,6 +687,22 @@
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
......@@ -310,6 +746,14 @@
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
......
......@@ -43,6 +43,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -53,6 +69,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "PhoneId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -64,6 +96,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "PhoneId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -75,6 +119,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -87,6 +147,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -97,6 +170,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -106,6 +195,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -117,6 +218,22 @@
"modelref" : true,
"id" : "ByIPhone"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "FetchDefault",
......@@ -127,12 +244,36 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -155,6 +296,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -165,6 +322,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "ReginfoId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -176,6 +349,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "ReginfoId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -187,6 +372,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -199,6 +400,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -209,6 +423,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -218,6 +448,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -229,12 +471,36 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfoDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -257,6 +523,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -267,6 +549,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "BXDId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -278,6 +576,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "BXDId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -289,6 +599,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -301,6 +627,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -311,6 +650,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -320,6 +675,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -331,12 +698,36 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -359,6 +750,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/PRINT/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -369,6 +776,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/PRINT/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "PRINTId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -380,6 +803,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/PRINT/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "PRINTId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -391,6 +826,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/PRINT/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -403,6 +854,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/PRINT/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -413,6 +877,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/PRINT/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -422,6 +902,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/PRINT/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -433,12 +925,36 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PRINTDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -461,6 +977,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -471,6 +1003,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "BookId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -482,6 +1030,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "BookId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -493,6 +1053,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -505,6 +1081,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -515,6 +1104,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -524,6 +1129,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -535,6 +1152,22 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "FetchSimple",
......@@ -545,12 +1178,36 @@
"modelref" : true,
"id" : "Simple"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookSimpleDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -573,6 +1230,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BookType/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -583,6 +1256,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BookType/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "BookTypeId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -594,6 +1283,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BookType/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "BookTypeId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -605,6 +1306,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BookType/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -617,6 +1334,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BookType/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -627,6 +1357,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BookType/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -636,6 +1382,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BookType/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -647,12 +1405,36 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookTypeDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -675,6 +1457,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -685,6 +1483,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "ReginfofId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -696,6 +1510,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "ReginfofId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -707,6 +1533,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -719,6 +1561,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -729,6 +1584,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -738,6 +1609,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -749,12 +1632,36 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -777,6 +1684,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -787,6 +1710,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "RawMaterialId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -798,6 +1737,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "RawMaterialId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -809,6 +1760,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -821,6 +1788,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -831,6 +1811,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -840,6 +1836,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/RawMaterial/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -851,12 +1859,36 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "RawMaterialDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -879,6 +1911,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Create.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"noServiceCodeName" : true
}, {
......@@ -889,6 +1937,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Get.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "StudentId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -900,6 +1964,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Remove.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "StudentId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "DELETE",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -911,6 +1987,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Update.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"needResourceKey" : true,
"noServiceCodeName" : true
......@@ -923,6 +2015,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/CheckKey.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"requestMethod" : "POST"
}, {
"codeName" : "GetDraft",
......@@ -933,6 +2038,22 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/GetDraft.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"requestMethod" : "GET"
}, {
"codeName" : "Save",
......@@ -942,6 +2063,18 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"needResourceKey" : true
}, {
......@@ -953,12 +2086,36 @@
"modelref" : true,
"id" : "Default"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"requestMethod" : "POST"
} ],
"getPSDataEntity" : {
......@@ -984,5 +2141,6 @@
} ],
"serviceCodeName" : "TrainSys",
"serviceType" : "DEFAULT",
"enableServiceAPIDTO" : true,
"userLevel" : true
}
\ No newline at end of file
......@@ -438,6 +438,19 @@
"modelref" : true,
"path" : "PSMODULES/common/PSSUBSYSSERVICEAPIS/SubSysAPI.json"
} ],
"getAllPSSysBackServices" : [ {
"modelref" : true,
"path" : "PSSYSBACKSERVICES/DENotifyDeamon.json"
}, {
"modelref" : true,
"path" : "PSSYSBACKSERVICES/SysDataSyncAgentDeamon.json"
}, {
"modelref" : true,
"path" : "PSSYSBACKSERVICES/WFCallbackDeamon.json"
}, {
"modelref" : true,
"path" : "PSSYSBACKSERVICES/SysAdminDeamon.json"
} ],
"getAllPSSysDBSchemes" : [ {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
......@@ -668,6 +681,7 @@
"pKGCodeName" : "cn.ibizlab.trainsys",
"versionString" : "1.0.0.0",
"codeMode" : true,
"enableModelRT" : true,
"mainPSSysSFPub" : true,
"pubModel" : true
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册