KKSU
2024-09-10 e17dc6ecf00516037d94332ef2d71ef6c3ec9727
src/main/java/cc/mrbird/febs/mall/dto/AdminGfaBasicSetDto.java
@@ -1,5 +1,6 @@
package cc.mrbird.febs.mall.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
@@ -24,4 +25,19 @@
    private String frozenFcmCnt;
    private String minuteCnt;
    private String fcmDesToryCntPercent;
    private String fcmDesToryCntPointPercent;
    //@ApiModelProperty(value = "卡牌互转标识 1-允许 0-拒绝")
    private String aroundType;
    //@ApiModelProperty(value = "FDH兑换标识 1-允许 0-拒绝")
    private String changeType;
    private String aroundInsideType;
    private String coinWithdraw;
}