优化 产品excel导入实体
This commit is contained in:
parent
70f355232e
commit
cb54921eaf
|
|
@ -29,12 +29,12 @@ public class ProductInfoExcelVO {
|
|||
@HeadFontStyle(color = Font.COLOR_RED)
|
||||
private String code;
|
||||
|
||||
@Schema(description = "*产品编码", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@Schema(description = "*产品名称", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@ExcelProperty("*产品名称")
|
||||
@HeadFontStyle(color = Font.COLOR_RED)
|
||||
private String name;
|
||||
|
||||
@Schema(description = "*品类")
|
||||
@Schema(description = "*品类(尺码唛,价钱卡,纸盒,主唛,挂卡,洗水唛)")
|
||||
@ExcelColumnSelect(functionName = "ExcelSelectProductTypeFunction")
|
||||
@ExcelProperty("*品类(尺码唛,价钱卡,纸盒,主唛,挂卡,洗水唛)")
|
||||
@HeadFontStyle(color = Font.COLOR_RED)
|
||||
|
|
|
|||
Loading…
Reference in New Issue