|
@@ -1,5 +1,7 @@
|
|
package com.persagy.fm.common.constant.enums;
|
|
package com.persagy.fm.common.constant.enums;
|
|
|
|
|
|
|
|
+import com.persagy.fm.common.model.annotation.SwaggerDisplayEnum;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @description: 合法标志
|
|
* @description: 合法标志
|
|
* @author: lixing
|
|
* @author: lixing
|
|
@@ -7,6 +9,7 @@ package com.persagy.fm.common.constant.enums;
|
|
* @since: 2021/3/9 2:56 下午
|
|
* @since: 2021/3/9 2:56 下午
|
|
* @version: V1.0
|
|
* @version: V1.0
|
|
*/
|
|
*/
|
|
|
|
+@SwaggerDisplayEnum
|
|
public enum BoolEnum {
|
|
public enum BoolEnum {
|
|
FALSE("0", false),
|
|
FALSE("0", false),
|
|
TRUE("1", true);
|
|
TRUE("1", true);
|