فهرست منبع

流程分类查询

hexiao 1 سال پیش
والد
کامیت
fa73d3bed7
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      common/common-flow/src/main/java/com/ankaibei/workFlow/common/flow/model/FlowCategory.java

+ 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;
     /**
      * 更新时间。
      */