jh
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user