| | |
| | | @ApiModelProperty(value = "工艺名称") |
| | | private String name; |
| | | |
| | | private String quota; |
| | | @ApiModelProperty(value = "父级") |
| | | private String father; |
| | | |
| | | @ApiModelProperty(value = "设备组") |
| | | private String deviceGroup; |
| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date updateTime; |
| | | |
| | | @ApiModelProperty(value = "关联 规格id") |
| | | @ApiModelProperty(value = "关联 型号id") |
| | | private Integer specificationsId; |
| | | |
| | | @ApiModelProperty(value = "关联 设备id") |
| | | private Integer deviceId; |
| | | @ApiModelProperty(value = "生产定额(个/天)") |
| | | private Integer productionQuota; |
| | | |
| | | |
| | | } |