|
@@ -36,7 +36,7 @@ public class PriceSpuRespVO {
|
|
|
|
|
|
@Schema(description = "是否必选")
|
|
|
@ExcelProperty("是否必选")
|
|
|
- private Integer needChoose;
|
|
|
+ private Integer required;
|
|
|
|
|
|
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
@ExcelProperty("创建时间")
|