提交 38be1281 编写于 作者: ibizdev's avatar ibizdev

Mosher 发布系统代码 [后台服务,演示应用]

上级 44b1fed5
...@@ -44,13 +44,12 @@ ...@@ -44,13 +44,12 @@
</tab-pane> </tab-pane>
<tab-pane tab="datarelation" label="流程日志" name="dritem1"> <tab-pane tab="datarelation" label="流程日志" name="dritem1">
<component <component
:is="app-wfstep-trace-view" is="app-wfstep-trace-view"
:viewDefaultUsage="false" :viewDefaultUsage="false"
:appDeCodeName="" appDeCodeName="IBIZSample0021"
:viewdata="JSON.stringify(context)" :viewdata="JSON.stringify(context)"
:viewparam="JSON.stringify(viewparams)"> :viewparam="JSON.stringify(viewparams)">
</component> </component>
TODO 视图
</tab-pane> </tab-pane>
</tabs> </tabs>
......
...@@ -18,4 +18,10 @@ ...@@ -18,4 +18,10 @@
// this is less // this is less
.dewfdynaeditview3 {
>.view-card {
.ivu-card-extra {
top: 6px;
}
}
}
...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5DataView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5DataView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -11,31 +11,31 @@ ...@@ -11,31 +11,31 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者", "caption" : "出版社",
"codeName" : "author", "codeName" : "press",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "press",
"name" : "author", "name" : "press",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "归还日期", "caption" : "借出日期",
"codeName" : "returntime", "codeName" : "lendouttime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime", "dataItemName" : "lendouttime",
"name" : "returntime", "name" : "lendouttime",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "出版社", "caption" : "作者",
"codeName" : "press", "codeName" : "author",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "press", "dataItemName" : "author",
"name" : "press", "name" : "author",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
...@@ -51,11 +51,11 @@ ...@@ -51,11 +51,11 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "借出日期", "caption" : "归还日期",
"codeName" : "lendouttime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "lendouttime", "dataItemName" : "returntime",
"name" : "lendouttime", "name" : "returntime",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
} }
} ], } ],
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "图书名称", "caption" : "作者",
"codeName" : "ibizbookname", "codeName" : "author",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname", "dataItemName" : "author",
"name" : "ibizbookname", "name" : "author",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
...@@ -39,11 +39,11 @@ ...@@ -39,11 +39,11 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "作者", "caption" : "图书名称",
"codeName" : "author", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "ibizbookname",
"name" : "author", "name" : "ibizbookname",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -34,31 +34,31 @@ ...@@ -34,31 +34,31 @@
"id" : "GANTT" "id" : "GANTT"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者", "caption" : "出版社",
"codeName" : "author", "codeName" : "press",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "press",
"name" : "author", "name" : "press",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "归还日期", "caption" : "借出日期",
"codeName" : "returntime", "codeName" : "lendouttime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime", "dataItemName" : "lendouttime",
"name" : "returntime", "name" : "lendouttime",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "出版社", "caption" : "作者",
"codeName" : "press", "codeName" : "author",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "press", "dataItemName" : "author",
"name" : "press", "name" : "author",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
...@@ -74,11 +74,11 @@ ...@@ -74,11 +74,11 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "借出日期", "caption" : "归还日期",
"codeName" : "lendouttime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "lendouttime", "dataItemName" : "returntime",
"name" : "lendouttime", "name" : "returntime",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -75,11 +75,11 @@ ...@@ -75,11 +75,11 @@
"id" : "TREEGRIDEX" "id" : "TREEGRIDEX"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "图书名称", "caption" : "作者",
"codeName" : "ibizbookname", "codeName" : "author",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname", "dataItemName" : "author",
"name" : "ibizbookname", "name" : "author",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
...@@ -95,11 +95,11 @@ ...@@ -95,11 +95,11 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "作者", "caption" : "图书名称",
"codeName" : "author", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "ibizbookname",
"name" : "author", "name" : "ibizbookname",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -13,17 +13,6 @@ ...@@ -13,17 +13,6 @@
"id" : "Interactive001" "id" : "Interactive001"
}, },
"wFLinkType" : "ROUTE" "wFLinkType" : "ROUTE"
}, {
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Process001"
},
"name" : "连接21",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Interactive002"
},
"wFLinkType" : "ROUTE"
}, { }, {
"formCodeName" : "operationForm", "formCodeName" : "operationForm",
"getFromPSWFProcess" : { "getFromPSWFProcess" : {
...@@ -35,7 +24,7 @@ ...@@ -35,7 +24,7 @@
"nextCondition" : "ANY", "nextCondition" : "ANY",
"getToPSWFProcess" : { "getToPSWFProcess" : {
"modelref" : true, "modelref" : true,
"id" : "Process001" "id" : "Interactive002"
}, },
"viewCodeName" : "WFDynaActionView", "viewCodeName" : "WFDynaActionView",
"wFLinkType" : "IAACTION" "wFLinkType" : "IAACTION"
...@@ -226,52 +215,12 @@ ...@@ -226,52 +215,12 @@
"asynchronousProcess" : false, "asynchronousProcess" : false,
"enableTimeout" : false, "enableTimeout" : false,
"startProcess" : true "startProcess" : true
}, {
"codeName" : "Process001",
"dEActionName" : "Update",
"height" : 80,
"leftPos" : 270,
"logicName" : "填充参数",
"name" : "填充参数",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0021/PSDEACTIONS/Update.json"
},
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0021.json"
},
"getPSWFLinks" : [ {
"modelref" : true,
"id" : "连接21"
} ],
"getPSWFProcessParams" : [ {
"dstField" : "memo",
"name" : "[memo]==>[test]",
"srcValue" : "test"
}, {
"dstField" : "amount",
"name" : "[amount]==>[100]",
"srcValue" : "100"
} ],
"timeout" : -1,
"topPos" : 60,
"wFProcessType" : "PROCESS",
"width" : 100,
"asynchronousProcess" : false,
"enableTimeout" : false
}, { }, {
"codeName" : "Interactive001", "codeName" : "Interactive001",
"formCodeName" : "operationForm", "formCodeName" : "operationForm",
"height" : 80, "height" : 80,
"leftPos" : 150, "leftPos" : 150,
"logicName" : "部门经理审核", "logicName" : "部门经理审核",
"mobUtil2FormCodeName" : "Main",
"mobUtil2FormName" : "主编辑表单",
"mobUtil3FormCodeName" : "approvedForm",
"mobUtil3FormName" : "部门领导审批通过操作表单",
"mobUtilFormCodeName" : "Main2",
"mobUtilFormName" : "主编辑表单2",
"msgType" : 0, "msgType" : 0,
"multiInstMode" : "NONE", "multiInstMode" : "NONE",
"name" : "部门经理审核", "name" : "部门经理审核",
...@@ -295,16 +244,10 @@ ...@@ -295,16 +244,10 @@
"name" : "[当前操作者]", "name" : "[当前操作者]",
"wFProcessRoleType" : "CURACTOR" "wFProcessRoleType" : "CURACTOR"
} ], } ],
"predefinedActions" : [ "ADDSTEPBEFORE", "ADDSTEPAFTER", "REASSIGN" ], "predefinedActions" : [ "SENDBACK", "ADDSTEPBEFORE", "REASSIGN" ],
"timeout" : 6, "timeout" : 6,
"timeoutType" : "MINUTE", "timeoutType" : "MINUTE",
"topPos" : 30, "topPos" : 30,
"util2FormCodeName" : "Main2",
"util2FormName" : "主编辑表单2",
"util3FormCodeName" : "refuseForm",
"util3FormName" : "部门领导审批不通过操作表单",
"utilFormCodeName" : "Main",
"utilFormName" : "主编辑表单",
"wFProcessType" : "INTERACTIVE", "wFProcessType" : "INTERACTIVE",
"wFStepValue" : "5", "wFStepValue" : "5",
"width" : 100, "width" : 100,
......
...@@ -37,18 +37,10 @@ ...@@ -37,18 +37,10 @@
<flowable:form process-form="refuseForm" wfversion="2"/> <flowable:form process-form="refuseForm" wfversion="2"/>
</extensionElements> </extensionElements>
</startEvent> </startEvent>
<serviceTask id="sid-3849c30231dd91140cd2db77a89a2cba" name="填充参数" flowable:expression="${wfCoreService.execute(execution, activedata)}" >
<extensionElements>
<flowable:field name="service-entity"><flowable:string>ibizsample0021</flowable:string></flowable:field>
<flowable:field name="service-deaction"><flowable:string>update</flowable:string></flowable:field>
<flowable:field name="params-memo"><flowable:string>test</flowable:string></flowable:field>
<flowable:field name="params-amount"><flowable:string>100</flowable:string></flowable:field>
</extensionElements>
</serviceTask>
<userTask flowable:category="${businessKey}" flowable:dueDate="PT6M" flowable:candidateUsers="${activedata.createman},${wfCoreService.getGroupUsers('DepartmentHeads|dept|CURDEPTID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-5-b43328c7712bd3739742121269b6c386" name="部门经理审核" > <userTask flowable:category="${businessKey}" flowable:dueDate="PT6M" flowable:candidateUsers="${activedata.createman},${wfCoreService.getGroupUsers('DepartmentHeads|dept|CURDEPTID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-5-b43328c7712bd3739742121269b6c386" name="部门经理审核" >
<documentation>${majortext}</documentation> <documentation>${majortext}</documentation>
<extensionElements> <extensionElements>
<flowable:form procfunc="addstepbefore;addstepafter;reassign" process-form="operationForm" process-utilform="Main" process-util2form="Main2" process-util3form="refuseForm" process-utilformname="主编辑表单" process-util2formname="主编辑表单2" process-util3formname="部门领导审批不通过操作表单" process-mobutilform="Main2" process-mobutil2form="Main" process-mobutil3form="approvedForm" process-mobutilformname="主编辑表单2" process-mobutil2formname="主编辑表单" process-mobutil3formname="部门领导审批通过操作表单" /> <flowable:form procfunc="sendback;addstepbefore;reassign" process-form="operationForm" />
</extensionElements> </extensionElements>
</userTask> </userTask>
<endEvent id="sid-ebd510afdeda7eba09cf1a56679ca382" name="结束"> <endEvent id="sid-ebd510afdeda7eba09cf1a56679ca382" name="结束">
...@@ -73,9 +65,7 @@ ...@@ -73,9 +65,7 @@
<exclusiveGateway id="sid-21588a1284c496701e00f32c79702e57"></exclusiveGateway> <exclusiveGateway id="sid-21588a1284c496701e00f32c79702e57"></exclusiveGateway>
<sequenceFlow id="rid-976141cef110c4efb00cafe135288c04" sourceRef="sid-137c359f364406040df60ee70baba8a0" targetRef="tid-5-b43328c7712bd3739742121269b6c386" name=""> <sequenceFlow id="rid-976141cef110c4efb00cafe135288c04" sourceRef="sid-137c359f364406040df60ee70baba8a0" targetRef="tid-5-b43328c7712bd3739742121269b6c386" name="">
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="rid-eb08ab69667227fb5c3eb45626514843" sourceRef="sid-3849c30231dd91140cd2db77a89a2cba" targetRef="tid-10-b2100e0a472c7e23cd936fbb272eaa67" name=""> <sequenceFlow id="lid-C61-8183153acb66d3c4237581187af3a227" sourceRef="tid-5-b43328c7712bd3739742121269b6c386" targetRef="tid-10-b2100e0a472c7e23cd936fbb272eaa67" name="同意2">
</sequenceFlow>
<sequenceFlow id="lid-C61-8183153acb66d3c4237581187af3a227" sourceRef="tid-5-b43328c7712bd3739742121269b6c386" targetRef="sid-3849c30231dd91140cd2db77a89a2cba" name="同意2">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C61-8183153acb66d3c4237581187af3a227"}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C61-8183153acb66d3c4237581187af3a227"}]]></conditionExpression>
<extensionElements> <extensionElements>
<flowable:form sequenceFlowForm="operationForm" sequenceFlowView="WFDynaActionView" nextCondition="ANY" /> <flowable:form sequenceFlowForm="operationForm" sequenceFlowView="WFDynaActionView" nextCondition="ANY" />
...@@ -147,9 +137,6 @@ ...@@ -147,9 +137,6 @@
<bpmndi:BPMNShape id="BPMNShape-137c359f364406040df60ee70baba8a0" bpmnElement="sid-137c359f364406040df60ee70baba8a0"> <bpmndi:BPMNShape id="BPMNShape-137c359f364406040df60ee70baba8a0" bpmnElement="sid-137c359f364406040df60ee70baba8a0">
<omgdi:Bounds x="15" y="55" width="30" height="30" /> <omgdi:Bounds x="15" y="55" width="30" height="30" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-3849c30231dd91140cd2db77a89a2cba" bpmnElement="sid-3849c30231dd91140cd2db77a89a2cba">
<omgdi:Bounds x="270" y="60" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-b43328c7712bd3739742121269b6c386" bpmnElement="tid-5-b43328c7712bd3739742121269b6c386"> <bpmndi:BPMNShape id="BPMNShape-b43328c7712bd3739742121269b6c386" bpmnElement="tid-5-b43328c7712bd3739742121269b6c386">
<omgdi:Bounds x="150" y="30" width="100" height="80" /> <omgdi:Bounds x="150" y="30" width="100" height="80" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
...@@ -178,10 +165,6 @@ ...@@ -178,10 +165,6 @@
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-eb08ab69667227fb5c3eb45626514843" bpmnElement="rid-eb08ab69667227fb5c3eb45626514843">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C61-8183153acb66d3c4237581187af3a227" bpmnElement="lid-C61-8183153acb66d3c4237581187af3a227"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C61-8183153acb66d3c4237581187af3a227" bpmnElement="lid-C61-8183153acb66d3c4237581187af3a227">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
......
...@@ -1160,7 +1160,7 @@ ...@@ -1160,7 +1160,7 @@
<!--输出实体[IBIZSAMPLE0021]数据结构 --> <!--输出实体[IBIZSAMPLE0021]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0021-142-39"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0021-143-39">
<createTable tableName="T_IBIZSAMPLE0021"> <createTable tableName="T_IBIZSAMPLE0021">
<column name="IBIZSAMPLE0021ID" remarks="" type="VARCHAR(100)"> <column name="IBIZSAMPLE0021ID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0021_IBIZSAMPLE00"/> <constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0021_IBIZSAMPLE00"/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册