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