@@ -5,8 +5,8 @@ import lombok.Setter;
/**
* @Description:
- * @author: zhaops
- * @time: 2018/9/19 10:05
+ * @author: wangyu
+ * @time: 11:06 2018/9/27
*/
public enum AccessTypeEnum implements KeyedNamed {
Embedded(1, "嵌入式"),
@@ -4,9 +4,9 @@ import com.diagbot.core.KeyedNamed;
import lombok.Setter;
- * @Description:
+ * @Description: 计费方式枚举类型
public enum ChargeTypeEnum implements KeyedNamed {
ByFlow(1, "按流程计费"),
+ * @Description: 不通过原因枚举类型
public enum NotPassEnum implements KeyedNamed {
ImperfectInformation(1, "账号信息不完善"),
+ * @Description: 试用状态枚举类
public enum TrialStatusEnum implements KeyedNamed {
NotTrial(0, "不可试用"),