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

ibizdev提交

上级 fa641f73
...@@ -35,7 +35,7 @@ public class WFProcessDefinition extends EntityMP implements Serializable { ...@@ -35,7 +35,7 @@ public class WFProcessDefinition extends EntityMP implements Serializable {
/** /**
* DefinitionKey * DefinitionKey
*/ */
@DEField(defaultValue = "deployKey" , defaultValueType = DEFieldDefaultValueType.PARAM , isKeyField=true) @DEField(defaultValue = "deploykey" , defaultValueType = DEFieldDefaultValueType.PARAM , isKeyField=true)
@TableId(value= "definitionkey",type=IdType.UUID) @TableId(value= "definitionkey",type=IdType.UUID)
@JSONField(name = "definitionkey") @JSONField(name = "definitionkey")
@JsonProperty("definitionkey") @JsonProperty("definitionkey")
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
</createTable> </createTable>
</changeSet> </changeSet>
<!--输出实体[WF_DEFINITION]数据结构 --> <!--输出实体[WF_DEFINITION]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-wf_definition-49-7"> <changeSet author="a_A_5d9d78509" id="tab-wf_definition-50-7">
<createTable tableName="IBZWFDEFINITION"> <createTable tableName="IBZWFDEFINITION">
<column name="DEFINITIONKEY" remarks="" type="VARCHAR(100)"> <column name="DEFINITIONKEY" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_WF_DEFINITION_DEFINITIONKEY"/> <constraints primaryKey="true" primaryKeyName="PK_WF_DEFINITION_DEFINITIONKEY"/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册