|
|
|
@ -15,17 +15,14 @@ public class NewStyleModule { |
|
|
|
|
private String id; |
|
|
|
|
/**类型id*/ |
|
|
|
|
@Excel(name = "类型id", width = 15, dictTable = "zy_cloths_type", dicText = "id", dicCode = "type_name") |
|
|
|
|
@Dict(dictTable = "zy_cloths_type", dicText = "id", dicCode = "type_name") |
|
|
|
|
@ApiModelProperty(value = "类型id") |
|
|
|
|
private String typeId; |
|
|
|
|
/**款式id*/ |
|
|
|
|
@Excel(name = "款式id", width = 15, dictTable = "zy_cloths_style", dicText = "id", dicCode = "style_names") |
|
|
|
|
@Dict(dictTable = "zy_cloths_style", dicText = "id", dicCode = "style_names") |
|
|
|
|
@ApiModelProperty(value = "款式id") |
|
|
|
|
private String styleId; |
|
|
|
|
/**模块id*/ |
|
|
|
|
@Excel(name = "模块id", width = 15, dictTable = "zy_cloths_modular ", dicText = "id", dicCode = "modular_name") |
|
|
|
|
@Dict(dictTable = "zy_cloths_modular ", dicText = "id", dicCode = "modular_name") |
|
|
|
|
@ApiModelProperty(value = "模块id") |
|
|
|
|
private String modularId; |
|
|
|
|
|
|
|
|
|