mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -83,15 +83,7 @@ public class Constants {
|
||||
public static final String ZERO_ONE = "01";
|
||||
|
||||
public static final String ZERO_THREE = "03";
|
||||
/**
|
||||
* 删除标识 0标识正常
|
||||
*/
|
||||
public static final String DEL_FLAG_NORMAL = "0";
|
||||
|
||||
/**
|
||||
* 删除标识 1标识被删除
|
||||
*/
|
||||
public static final String DEL_FLAG_DELETE = "1";
|
||||
/**
|
||||
* UTF-8 字符集
|
||||
*/
|
||||
|
||||
@@ -4,8 +4,8 @@ package com.jsowell.common.enums;
|
||||
* 删除标识枚举
|
||||
*/
|
||||
public enum DelFlagEnum {
|
||||
normal("0", "正常"),
|
||||
delete("1", "删除"),
|
||||
NORMAL("0", "正常"),
|
||||
DELETE("1", "删除"),
|
||||
;
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user