package com.highdatas.mdm.pojo; /** * @author kimi * @description * @date 2020-02-17 15:30 */ public enum SysAssembleStatus { /* * 工作中 * */ working, /* * 编辑中 * */ edit, /* * 冻结 * */ freeze, }