|
@@ -52,6 +52,12 @@ public class BBomProcedureToolUpdateDTO implements Serializable {
|
|
|
*/
|
|
|
@ApiModelProperty(value = "工序ID")
|
|
|
private Long procedureId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 设备id
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "设备id")
|
|
|
+ private Long resourceId;
|
|
|
/**
|
|
|
* 刀具名称
|
|
|
*/
|
|
@@ -64,9 +70,9 @@ public class BBomProcedureToolUpdateDTO implements Serializable {
|
|
|
@ApiModelProperty(value = "数量")
|
|
|
private Integer count;
|
|
|
/**
|
|
|
- * 文件路径
|
|
|
+ * 使用时间
|
|
|
*/
|
|
|
- @ApiModelProperty(value = "文件路径")
|
|
|
- @Length(max = 256, message = "文件路径长度不能超过256")
|
|
|
+ @ApiModelProperty(value = "使用时间")
|
|
|
+ @Length(max = 10, message = "使用时间长度不能超过256")
|
|
|
private String useTime;
|
|
|
}
|