Commit 7cf932bf LN

工单任务类型显示:截料/首盘/备料

1 个父辈 54e38da1
......@@ -150,4 +150,10 @@ public class TaskDto implements Serializable {
return "";
}
@ApiModelProperty("是否是需要截料物料")
private boolean needSplitting=false;
@ApiModelProperty("是否是首盘料")
private boolean firstReel=false;
}
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!