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