|
|
@ -2074,9 +2074,8 @@ public class WmsEnumUtil {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
|
|
|
|
public enum DATA_STATUS {
|
|
|
|
public enum DATA_STATUS {
|
|
|
|
ENABLE(1, "启用", "fa fa-success cell-fa fa-check"),
|
|
|
|
YES(1, "是", "fa fa-success cell-fa fa-check"),
|
|
|
|
DISABLE(2, "禁用", "fa fa-disabled cell-fa fa-times-circle"),
|
|
|
|
NO(2, "否", "fa fa-disabled cell-fa fa-times-circle");
|
|
|
|
LOCKING(3, "全部", "fa cell-fa fa-lock");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private int value;
|
|
|
|
private int value;
|
|
|
|
private String description;
|
|
|
|
private String description;
|
|
|
|