|
|
@ -47,7 +47,7 @@ public class ZyModuleSample implements Serializable { |
|
|
|
/**款式名称*/ |
|
|
|
/**款式名称*/ |
|
|
|
@Excel(name = "款式名称", width = 15) |
|
|
|
@Excel(name = "款式名称", width = 15) |
|
|
|
@ApiModelProperty(value = "款式名称") |
|
|
|
@ApiModelProperty(value = "款式名称") |
|
|
|
//@Dict(dicCode = "id",dictTable = "zy_cloths_modular",dicText = "modular_name")
|
|
|
|
@Dict(dicCode = "id",dictTable = "zy_cloths_style",dicText = "style_names") |
|
|
|
private String styleNames; |
|
|
|
private String styleNames; |
|
|
|
/**描述*/ |
|
|
|
/**描述*/ |
|
|
|
@Excel(name = "描述", width = 15) |
|
|
|
@Excel(name = "描述", width = 15) |
|
|
@ -59,7 +59,7 @@ public class ZyModuleSample implements Serializable { |
|
|
|
private String url; |
|
|
|
private String url; |
|
|
|
/**成衣*/ |
|
|
|
/**成衣*/ |
|
|
|
@Excel(name = "成衣", width = 15, dictTable = "zy_cloth_sample", dicText = "cloth_name", dicCode = "id") |
|
|
|
@Excel(name = "成衣", width = 15, dictTable = "zy_cloth_sample", dicText = "cloth_name", dicCode = "id") |
|
|
|
@Dict(dictTable = "zy_cloth_sample", dicText = "cloth_name", dicCode = "id") |
|
|
|
@Dict(dictTable = "zy_cloth_sample", dicText = "descr", dicCode = "id") |
|
|
|
@ApiModelProperty(value = "成衣") |
|
|
|
@ApiModelProperty(value = "成衣") |
|
|
|
private String clothId; |
|
|
|
private String clothId; |
|
|
|
/**用户*/ |
|
|
|
/**用户*/ |
|
|
|