基础设置
This commit is contained in:
parent
817dc632a0
commit
de1f3276a7
|
|
@ -43,7 +43,7 @@ public class BasicCarouselImage extends BaseEntity {
|
|||
private String ifEnabled;
|
||||
|
||||
/** 用途类型(1-后台;2-APP;3-双屏消费机) */
|
||||
@Excel(name = "用途类型(1-后台;2-APP)")
|
||||
@Excel(name = "用途类型(1-后台;2-APP;3-双屏消费机)")
|
||||
@ApiModelProperty(value = "用途类型(1-后台;2-APP;3-双屏消费机)")
|
||||
private String usageType;
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public class BasicSetting extends BaseEntity {
|
|||
private String itemValue;
|
||||
|
||||
/** 用途类型(1-后台;2-APP;3-双屏消费机) */
|
||||
@Excel(name = "用途类型(1-后台;2-APP)")
|
||||
@Excel(name = "用途类型(1-后台;2-APP;3-双屏消费机)")
|
||||
@ApiModelProperty(value = "用途类型(1-后台;2-APP;3-双屏消费机)")
|
||||
private String usageType;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue