基础设置

This commit is contained in:
sxu 2025-05-26 13:57:33 +08:00
parent 817dc632a0
commit de1f3276a7
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ public class BasicCarouselImage extends BaseEntity {
private String ifEnabled; private String ifEnabled;
/** 用途类型(1-后台;2-APP;3-双屏消费机) */ /** 用途类型(1-后台;2-APP;3-双屏消费机) */
@Excel(name = "用途类型(1-后台;2-APP)") @Excel(name = "用途类型(1-后台;2-APP;3-双屏消费机)")
@ApiModelProperty(value = "用途类型(1-后台;2-APP;3-双屏消费机)") @ApiModelProperty(value = "用途类型(1-后台;2-APP;3-双屏消费机)")
private String usageType; private String usageType;

View File

@ -33,7 +33,7 @@ public class BasicSetting extends BaseEntity {
private String itemValue; private String itemValue;
/** 用途类型(1-后台;2-APP;3-双屏消费机) */ /** 用途类型(1-后台;2-APP;3-双屏消费机) */
@Excel(name = "用途类型(1-后台;2-APP)") @Excel(name = "用途类型(1-后台;2-APP;3-双屏消费机)")
@ApiModelProperty(value = "用途类型(1-后台;2-APP;3-双屏消费机)") @ApiModelProperty(value = "用途类型(1-后台;2-APP;3-双屏消费机)")
private String usageType; private String usageType;
} }