|
|
@ -38,8 +38,12 @@ public class ZyAccessories implements Serializable { |
|
|
|
/**类型id*/ |
|
|
|
/**类型id*/ |
|
|
|
@Excel(name = "类型id", width = 15) |
|
|
|
@Excel(name = "类型id", width = 15) |
|
|
|
@ApiModelProperty(value = "类型id") |
|
|
|
@ApiModelProperty(value = "类型id") |
|
|
|
@Dict(dictTable = "zy_accessories_type", dicText = "contents", dicCode = "nums") |
|
|
|
@Dict(dictTable = "zy_accessories_type", dicText = "contents", dicCode = "id") |
|
|
|
private java.lang.String typeId; |
|
|
|
private java.lang.String typeId; |
|
|
|
|
|
|
|
/**类型名称*/ |
|
|
|
|
|
|
|
@Excel(name = "类型名称", width = 15) |
|
|
|
|
|
|
|
@ApiModelProperty(value = "类型名称") |
|
|
|
|
|
|
|
private java.lang.String typeName; |
|
|
|
/**编号*/ |
|
|
|
/**编号*/ |
|
|
|
@Excel(name = "编号", width = 15) |
|
|
|
@Excel(name = "编号", width = 15) |
|
|
|
@ApiModelProperty(value = "编号") |
|
|
|
@ApiModelProperty(value = "编号") |
|
|
|