This commit is contained in:
2022-08-05 16:46:33 +08:00
parent 959b1a0b77
commit 73efee55e7
48 changed files with 295 additions and 200 deletions

View File

@@ -18,7 +18,7 @@ import lombok.Data;
*/
@Data
@TableName("product_workingprocedure_relation")
@ApiModel(value = "ProductWorkingprocedureRelation对象", description = "工序 表")
@ApiModel(value = "ProductWorkingprocedureRelation对象", description = "产品-工序 关系")
public class ProductWorkingprocedureRelation implements Serializable {
private static final long serialVersionUID = 1L;
@@ -33,7 +33,7 @@ public class ProductWorkingprocedureRelation implements Serializable {
private Long workingProcedureId;
@ApiModelProperty("顺序,工序是有先后顺序的。")
private Integer order;
private Integer sequence;
@ApiModelProperty("1 可用0 不可用")
private Integer status;