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

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

上级 831c96e7
...@@ -4,6 +4,20 @@ ...@@ -4,6 +4,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Usr04118868GridExpView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Usr04118868GridExpView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -19,9 +33,42 @@ ...@@ -19,9 +33,42 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "song实体表格导航_表格", "logicName" : "song实体表格导航_表格",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr04119448EditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
...@@ -208,14 +255,28 @@ ...@@ -208,14 +255,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
......
...@@ -52,6 +52,15 @@ ...@@ -52,6 +52,15 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:DEFAULT",
"realTitle" : "动态代码表刷新编辑器",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr04119448EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "gridexpbar" "id" : "gridexpbar"
...@@ -67,6 +76,20 @@ ...@@ -67,6 +76,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Usr04118868GridExpView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Usr04118868GridExpView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -82,9 +105,42 @@ ...@@ -82,9 +105,42 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "song实体表格导航_表格", "logicName" : "song实体表格导航_表格",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr04119448EditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
...@@ -358,14 +414,28 @@ ...@@ -358,14 +414,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -427,7 +497,6 @@ ...@@ -427,7 +497,6 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"refFlag" : false,
"sideBarLayout" : "LEFT", "sideBarLayout" : "LEFT",
"title" : "song实体表格导航", "title" : "song实体表格导航",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
......
...@@ -430,6 +430,7 @@ ...@@ -430,6 +430,7 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"refFlag" : false,
"sideBarLayout" : "LEFT", "sideBarLayout" : "LEFT",
"title" : "动态代码表刷新", "title" : "动态代码表刷新",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
......
...@@ -3673,7 +3673,7 @@ ...@@ -3673,7 +3673,7 @@
"openMode" : "INDEXVIEWTAB", "openMode" : "INDEXVIEWTAB",
"getPSAppView" : { "getPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr04114651GridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongUsr04118868GridExpView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEGRIDEXPVIEW"
} }
}, { }, {
...@@ -62069,17 +62069,20 @@ ...@@ -62069,17 +62069,20 @@
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "动态代码表刷新", "getCapPSLanguageRes" : {
"codeName" : "TESTUsr04114651GridExpView", "lanResTag" : "DE.LNAME.SONG"
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr04114651GridExpView.json", },
"name" : "TESTUsr04114651GridExpView", "caption" : "song实体表格导航",
"codeName" : "SongUsr04118868GridExpView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongUsr04118868GridExpView.json",
"name" : "SongUsr04118868GridExpView",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSAppModule" : { "getPSAppModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
}, },
"getPSAppViewEngines" : [ { "getPSAppViewEngines" : [ {
"engineCat" : "VIEW", "engineCat" : "VIEW",
...@@ -62111,12 +62114,12 @@ ...@@ -62111,12 +62114,12 @@
} }
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Usr04114651GridExpViewgridexpbar", "codeName" : "Usr04118868GridExpViewgridexpbar",
"controlType" : "GRIDEXPBAR", "controlType" : "GRIDEXPBAR",
"name" : "gridexpbar", "name" : "gridexpbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EXPITEM:DEFAULT", "name" : "EXPITEM:DEFAULT",
...@@ -62138,11 +62141,25 @@ ...@@ -62138,11 +62141,25 @@
}, },
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Usr04114651GridExpView_Grid", "codeName" : "Usr04118868GridExpView_Grid",
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr04114651GridExpView_Grid.json", "getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Usr04118868GridExpView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch", "id" : "fetch",
...@@ -62154,12 +62171,40 @@ ...@@ -62154,12 +62171,40 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "动态代码表刷新_表格", "logicName" : "song实体表格导航_表格",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr04119448EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr04119448EditView.json",
...@@ -62167,7 +62212,7 @@ ...@@ -62167,7 +62212,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
...@@ -62181,7 +62226,7 @@ ...@@ -62181,7 +62226,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, { }, {
"actionName" : "Create", "actionName" : "Create",
...@@ -62194,7 +62239,7 @@ ...@@ -62194,7 +62239,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, { }, {
"actionName" : "Update", "actionName" : "Update",
...@@ -62207,7 +62252,7 @@ ...@@ -62207,7 +62252,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, { }, {
"actionName" : "Remove", "actionName" : "Remove",
...@@ -62220,7 +62265,7 @@ ...@@ -62220,7 +62265,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, { }, {
"actionName" : "GetDraft", "actionName" : "GetDraft",
...@@ -62233,7 +62278,7 @@ ...@@ -62233,7 +62278,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, { }, {
"actionType" : "DEDATASET", "actionType" : "DEDATASET",
...@@ -62244,7 +62289,7 @@ ...@@ -62244,7 +62289,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
} ], } ],
"userDRAction" : "READ", "userDRAction" : "READ",
...@@ -62267,23 +62312,22 @@ ...@@ -62267,23 +62312,22 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "gridexpbar_grid" "id" : "gridexpbar_grid"
}, },
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEGridColumns" : [ { "getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"caption" : "测试实体名称", "getCapPSLanguageRes" : {
"codeName" : "testname", "lanResTag" : "DEF.LNAME.SONGNAME"
},
"caption" : "歌曲名称",
"codeName" : "songname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "testname", "dataItemName" : "songname",
"excelCaption" : "测试实体名称", "excelCaption" : "歌曲名称",
"name" : "testname", "name" : "songname",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "SONGNAME",
"codeName" : "TESTName" "codeName" : "SongName"
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
...@@ -62291,6 +62335,9 @@ ...@@ -62291,6 +62335,9 @@
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"caption" : "更新人", "caption" : "更新人",
"codeName" : "updateman", "codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -62312,6 +62359,9 @@ ...@@ -62312,6 +62359,9 @@
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE"
},
"caption" : "更新时间", "caption" : "更新时间",
"codeName" : "updatedate", "codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -62330,20 +62380,20 @@ ...@@ -62330,20 +62380,20 @@
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"caption" : "属性21", "caption" : "属性",
"codeName" : "field21", "codeName" : "field1",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field21", "dataItemName" : "field1",
"excelCaption" : "属性21", "excelCaption" : "属性",
"name" : "field21", "name" : "field1",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__UsrCodeList0411260431.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__UsrCodeList0411260431.json"
}, },
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "FIELD21", "name" : "FIELD1",
"codeName" : "FIELD21" "codeName" : "FIELD1"
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
...@@ -62351,10 +62401,10 @@ ...@@ -62351,10 +62401,10 @@
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25, "dataType" : 25,
"name" : "testname", "name" : "songname",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "SONGNAME",
"codeName" : "TESTName" "codeName" : "SongName"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
...@@ -62373,43 +62423,43 @@ ...@@ -62373,43 +62423,43 @@
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "field21", "name" : "field1",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "FIELD21", "name" : "FIELD1",
"codeName" : "FIELD21" "codeName" : "FIELD1"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTID", "name" : "SONGID",
"codeName" : "TESTId" "codeName" : "SongId"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfdataaccaction", "name" : "srfdataaccaction",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTID", "name" : "SONGID",
"codeName" : "TESTId" "codeName" : "SongId"
}, },
"dataAccessAction" : true "dataAccessAction" : true
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "SONGNAME",
"codeName" : "TESTName" "codeName" : "SongName"
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "测试实体标识", "caption" : "歌曲标识",
"codeName" : "srfkey", "codeName" : "srfkey",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"name" : "srfkey", "name" : "srfkey",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTID", "name" : "SONGID",
"codeName" : "TESTId" "codeName" : "SongId"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "HIDDEN", "editorType" : "HIDDEN",
...@@ -62429,38 +62479,52 @@ ...@@ -62429,38 +62479,52 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
"singleSelect" : false, "singleSelect" : false,
"name" : "gridexpbar_grid", "name" : "gridexpbar_grid",
"modelid" : "11CC1DF4-700D-4534-9492-AA87C630A551", "modelid" : "751C4B44-FF8D-4CE4-931C-2DE6BF20555E",
"modeltype" : "PSDEGRID" "modeltype" : "PSDEGRID"
} ], } ],
"xDataControlName" : "gridexpbar_grid", "xDataControlName" : "gridexpbar_grid",
"enableCounter" : true, "enableCounter" : true,
"enableSearch" : false, "enableSearch" : false,
"showTitleBar" : true, "showTitleBar" : true,
"modelid" : "74658c4a3063e67591991976cad26778_gridexpbar", "modelid" : "2b2b1d89071abc72c2e473946f44a412_gridexpbar",
"modeltype" : "PSEXPBAR" "modeltype" : "PSEXPBAR"
}, { }, {
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"name" : "searchbar", "name" : "searchbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "searchbar" "id" : "searchbar"
...@@ -62473,18 +62537,21 @@ ...@@ -62473,18 +62537,21 @@
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false "mobileSearchBar" : false
}, { }, {
"caption" : "动态代码表刷新", "getCapPSLanguageRes" : {
"codeName" : "Usr04114651GridExpViewcaptionbar", "lanResTag" : "DE.LNAME.SONG"
},
"caption" : "song实体表格导航",
"codeName" : "Usr04118868GridExpViewcaptionbar",
"controlType" : "CAPTIONBAR", "controlType" : "CAPTIONBAR",
"name" : "captionbar", "name" : "captionbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSControlParam" : { } "getPSControlParam" : { }
} ], } ],
"getPSDEViewCodeName" : "Usr04114651GridExpView", "getPSDEViewCodeName" : "Usr04118868GridExpView",
"getPSDEViewId" : "7BB9AD0E-877D-4365-8C01-2A73F38895B6", "getPSDEViewId" : "BCC4ECF6-F4E5-44AB-9D40-4246F59E0500",
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDEXPVIEW", "controlStyle" : "APPDEGRIDEXPVIEW",
...@@ -62492,7 +62559,7 @@ ...@@ -62492,7 +62559,7 @@
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSControlParam" : { }, "getPSControlParam" : { },
"layoutBodyOnly" : true, "layoutBodyOnly" : true,
...@@ -62500,7 +62567,7 @@ ...@@ -62500,7 +62567,7 @@
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"sideBarLayout" : "LEFT", "sideBarLayout" : "LEFT",
"title" : "动态代码表刷新", "title" : "song实体表格导航",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DEGRIDEXPVIEW", "viewType" : "DEGRIDEXPVIEW",
"enableDP" : true, "enableDP" : true,
...@@ -62508,7 +62575,7 @@ ...@@ -62508,7 +62575,7 @@
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableSearch" : true, "enableSearch" : true,
"showDataInfoBar" : true, "showDataInfoBar" : true,
"modelid" : "74658c4a3063e67591991976cad26778", "modelid" : "2b2b1d89071abc72c2e473946f44a412",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
} ], } ],
"getPSAppDataEntities" : [ { "getPSAppDataEntities" : [ {
...@@ -87430,80 +87497,1291 @@ ...@@ -87430,80 +87497,1291 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss" "valueFormat" : "YYYY-MM-DD HH:mm:ss"
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"name" : "[UPDATEMAN][更新人]移动端默认", "name" : "[UPDATEMAN][更新人]移动端默认",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[UPDATEMAN][更新人]移动端默认",
"stringLength" : 60,
"uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[UPDATEMAN][更新人]",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[UPDATEMAN][更新人]",
"stringLength" : 60,
"uIMode" : "DEFAULT",
"allowEmpty" : false
},
"type" : "DEFAULT"
} ],
"codeName" : "UpdateMan",
"getLNPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"logicName" : "更新人",
"name" : "UPDATEMAN",
"stdDataType" : 25,
"stringLength" : 60
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "CityDTO",
"name" : "CityDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "Num",
"logicName" : "人数",
"name" : "Num",
"getPSAppDEField" : {
"name" : "NUM",
"codeName" : "Num"
},
"sourceType" : "DEFIELD",
"stdDataType" : 9,
"type" : "SIMPLE"
}, {
"codeName" : "CityId",
"logicName" : "城市标识",
"name" : "CityId",
"getPSAppDEField" : {
"name" : "CITYID",
"codeName" : "CityId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CityName",
"logicName" : "城市名称",
"name" : "CityName",
"getPSAppDEField" : {
"name" : "CITYNAME",
"codeName" : "CityName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "建立时间",
"name" : "CreateDate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "更新时间",
"name" : "UpdateDate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "CityFilterDTO",
"name" : "CityFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_CITYID_EQ",
"logicName" : "城市标识",
"name" : "N_CITYID_EQ",
"getPSAppDEField" : {
"name" : "CITYID",
"codeName" : "CityId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_CITYNAME_LIKE",
"logicName" : "城市名称",
"name" : "N_CITYNAME_LIKE",
"getPSAppDEField" : {
"name" : "CITYNAME",
"codeName" : "CityName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/CheckKey.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Create.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Create"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
"noServiceCodeName" : true
}, {
"actionMode" : "READ",
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "CITYID",
"codeName" : "CityId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Get.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Get"
},
"requestField" : "CITYID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "GETDRAFT",
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/GetDraft.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
"builtinMethod" : false
}, {
"actionMode" : "DELETE",
"batchActionMode" : 1,
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "CITYID",
"codeName" : "CityId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Remove.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Remove"
},
"requestField" : "CITYID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
"builtinMethod" : false,
"enableBatchAction" : true,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "UNKNOWN",
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Save"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Update.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "UPDATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Update"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"codeName" : "FetchDefault",
"dataSetName" : "DEFAULT",
"dataSetTag" : "Default",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "CityDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Default"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FilterCreate",
"methodType" : "FILTERACTION",
"name" : "FILTERCREATE",
"builtinMethod" : true
}, {
"codeName" : "FilterFetch",
"methodType" : "FILTERACTION",
"name" : "FILTERFETCH",
"builtinMethod" : true
}, {
"codeName" : "FilterGet",
"methodType" : "FILTERACTION",
"name" : "FILTERGET",
"builtinMethod" : true
}, {
"codeName" : "FilterGetDraft",
"methodType" : "FILTERACTION",
"name" : "FILTERGETDRAFT",
"builtinMethod" : true
}, {
"codeName" : "FilterRemove",
"methodType" : "FILTERACTION",
"name" : "FILTERREMOVE",
"builtinMethod" : true
}, {
"codeName" : "FilterSearch",
"methodType" : "FILTERACTION",
"name" : "FILTERSEARCH",
"builtinMethod" : true
}, {
"codeName" : "FilterUpdate",
"methodType" : "FILTERACTION",
"name" : "FILTERUPDATE",
"builtinMethod" : true
}, {
"codeName" : "Select",
"methodType" : "SELECT",
"name" : "Select",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Select"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/select",
"builtinMethod" : false
} ],
"getAllPSAppViews" : [ {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/cityEditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/cityGridView.json",
"viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/citypeopleSelexcEditView.json",
"viewType" : "DEEDITVIEW"
} ],
"getAllPSDEOPPrivs" : [ {
"logicName" : "建立",
"name" : "CREATE"
}, {
"logicName" : "删除",
"name" : "DELETE"
}, {
"logicName" : "读取",
"name" : "READ"
}, {
"logicName" : "更新",
"name" : "UPDATE"
} ],
"codeName" : "City",
"dEAPICodeName" : "city",
"dEAPICodeName2" : "cities",
"dEAPITag" : "CITY",
"dataAccCtrlArch" : 1,
"dataAccCtrlMode" : 1,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/City.json",
"enableUIActions" : 15,
"getKeyPSAppDEField" : {
"name" : "CITYID",
"codeName" : "CityId"
},
"getLNPSLanguageRes" : {
"lanResTag" : "DE.LNAME.CITY"
},
"logicName" : "城市",
"getMajorPSAppDEField" : {
"name" : "CITYNAME",
"codeName" : "CityName"
},
"name" : "CITY",
"getPSDEName" : "CITY",
"getPSDEServiceAPI" : {
"modelref" : true,
"id" : "City"
},
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City.json"
},
"getPSSysServiceAPI" : {
"modelref" : true,
"path" : "PSSYSSERVICEAPIS/TrainSys.json"
},
"getQuickSearchPSAppDEFields" : [ {
"name" : "CITYNAME",
"codeName" : "CityName"
} ],
"storageMode" : 0,
"sysAPITag" : "TrainSys",
"defaultMode" : true,
"enableFilterActions" : true,
"enableUICreate" : true,
"enableUIModify" : true,
"enableUIRemove" : true,
"enableWFActions" : false,
"major" : true
}, {
"getAllPSAppDEACModes" : [ {
"codeName" : "Default",
"logicName" : "DEFAULT",
"name" : "DEFAULT",
"getPSDEACModeDataItems" : [ {
"dataType" : 25,
"name" : "value",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "text",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
} ],
"pagingSize" : 50,
"getTextPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"getValuePSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"defaultMode" : true,
"enablePagingBar" : false
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionName" : "cc",
"codeName" : "Cc",
"methodType" : "DEACTION",
"name" : "Cc",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "NONE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Cc"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/cc",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/CheckKey.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Create.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Create"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
"noServiceCodeName" : true
}, {
"actionMode" : "READ",
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Get.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Get"
},
"requestField" : "SONGID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "GETDRAFT",
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/GetDraft.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"requestMethod" : "GET",
"requestParamType" : "NONE",
"requestPath" : "/getdraft",
"builtinMethod" : false
}, {
"actionMode" : "DELETE",
"batchActionMode" : 1,
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Remove.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Remove"
},
"requestField" : "SONGID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
"builtinMethod" : false,
"enableBatchAction" : true,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "UNKNOWN",
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Save.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Save"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Update.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "UPDATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Update"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
} ],
"getAllPSAppDEDataSets" : [ {
"codeName" : "FetchDefault",
"dataSetName" : "DEFAULT",
"dataSetTag" : "Default",
"methodType" : "FETCH",
"name" : "FetchDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Default"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[LANGUAGE][语言]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "DROPDOWNLIST",
"name" : "[LANGUAGE][语言]",
"stringLength" : 60,
"uIMode" : "DEFAULT",
"needCodeListConfig" : true
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[LANGUAGE][语言]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBDROPDOWNLIST",
"name" : "[LANGUAGE][语言]移动端默认",
"stringLength" : 60,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true,
"needCodeListConfig" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Language",
"logicName" : "语言",
"name" : "LANGUAGE",
"stdDataType" : 25,
"stringLength" : 60
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[FIELD1][属性]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[FIELD1][属性]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[FIELD1][属性]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[FIELD1][属性]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "FIELD1",
"logicName" : "属性",
"name" : "FIELD1",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[SONGNAME][歌曲名称]",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGNAME"
},
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[SONGNAME][歌曲名称]",
"stringLength" : 200,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[SONGNAME][歌曲名称]移动端默认",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGNAME"
},
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[SONGNAME][歌曲名称]移动端默认",
"stringLength" : 200,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "SongName",
"getLNPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGNAME"
},
"logicName" : "歌曲名称",
"name" : "SONGNAME",
"stdDataType" : 25,
"stringLength" : 200,
"enableQuickSearch" : true,
"majorField" : true
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[SONGID][歌曲标识]",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGID"
},
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[SONGID][歌曲标识]",
"stringLength" : 100,
"uIMode" : "DEFAULT",
"allowEmpty" : false
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[SONGID][歌曲标识]移动端默认",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGID"
},
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[SONGID][歌曲标识]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "SongId",
"getLNPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGID"
},
"logicName" : "歌曲标识",
"name" : "SONGID",
"stdDataType" : 25,
"stringLength" : 100,
"keyField" : true
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[CREATEDATE][建立时间]",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE"
},
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[CREATEDATE][建立时间]",
"uIMode" : "DEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[CREATEDATE][建立时间]移动端默认",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE"
},
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[CREATEDATE][建立时间]移动端默认",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "CreateDate",
"getLNPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE"
},
"logicName" : "建立时间",
"name" : "CREATEDATE",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD HH:mm:ss"
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[UPDATEMAN][更新人]移动端默认",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[UPDATEMAN][更新人]移动端默认",
"stringLength" : 60,
"uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[UPDATEMAN][更新人]",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[UPDATEMAN][更新人]",
"stringLength" : 60,
"uIMode" : "DEFAULT",
"allowEmpty" : false
},
"type" : "DEFAULT"
} ],
"codeName" : "UpdateMan",
"getLNPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"logicName" : "更新人",
"name" : "UPDATEMAN",
"stdDataType" : 25,
"stringLength" : 60
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[UPDATEDATE][更新时间]移动端默认",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE"
},
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[UPDATEDATE][更新时间]移动端默认",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[UPDATEDATE][更新时间]",
"getPSDEFFormItem" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE"
},
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[UPDATEDATE][更新时间]",
"uIMode" : "DEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false
},
"type" : "DEFAULT"
} ],
"codeName" : "UpdateDate",
"getLNPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE"
},
"logicName" : "更新时间",
"name" : "UPDATEDATE",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD HH:mm:ss"
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[CREATEMAN][建立人]",
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN" "lanResTag" : "DEF.LNAME.CREATEMAN"
}, },
"codeName" : "MobileDefault", "codeName" : "Default",
"editorType" : "SPAN", "editorType" : "SPAN",
"name" : "[UPDATEMAN][更新人]移动端默认", "name" : "[CREATEMAN][建立人]",
"stringLength" : 60, "stringLength" : 60,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "DEFAULT",
"allowEmpty" : false, "allowEmpty" : false
"mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "DEFAULT"
"mobileMode" : true
}, { }, {
"codeName" : "Default", "codeName" : "MobileDefault",
"name" : "[UPDATEMAN][更新人]", "name" : "[CREATEMAN][建立人]移动端默认",
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN" "lanResTag" : "DEF.LNAME.CREATEMAN"
}, },
"codeName" : "Default", "codeName" : "MobileDefault",
"editorType" : "SPAN", "editorType" : "SPAN",
"name" : "[UPDATEMAN][更新人]", "name" : "[CREATEMAN][建立人]移动端默认",
"stringLength" : 60, "stringLength" : 60,
"uIMode" : "DEFAULT", "uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false "allowEmpty" : false,
"mobileMode" : true
}, },
"type" : "DEFAULT" "type" : "MOBILEDEFAULT",
"mobileMode" : true
} ], } ],
"codeName" : "UpdateMan", "codeName" : "CreateMan",
"getLNPSLanguageRes" : { "getLNPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN" "lanResTag" : "DEF.LNAME.CREATEMAN"
}, },
"logicName" : "更新人", "logicName" : "建立人",
"name" : "UPDATEMAN", "name" : "CREATEMAN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60
} ], } ],
"getAllPSAppDEMethodDTOs" : [ { "getAllPSAppDEMethodDTOs" : [ {
"codeName" : "CityDTO", "codeName" : "SongDTO",
"name" : "CityDTO", "name" : "SongDTO",
"getPSAppDEMethodDTOFields" : [ { "getPSAppDEMethodDTOFields" : [ {
"codeName" : "Num", "codeName" : "Language",
"logicName" : "人数", "logicName" : "语言",
"name" : "Num", "name" : "Language",
"getPSAppDEField" : {
"name" : "NUM",
"codeName" : "Num"
},
"sourceType" : "DEFIELD",
"stdDataType" : 9,
"type" : "SIMPLE"
}, {
"codeName" : "CityId",
"logicName" : "城市标识",
"name" : "CityId",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CITYID", "name" : "LANGUAGE",
"codeName" : "CityId" "codeName" : "Language"
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE", "type" : "SIMPLE"
"allowEmpty" : false
}, { }, {
"codeName" : "CityName", "codeName" : "FIELD1",
"logicName" : "城市名称", "logicName" : "属性",
"name" : "CityName", "name" : "FIELD1",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CITYNAME", "name" : "FIELD1",
"codeName" : "CityName" "codeName" : "FIELD1"
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -87533,6 +88811,29 @@ ...@@ -87533,6 +88811,29 @@
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false "allowEmpty" : false
}, {
"codeName" : "SongId",
"logicName" : "歌曲标识",
"name" : "SongId",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "SongName",
"logicName" : "歌曲名称",
"name" : "SongName",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"codeName" : "UpdateDate", "codeName" : "UpdateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -87562,26 +88863,37 @@ ...@@ -87562,26 +88863,37 @@
"sourceType" : "DE", "sourceType" : "DE",
"type" : "DEFAULT" "type" : "DEFAULT"
}, { }, {
"codeName" : "CityFilterDTO", "codeName" : "SongFilterDTO",
"name" : "CityFilterDTO", "name" : "SongFilterDTO",
"getPSAppDEMethodDTOFields" : [ { "getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_CITYID_EQ", "codeName" : "N_LANGUAGE_EQ",
"logicName" : "城市标识", "logicName" : "语言",
"name" : "N_CITYID_EQ", "name" : "N_LANGUAGE_EQ",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CITYID", "name" : "LANGUAGE",
"codeName" : "CityId" "codeName" : "Language"
}, },
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE"
}, { }, {
"codeName" : "N_CITYNAME_LIKE", "codeName" : "N_SONGID_EQ",
"logicName" : "城市名称", "logicName" : "歌曲标识",
"name" : "N_CITYNAME_LIKE", "name" : "N_SONGID_EQ",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CITYNAME", "name" : "SONGID",
"codeName" : "CityName" "codeName" : "SongId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_SONGNAME_LIKE",
"logicName" : "歌曲名称",
"name" : "N_SONGNAME_LIKE",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}, },
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -87591,6 +88903,41 @@ ...@@ -87591,6 +88903,41 @@
"type" : "DEFILTER" "type" : "DEFILTER"
} ], } ],
"getAllPSAppDEMethods" : [ { "getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionName" : "cc",
"codeName" : "Cc",
"methodType" : "DEACTION",
"name" : "Cc",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "NONE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Cc"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/cc",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY", "actionMode" : "CHECKKEY",
"codeName" : "CheckKey", "codeName" : "CheckKey",
"methodType" : "DEACTION", "methodType" : "DEACTION",
...@@ -87599,7 +88946,7 @@ ...@@ -87599,7 +88946,7 @@
"name" : "输入对象", "name" : "输入对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -87610,7 +88957,7 @@ ...@@ -87610,7 +88957,7 @@
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/CheckKey.json" "path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/CheckKey.json"
}, },
"getPSDEOPPriv" : { "getPSDEOPPriv" : {
"modelref" : true, "modelref" : true,
...@@ -87633,7 +88980,7 @@ ...@@ -87633,7 +88980,7 @@
"name" : "输入对象", "name" : "输入对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO", "type" : "DTO",
"output" : true "output" : true
...@@ -87642,13 +88989,13 @@ ...@@ -87642,13 +88989,13 @@
"name" : "返回对象", "name" : "返回对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Create.json" "path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Create.json"
}, },
"getPSDEOPPriv" : { "getPSDEOPPriv" : {
"modelref" : true, "modelref" : true,
...@@ -87669,8 +89016,8 @@ ...@@ -87669,8 +89016,8 @@
"name" : "Get", "name" : "Get",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : { "getKeyPSAppDEField" : {
"name" : "CITYID", "name" : "SONGID",
"codeName" : "CityId" "codeName" : "SongId"
}, },
"name" : "输入对象", "name" : "输入对象",
"type" : "KEYFIELD" "type" : "KEYFIELD"
...@@ -87679,13 +89026,13 @@ ...@@ -87679,13 +89026,13 @@
"name" : "返回对象", "name" : "返回对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Get.json" "path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Get.json"
}, },
"getPSDEOPPriv" : { "getPSDEOPPriv" : {
"modelref" : true, "modelref" : true,
...@@ -87695,7 +89042,7 @@ ...@@ -87695,7 +89042,7 @@
"modelref" : true, "modelref" : true,
"id" : "Get" "id" : "Get"
}, },
"requestField" : "CITYID", "requestField" : "SONGID",
"requestMethod" : "GET", "requestMethod" : "GET",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"builtinMethod" : false, "builtinMethod" : false,
...@@ -87710,7 +89057,7 @@ ...@@ -87710,7 +89057,7 @@
"name" : "输入对象", "name" : "输入对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -87718,13 +89065,13 @@ ...@@ -87718,13 +89065,13 @@
"name" : "返回对象", "name" : "返回对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/GetDraft.json" "path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/GetDraft.json"
}, },
"getPSDEOPPriv" : { "getPSDEOPPriv" : {
"modelref" : true, "modelref" : true,
...@@ -87746,8 +89093,8 @@ ...@@ -87746,8 +89093,8 @@
"name" : "Remove", "name" : "Remove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : { "getKeyPSAppDEField" : {
"name" : "CITYID", "name" : "SONGID",
"codeName" : "CityId" "codeName" : "SongId"
}, },
"name" : "输入对象", "name" : "输入对象",
"type" : "KEYFIELDS" "type" : "KEYFIELDS"
...@@ -87758,7 +89105,7 @@ ...@@ -87758,7 +89105,7 @@
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Remove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Remove.json"
}, },
"getPSDEOPPriv" : { "getPSDEOPPriv" : {
"modelref" : true, "modelref" : true,
...@@ -87768,7 +89115,7 @@ ...@@ -87768,7 +89115,7 @@
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "Remove"
}, },
"requestField" : "CITYID", "requestField" : "SONGID",
"requestMethod" : "DELETE", "requestMethod" : "DELETE",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"builtinMethod" : false, "builtinMethod" : false,
...@@ -87784,7 +89131,7 @@ ...@@ -87784,7 +89131,7 @@
"name" : "输入对象", "name" : "输入对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -87794,7 +89141,7 @@ ...@@ -87794,7 +89141,7 @@
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Save.json" "path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Save.json"
}, },
"getPSDEServiceAPIMethod" : { "getPSDEServiceAPIMethod" : {
"modelref" : true, "modelref" : true,
...@@ -87814,7 +89161,7 @@ ...@@ -87814,7 +89161,7 @@
"name" : "输入对象", "name" : "输入对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO", "type" : "DTO",
"output" : true "output" : true
...@@ -87823,13 +89170,13 @@ ...@@ -87823,13 +89170,13 @@
"name" : "返回对象", "name" : "返回对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City/PSDEACTIONS/Update.json" "path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Update.json"
}, },
"getPSDEOPPriv" : { "getPSDEOPPriv" : {
"modelref" : true, "modelref" : true,
...@@ -87854,7 +89201,7 @@ ...@@ -87854,7 +89201,7 @@
"name" : "输入对象", "name" : "输入对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityFilterDTO" "id" : "SongFilterDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -87862,7 +89209,7 @@ ...@@ -87862,7 +89209,7 @@
"name" : "返回对象", "name" : "返回对象",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "CityDTO" "id" : "SongDTO"
}, },
"type" : "PAGE" "type" : "PAGE"
}, },
...@@ -87942,18 +89289,88 @@ ...@@ -87942,18 +89289,88 @@
"requestPath" : "/select", "requestPath" : "/select",
"builtinMethod" : false "builtinMethod" : false
} ], } ],
"getAllPSAppDEUIActions" : [ {
"actionTarget" : "NONE",
"caption" : "cc",
"codeName" : "cc",
"fullCodeName" : "Song_cc",
"name" : "cc",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Cc"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "cc",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "cc@Song"
}, {
"actionTarget" : "MULTIKEY",
"caption" : "修改语言",
"codeName" : "update_lang",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongupdatelangView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Song_update_lang",
"name" : "修改语言",
"getNextPSUIAction" : {
"modelref" : true,
"id" : "Refresh"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "update_lang",
"uIActionType" : "DEUIACTION",
"id" : "update_lang@Song"
} ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/cityEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongUsr04118868GridExpView.json",
"viewType" : "DEGRIDEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongPickupView.json",
"viewType" : "DEPICKUPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/cityGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongGridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/citypeopleSelexcEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongPickupGridView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEPICKUPGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongupdatelangView.json",
"viewType" : "DEOPTVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView2.json",
"viewType" : "DEEDITVIEW2"
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
...@@ -87968,43 +89385,43 @@ ...@@ -87968,43 +89385,43 @@
"logicName" : "更新", "logicName" : "更新",
"name" : "UPDATE" "name" : "UPDATE"
} ], } ],
"codeName" : "City", "codeName" : "Song",
"dEAPICodeName" : "city", "dEAPICodeName" : "song",
"dEAPICodeName2" : "cities", "dEAPICodeName2" : "songs",
"dEAPITag" : "CITY", "dEAPITag" : "SONG",
"dataAccCtrlArch" : 1, "dataAccCtrlArch" : 1,
"dataAccCtrlMode" : 1, "dataAccCtrlMode" : 1,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/City.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json",
"enableUIActions" : 15, "enableUIActions" : 15,
"getKeyPSAppDEField" : { "getKeyPSAppDEField" : {
"name" : "CITYID", "name" : "SONGID",
"codeName" : "CityId" "codeName" : "SongId"
}, },
"getLNPSLanguageRes" : { "getLNPSLanguageRes" : {
"lanResTag" : "DE.LNAME.CITY" "lanResTag" : "DE.LNAME.SONG"
}, },
"logicName" : "城市", "logicName" : "歌曲",
"getMajorPSAppDEField" : { "getMajorPSAppDEField" : {
"name" : "CITYNAME", "name" : "SONGNAME",
"codeName" : "CityName" "codeName" : "SongName"
}, },
"name" : "CITY", "name" : "SONG",
"getPSDEName" : "CITY", "getPSDEName" : "SONG",
"getPSDEServiceAPI" : { "getPSDEServiceAPI" : {
"modelref" : true, "modelref" : true,
"id" : "City" "id" : "Song"
}, },
"getPSDataEntity" : { "getPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/City.json" "path" : "PSMODULES/Test/PSDATAENTITIES/Song.json"
}, },
"getPSSysServiceAPI" : { "getPSSysServiceAPI" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSSERVICEAPIS/TrainSys.json" "path" : "PSSYSSERVICEAPIS/TrainSys.json"
}, },
"getQuickSearchPSAppDEFields" : [ { "getQuickSearchPSAppDEFields" : [ {
"name" : "CITYNAME", "name" : "SONGNAME",
"codeName" : "CityName" "codeName" : "SongName"
} ], } ],
"storageMode" : 0, "storageMode" : 0,
"sysAPITag" : "TrainSys", "sysAPITag" : "TrainSys",
...@@ -88014,7 +89431,43 @@ ...@@ -88014,7 +89431,43 @@
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : false,
"major" : true "major" : true,
"getAllPSAppDEUIActionGroups" : [ {
"codeName" : "Usr1222188930",
"name" : "测试表格支持行编辑列行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"uniqueTag" : "Song__Usr1222188930",
"getPSUIActionGroupDetails" : [ {
"caption" : "刷新",
"detailType" : "DEUIACTION",
"name" : "u1022215",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true,
"getPSUIAction" : {
"modelref" : true,
"id" : "Refresh"
}
}, {
"caption" : "界面行为支持获取编辑列",
"detailType" : "DEUIACTION",
"name" : "u0c5beca",
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true,
"getPSUIAction" : {
"modelref" : true,
"id" : "GET_EDITOR_COLUMN"
}
} ]
} ]
} ] } ]
}, },
"getUserParam" : { "getUserParam" : {
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册