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

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

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