Selaa lähdekoodia

流程分类查询

hexiao 1 vuosi sitten
vanhempi
commit
fa73d3bed7

+ 5 - 0
common/common-flow/src/main/java/com/ankaibei/workFlow/common/flow/model/FlowCategory.java

@@ -37,6 +37,11 @@ public class FlowCategory {
     @TableField(value = "code")
     private String code;
 
+    /**
+     * 实现顺序
+     */
+    @TableField(value = "show_order")
+    private Integer showOrder;
     /**
      * 更新时间。
      */