|
|
|
@ -42,6 +42,7 @@ public class ZyComponentSample implements Serializable { |
|
|
|
|
/**款式名称*/ |
|
|
|
|
@Excel(name = "款式名称", width = 15) |
|
|
|
|
@ApiModelProperty(value = "款式名称") |
|
|
|
|
@Dict(dicCode = "id",dictTable = "zy_cloths_style",dicText = "style_names") |
|
|
|
|
private String styleName; |
|
|
|
|
/**部件名称*/ |
|
|
|
|
@Excel(name = "部件名称", width = 15) |
|
|
|
@ -57,8 +58,8 @@ public class ZyComponentSample implements Serializable { |
|
|
|
|
@ApiModelProperty(value = "图片") |
|
|
|
|
private String url; |
|
|
|
|
/**模块*/ |
|
|
|
|
@Excel(name = "模块", width = 15, dictTable = "zy_module_sample", dicText = "module_name", dicCode = "id") |
|
|
|
|
@Dict(dictTable = "zy_module_sample", dicText = "module_name", dicCode = "id") |
|
|
|
|
@Excel(name = "模块", width = 15) |
|
|
|
|
@Dict(dictTable = "zy_cloths_modular", dicText = "modular_name", dicCode = "id") |
|
|
|
|
@ApiModelProperty(value = "模块") |
|
|
|
|
private String moduleId; |
|
|
|
|
/**用户*/ |
|
|
|
|