You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
package com.dsic.gj_erp.pc.dto.tlt;
|
|
|
|
|
|
|
|
import com.dsic.gj_erp.pc.Constant;
|
|
|
|
import com.dsic.gj_erp.pc.dto.data.Bom;
|
|
|
|
import com.dsic.gj_erp.pc.dto.套料图工序;
|
|
|
|
import com.google.common.collect.ImmutableList;
|
|
|
|
|
|
|
|
public class 二跨超长超宽曲板 extends 套料图工序 {
|
|
|
|
|
|
|
|
public 二跨超长超宽曲板 小组(Bom bom) {
|
|
|
|
this.kw = "10";
|
|
|
|
this.zl = "1010";
|
|
|
|
this.bom = bom;
|
|
|
|
this.zlType=ZlType.小组;
|
|
|
|
this.工序 = ImmutableList.<Constant.工序>builder()
|
|
|
|
.add(Constant.工序.上料)
|
|
|
|
.add(Constant.工序.抛丸)
|
|
|
|
.add(Constant.工序.理料)
|
|
|
|
.add(Constant.工序.切割)
|
|
|
|
.add(Constant.工序.坡口)
|
|
|
|
.add(Constant.工序.曲型)
|
|
|
|
.build();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
public 二跨超长超宽曲板 大组(Bom bom) {
|
|
|
|
二跨超长超宽曲板 _二跨超长超宽曲板 = new 二跨超长超宽曲板();
|
|
|
|
_二跨超长超宽曲板.kw = "10";
|
|
|
|
_二跨超长超宽曲板.zl = "1110";
|
|
|
|
_二跨超长超宽曲板.bom = bom;
|
|
|
|
_二跨超长超宽曲板.zlType=ZlType.大组;
|
|
|
|
_二跨超长超宽曲板.工序 = ImmutableList.<Constant.工序>builder()
|
|
|
|
.add(Constant.工序.上料)
|
|
|
|
.add(Constant.工序.抛丸)
|
|
|
|
.add(Constant.工序.理料)
|
|
|
|
.add(Constant.工序.切割)
|
|
|
|
.add(Constant.工序.坡口)
|
|
|
|
.add(Constant.工序.曲型)
|
|
|
|
.build();
|
|
|
|
return _二跨超长超宽曲板;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|