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.

44 lines
1.6 KiB

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;
1 year ago
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;
1 year ago
_.zlType=ZlType.;
_. = ImmutableList.<Constant.>builder()
.add(Constant..)
.add(Constant..)
.add(Constant..)
.add(Constant..)
.add(Constant..)
.add(Constant..)
.build();
return _;
}
}