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

fangzhihao 部署微服务接口 [TrainSys,默认服务接口]

上级 91e09813
......@@ -55,6 +55,14 @@
git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/
mvn clean package -Ptrainsys
mvn install -Ptrainsys
cd trainsys-provider
sed -i "s#dstimage#$para5#g" pom.xml
sed -i "s#dstimage#$para5#g" src/main/docker/trainsys-provider-trainsys.yaml
mvn -Ptrainsys docker:build
mvn -Ptrainsys docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/trainsys-provider-trainsys.yaml ebsx --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
......
......@@ -210,4 +210,70 @@
</createTable>
</changeSet>
<!--输出实体[T_REGINFOF]数据结构 -->
<changeSet author="root" id="T_REGINFOF">
<createTable tableName="T_REGINFOF" remarks="学员登记信息测试fzh">
<column name="ADDRESS" remarks="家庭住址" type="VARCHAR(100)">
</column>
<column name="AGE" remarks="年龄" type="VARCHAR(100)">
</column>
<column name="CREATEDATE" remarks="建立时间" type="DATETIME">
</column>
<column name="CREATEMAN" remarks="建立人" type="VARCHAR(60)">
</column>
<column name="DEPARTMENT" remarks="单位" type="VARCHAR(100)">
</column>
<column name="DEPTID" remarks="组织部门标识" type="VARCHAR(60)">
</column>
<column name="NAME" remarks="学员姓名" type="VARCHAR(100)">
</column>
<column name="ORGID" remarks="组织机构标识" type="VARCHAR(60)">
</column>
<column name="REGINFOFID" remarks="学员登记信息测试fzh标识" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_T_REGINFOF_REGINFOFID"/>
</column>
<column name="REGINFOFNAME" remarks="学员登记信息测试fzh名称" type="VARCHAR(200)">
</column>
<column name="STUNO" remarks="学员编号" type="VARCHAR(100)">
</column>
<column name="UPDATEDATE" remarks="更新时间" type="DATETIME">
</column>
<column name="UPDATEMAN" remarks="更新人" type="VARCHAR(60)">
</column>
</createTable>
</changeSet>
<!--输出实体[T_STUDENT]数据结构 -->
<changeSet author="root" id="T_STUDENT">
<createTable tableName="T_STUDENT" remarks="学生">
<column name="ADDRESS" remarks="地址" type="VARCHAR(100)">
</column>
<column name="AGE" remarks="年龄" type="INT">
</column>
<column name="CREATEDATE" remarks="建立时间" type="DATETIME">
</column>
<column name="CREATEMAN" remarks="建立人" type="VARCHAR(60)">
</column>
<column name="DEPARTMENT" remarks="单位" type="VARCHAR(100)">
</column>
<column name="DEPTID" remarks="组织部门标识" type="VARCHAR(60)">
</column>
<column name="FIELD" remarks="属性" type="VARCHAR(100)">
</column>
<column name="NAME" remarks="姓名" type="VARCHAR(100)">
</column>
<column name="ORGID" remarks="组织机构标识" type="VARCHAR(60)">
</column>
<column name="STUDENTID" remarks="学生标识" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_T_STUDENT_STUDENTID"/>
</column>
<column name="STUDENTNAME" remarks="学生名称" type="VARCHAR(200)">
</column>
<column name="UPDATEDATE" remarks="更新时间" type="DATETIME">
</column>
<column name="UPDATEMAN" remarks="更新人" type="VARCHAR(60)">
</column>
</createTable>
</changeSet>
</databaseChangeLog>
......@@ -50,7 +50,7 @@
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-144-3">
<changeSet author="root" id="tab-book-148-3">
<createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column>
......@@ -191,9 +191,75 @@
</createTable>
</changeSet>
<!--输出实体[REGINFOF]数据结构 -->
<changeSet author="root" id="tab-reginfof-26-8">
<createTable tableName="T_REGINFOF">
<column name="REGINFOFID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_REGINFOF"/>
</column>
<column name="REGINFOFNAME" remarks="" type="VARCHAR(200)">
</column>
<column name="UPDATEDATE" remarks="" type="DATETIME">
</column>
<column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column>
<column name="UPDATEMAN" remarks="" type="VARCHAR(60)">
</column>
<column name="CREATEDATE" remarks="" type="DATETIME">
</column>
<column name="ORGID" remarks="" type="VARCHAR(60)">
</column>
<column name="DEPTID" remarks="" type="VARCHAR(60)">
</column>
<column name="STUNO" remarks="" type="VARCHAR(100)">
</column>
<column name="NAME" remarks="" type="VARCHAR(100)">
</column>
<column name="DEPARTMENT" remarks="" type="VARCHAR(100)">
</column>
<column name="AGE" remarks="" type="VARCHAR(100)">
</column>
<column name="ADDRESS" remarks="" type="VARCHAR(100)">
</column>
</createTable>
</changeSet>
<!--输出实体[STUDENT]数据结构 -->
<changeSet author="root" id="tab-student-28-9">
<createTable tableName="T_STUDENT">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column>
<column name="UPDATEMAN" remarks="" type="VARCHAR(60)">
</column>
<column name="CREATEDATE" remarks="" type="DATETIME">
</column>
<column name="STUDENTID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_STUDENT"/>
</column>
<column name="UPDATEDATE" remarks="" type="DATETIME">
</column>
<column name="STUDENTNAME" remarks="" type="VARCHAR(200)">
</column>
<column name="ORGID" remarks="" type="VARCHAR(60)">
</column>
<column name="DEPTID" remarks="" type="VARCHAR(60)">
</column>
<column name="NAME" remarks="" type="VARCHAR(100)">
</column>
<column name="FIELD" remarks="" type="VARCHAR(100)">
</column>
<column name="AGE" remarks="" type="INT">
</column>
<column name="ADDRESS" remarks="" type="VARCHAR(100)">
</column>
<column name="DEPARTMENT" remarks="" type="VARCHAR(100)">
</column>
</createTable>
</changeSet>
<!--输出实体[BXDMX]外键关系 -->
<changeSet author="root" id="fk-bxdmx-31-8">
<changeSet author="root" id="fk-bxdmx-31-10">
<addForeignKeyConstraint baseColumnNames="BXDID" baseTableName="T_BXDMX" constraintName="F821DB7B87E31B879F" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="BXDID" referencedTableName="T_BXD" validate="true"/>
</changeSet>
......
......@@ -30,6 +30,12 @@
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo.json"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfof.json"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Student.json"
} ],
"codeName" : "common",
"dynaModelFilePath" : "PSMODULES/common.json",
......
{
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/CheckKey.json",
"logicName" : "CheckKey",
"name" : "CheckKey",
"getPSDEActionInput" : {
"name" : "CheckKeyInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Create.json",
"logicName" : "Create",
"name" : "Create",
"orderValue" : 1,
"getPSDEActionInput" : {
"name" : "CreateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "CreateResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Get.json",
"logicName" : "Get",
"name" : "Get",
"orderValue" : 31,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "GetResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/GetDraft.json",
"logicName" : "GetDraft",
"name" : "GetDraft",
"orderValue" : 41,
"getPSDEActionInput" : {
"name" : "GetDraftInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraftResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Remove.json",
"logicName" : "Remove",
"name" : "Remove",
"orderValue" : 21,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "REGINFOFID",
"codeName" : "ReginfofId"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "RemoveResult",
"type" : "VOID"
},
"batchAction" : true,
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Save.json",
"logicName" : "Save",
"name" : "Save",
"getPSDEActionInput" : {
"name" : "SaveInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "SaveResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEACTIONS/Update.json",
"logicName" : "Update",
"name" : "Update",
"orderValue" : 11,
"getPSDEActionInput" : {
"name" : "UpdateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "ReginfofDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "UpdateResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`ADDRESS`",
"name" : "ADDRESS"
}, {
"expression" : "t1.`AGE`",
"name" : "AGE"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`DEPARTMENT`",
"name" : "DEPARTMENT"
}, {
"expression" : "t1.`DEPTID`",
"name" : "DEPTID"
}, {
"expression" : "t1.`NAME`",
"name" : "NAME"
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`REGINFOFID`",
"name" : "REGINFOFID"
}, {
"expression" : "t1.`REGINFOFNAME`",
"name" : "REGINFOFNAME"
}, {
"expression" : "t1.`STUNO`",
"name" : "STUNO"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`ADDRESS`,\nt1.`AGE`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPARTMENT`,\nt1.`DEPTID`,\nt1.`NAME`,\nt1.`ORGID`,\nt1.`REGINFOFID`,\nt1.`REGINFOFNAME`,\nt1.`STUNO`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_REGINFOF` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`ADDRESS`",
"name" : "ADDRESS"
}, {
"expression" : "t1.`AGE`",
"name" : "AGE"
}, {
"expression" : "t1.`DEPARTMENT`",
"name" : "DEPARTMENT"
}, {
"expression" : "t1.`NAME`",
"name" : "NAME"
}, {
"expression" : "t1.`STUNO`",
"name" : "STUNO"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`DEPTID`",
"name" : "DEPTID"
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`REGINFOFID`",
"name" : "REGINFOFID"
}, {
"expression" : "t1.`REGINFOFNAME`",
"name" : "REGINFOFNAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`REGINFOFID`,\nt1.`REGINFOFNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_REGINFOF` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEDATAQUERIES/Simple/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`ADDRESS`",
"name" : "ADDRESS"
}, {
"expression" : "t1.`AGE`",
"name" : "AGE"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`DEPARTMENT`",
"name" : "DEPARTMENT"
}, {
"expression" : "t1.`DEPTID`",
"name" : "DEPTID"
}, {
"expression" : "t1.`NAME`",
"name" : "NAME"
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`REGINFOFID`",
"name" : "REGINFOFID"
}, {
"expression" : "t1.`REGINFOFNAME`",
"name" : "REGINFOFNAME"
}, {
"expression" : "t1.`STUNO`",
"name" : "STUNO"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`ADDRESS`,\nt1.`AGE`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPARTMENT`,\nt1.`DEPTID`,\nt1.`NAME`,\nt1.`ORGID`,\nt1.`REGINFOFID`,\nt1.`REGINFOFNAME`,\nt1.`STUNO`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_REGINFOF` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEUSERROLES/ALL_R.json",
"name" : "全部数据(读)",
"getPSDEUserRoleOPPrivs" : [ {
"dataAccessAction" : "READ",
"name" : "READ",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
}
} ],
"roleTag" : "ALL_R",
"userDRAction" : "READ",
"allData" : true
}
\ No newline at end of file
{
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEUSERROLES/ALL_RW.json",
"name" : "全部数据(读写)",
"getPSDEUserRoleOPPrivs" : [ {
"dataAccessAction" : "UPDATE",
"name" : "UPDATE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "UPDATE"
}
}, {
"dataAccessAction" : "READ",
"name" : "READ",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
}
}, {
"dataAccessAction" : "CREATE",
"name" : "CREATE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
}
}, {
"dataAccessAction" : "DELETE",
"name" : "DELETE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
}
} ],
"roleTag" : "ALL_RW",
"userDRAction" : "READ",
"allData" : true
}
\ No newline at end of file
{
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEUSERROLES/CURDEPT_R.json",
"name" : "当前部门(读)",
"getPSDEUserRoleOPPrivs" : [ {
"dataAccessAction" : "READ",
"name" : "READ",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
}
} ],
"roleTag" : "CURDEPT_R",
"secDR" : 1,
"userDRAction" : "READ",
"enableSecDR" : true
}
\ No newline at end of file
{
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEUSERROLES/CURDEPT_RW.json",
"name" : "当前部门(读写)",
"getPSDEUserRoleOPPrivs" : [ {
"dataAccessAction" : "DELETE",
"name" : "DELETE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
}
}, {
"dataAccessAction" : "UPDATE",
"name" : "UPDATE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "UPDATE"
}
}, {
"dataAccessAction" : "READ",
"name" : "READ",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
}
}, {
"dataAccessAction" : "CREATE",
"name" : "CREATE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
}
} ],
"roleTag" : "CURDEPT_RW",
"secDR" : 1,
"userDRAction" : "READ",
"enableSecDR" : true
}
\ No newline at end of file
{
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEUSERROLES/CURORG_R.json",
"name" : "当前组织(读)",
"orgDR" : 1,
"getPSDEUserRoleOPPrivs" : [ {
"dataAccessAction" : "READ",
"name" : "READ",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
}
} ],
"roleTag" : "CURORG_R",
"userDRAction" : "READ",
"enableOrgDR" : true
}
\ No newline at end of file
{
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfof/PSDEUSERROLES/CURORG_RW.json",
"name" : "当前组织(读写)",
"orgDR" : 1,
"getPSDEUserRoleOPPrivs" : [ {
"dataAccessAction" : "CREATE",
"name" : "CREATE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
}
}, {
"dataAccessAction" : "DELETE",
"name" : "DELETE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
}
}, {
"dataAccessAction" : "UPDATE",
"name" : "UPDATE",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "UPDATE"
}
}, {
"dataAccessAction" : "READ",
"name" : "READ",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
}
} ],
"roleTag" : "CURORG_RW",
"userDRAction" : "READ",
"enableOrgDR" : true
}
\ No newline at end of file
{
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/CheckKey.json",
"logicName" : "CheckKey",
"name" : "CheckKey",
"getPSDEActionInput" : {
"name" : "CheckKeyInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Create.json",
"logicName" : "Create",
"name" : "Create",
"orderValue" : 1,
"getPSDEActionInput" : {
"name" : "CreateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "CreateResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Get.json",
"logicName" : "Get",
"name" : "Get",
"orderValue" : 31,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "GetResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/GetDraft.json",
"logicName" : "GetDraft",
"name" : "GetDraft",
"orderValue" : 41,
"getPSDEActionInput" : {
"name" : "GetDraftInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraftResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Remove.json",
"logicName" : "Remove",
"name" : "Remove",
"orderValue" : 21,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "RemoveResult",
"type" : "VOID"
},
"batchAction" : true,
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Save.json",
"logicName" : "Save",
"name" : "Save",
"getPSDEActionInput" : {
"name" : "SaveInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "SaveResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEACTIONS/Update.json",
"logicName" : "Update",
"name" : "Update",
"orderValue" : 11,
"getPSDEActionInput" : {
"name" : "UpdateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "StudentDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "UpdateResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`ADDRESS`",
"name" : "ADDRESS"
}, {
"expression" : "t1.`AGE`",
"name" : "AGE"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`DEPARTMENT`",
"name" : "DEPARTMENT"
}, {
"expression" : "t1.`DEPTID`",
"name" : "DEPTID"
}, {
"expression" : "t1.`FIELD`",
"name" : "FIELD"
}, {
"expression" : "t1.`NAME`",
"name" : "NAME"
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`STUDENTID`",
"name" : "STUDENTID"
}, {
"expression" : "t1.`STUDENTNAME`",
"name" : "STUDENTNAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`ADDRESS`,\nt1.`AGE`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPARTMENT`,\nt1.`DEPTID`,\nt1.`FIELD`,\nt1.`NAME`,\nt1.`ORGID`,\nt1.`STUDENTID`,\nt1.`STUDENTNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_STUDENT` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`ADDRESS`",
"name" : "ADDRESS"
}, {
"expression" : "t1.`AGE`",
"name" : "AGE"
}, {
"expression" : "t1.`DEPARTMENT`",
"name" : "DEPARTMENT"
}, {
"expression" : "t1.`FIELD`",
"name" : "FIELD"
}, {
"expression" : "t1.`NAME`",
"name" : "NAME"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`DEPTID`",
"name" : "DEPTID"
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
}, {
"expression" : "t1.`STUDENTID`",
"name" : "STUDENTID"
}, {
"expression" : "t1.`STUDENTNAME`",
"name" : "STUDENTNAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`STUDENTID`,\nt1.`STUDENTNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_STUDENT` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEDATAQUERIES/Simple/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Student/PSDEUSERROLES/ALL_R.json",
"name" : "全部数据(读)",
"getPSDEUserRoleOPPrivs" : [ {
"dataAccessAction" : "READ",
"name" : "READ",
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
}
} ],
"roleTag" : "ALL_R",
"userDRAction" : "READ",
"allData" : true
}
\ No newline at end of file
......@@ -34,7 +34,7 @@
<profiles>
<profile>
<id>runtime</id>
<id>trainsys</id>
<build>
<resources>
<resource>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册