|
|
@ -70,7 +70,7 @@ public class ZyClothSample implements Serializable { |
|
|
|
@Excel(name = "用户", width = 15) |
|
|
|
@Excel(name = "用户", width = 15) |
|
|
|
@ApiModelProperty(value = "用户") |
|
|
|
@ApiModelProperty(value = "用户") |
|
|
|
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id") |
|
|
|
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id") |
|
|
|
private String userId; |
|
|
|
private String enterpriseId; |
|
|
|
/**创建日期*/ |
|
|
|
/**创建日期*/ |
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
|
|
@ -85,10 +85,10 @@ public class ZyClothSample implements Serializable { |
|
|
|
@ApiModelProperty(value = "更新日期") |
|
|
|
@ApiModelProperty(value = "更新日期") |
|
|
|
private java.util.Date updateTime; |
|
|
|
private java.util.Date updateTime; |
|
|
|
|
|
|
|
|
|
|
|
/**成衣名称*/ |
|
|
|
// /**成衣名称*/
|
|
|
|
@Excel(name = "成衣名称", width = 15) |
|
|
|
// @Excel(name = "成衣名称", width = 15)
|
|
|
|
@ApiModelProperty(value = "成衣名称") |
|
|
|
// @ApiModelProperty(value = "成衣名称")
|
|
|
|
private String clothName; |
|
|
|
// private String clothName;
|
|
|
|
/**描述*/ |
|
|
|
/**描述*/ |
|
|
|
@Excel(name = "描述", width = 15) |
|
|
|
@Excel(name = "描述", width = 15) |
|
|
|
@ApiModelProperty(value = "描述") |
|
|
|
@ApiModelProperty(value = "描述") |
|
|
@ -97,9 +97,16 @@ public class ZyClothSample implements Serializable { |
|
|
|
@Excel(name = "图片", width = 15) |
|
|
|
@Excel(name = "图片", width = 15) |
|
|
|
@ApiModelProperty(value = "图片") |
|
|
|
@ApiModelProperty(value = "图片") |
|
|
|
private String url; |
|
|
|
private String url; |
|
|
|
/**用户类型*/ |
|
|
|
// /**用户类型*/
|
|
|
|
@Excel(name = "用户类型", width = 15) |
|
|
|
// @Excel(name = "用户类型", width = 15)
|
|
|
|
@ApiModelProperty(value = "用户类型") |
|
|
|
// @ApiModelProperty(value = "用户类型")
|
|
|
|
private String type; |
|
|
|
// private String type;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "结构图", width = 15) |
|
|
|
|
|
|
|
@ApiModelProperty(value = "结构图") |
|
|
|
|
|
|
|
private String structureDiagram; |
|
|
|
|
|
|
|
@Excel(name = "排料图", width = 15) |
|
|
|
|
|
|
|
@ApiModelProperty(value = "排料图") |
|
|
|
|
|
|
|
private String layoutDiagram; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|