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

tony001 部署微服务接口 [后台服务,接口示例]

上级 4554ebb2
......@@ -8,16 +8,16 @@ import java.util.List;
public interface IBIZBOOKDataImport {
@Mappings({
@Mapping(target = "ibizbookid", source = "ibizbookid"),
@Mapping(target = "type", source = "type"),
@Mapping(target = "createdate", source = "createdate"),
@Mapping(target = "ibizbookname", source = "ibizbookname"),
@Mapping(target = "press", source = "press"),
@Mapping(target = "updateman", source = "updateman"),
@Mapping(target = "author", source = "author"),
@Mapping(target = "price", source = "price"),
@Mapping(target = "updatedate", source = "updatedate"),
@Mapping(target = "ibizbookname", source = "ibizbookname"),
@Mapping(target = "booknumber", source = "booknumber"),
@Mapping(target = "updateman", source = "updateman"),
@Mapping(target = "createman", source = "createman"),
@Mapping(target = "updatedate", source = "updatedate"),
@Mapping(target = "type", source = "type"),
@Mapping(target = "press", source = "press"),
@Mapping(target = "author", source = "author"),
})
@BeanMapping(ignoreByDefault = true)
IBIZBOOK toDomain(IBIZBOOK entity);
......
......@@ -8,10 +8,10 @@ import java.util.List;
public interface IBIZOrderImport {
@Mappings({
@Mapping(target = "ibizorderid", source = "ibizorderid"),
@Mapping(target = "ibizordername", source = "ibizordername"),
@Mapping(target = "ordertype", source = "ordertype"),
@Mapping(target = "ordertime", source = "ordertime"),
@Mapping(target = "orderuid", source = "orderuid"),
@Mapping(target = "ibizordername", source = "ibizordername"),
})
@BeanMapping(ignoreByDefault = true)
IBIZOrder toDomain(IBIZOrder entity);
......
......@@ -1136,7 +1136,7 @@
<!--输出实体[IBIZSAMPLE0021]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0021-33-38">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0021-46-38">
<createTable tableName="T_IBIZSAMPLE0021">
<column name="IBIZSAMPLE0021ID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0021_IBIZSAMPLE00"/>
......
......@@ -63,9 +63,15 @@
</sequenceFlow>
<sequenceFlow id="lid-C61-ba19daf33bf09590dfccb83afe508dbc" sourceRef="tid-5-169c10a35ed0da0f748ed4176aab8351" targetRef="tid-10-cec5ba3ae05225e0f4b71f4fd4bc080b" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C61-ba19daf33bf09590dfccb83afe508dbc"}]]></conditionExpression>
<extensionElements>
<flowable:form sequenceFlowView="WFDynaActionView"/>
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C70-c73905682ae4d3d2ba26de4bcec7dbf1" sourceRef="tid-5-169c10a35ed0da0f748ed4176aab8351" targetRef="tid-1-4125d1c26a85d94fadef7323d35f424d" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C70-c73905682ae4d3d2ba26de4bcec7dbf1"}]]></conditionExpression>
<extensionElements>
<flowable:form sequenceFlowView="WFDynaActionView"/>
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C52-b6246e772a8be37ccc7cebc54549709c" sourceRef="tid-10-cec5ba3ae05225e0f4b71f4fd4bc080b" targetRef="sid-949b4465982b3effb960001f33003315" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C52-b6246e772a8be37ccc7cebc54549709c"}]]></conditionExpression>
......@@ -100,7 +106,7 @@
<omgdi:Bounds x="150" y="195" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-169c10a35ed0da0f748ed4176aab8351" bpmnElement="tid-5-169c10a35ed0da0f748ed4176aab8351">
<omgdi:Bounds x="150" y="30" width="100" height="80" />
<omgdi:Bounds x="150" y="15" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-cec5ba3ae05225e0f4b71f4fd4bc080b" bpmnElement="tid-10-cec5ba3ae05225e0f4b71f4fd4bc080b">
<omgdi:Bounds x="360" y="30" width="100" height="80" />
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册