tags/yfai-pcn-ext-v1.0
王杰 11 months ago
parent 5fc307c3b7
commit a219cdf441

@ -61,6 +61,12 @@ public class MesProductionAssemblyContext implements Serializable {
@ApiParam(value = "装备序号") @ApiParam(value = "装备序号")
public Integer routeSeq; public Integer routeSeq;
@ApiParam(value = "装配爆炸图FID")
private Long imageFileId;
@ApiParam(value = "音频文件")
private Long audioFileId;
@ApiParam("组织代码") @ApiParam("组织代码")
public String organizeCode; public String organizeCode;

@ -34,6 +34,9 @@ public class MesProductionAssemblyNosortContext extends MesProductionAssemblyCon
@ApiParam(value = "工序用量") @ApiParam(value = "工序用量")
private Integer qty; private Integer qty;
@ApiParam(name = "产成品图")
private String outPartNoPic;
public MesProductionAssemblyNosortContext() {} public MesProductionAssemblyNosortContext() {}
public MesProductionAssemblyNosortContext copy(MesProdRuleContext prodRuleContext, MesAssemblyNosortCfg assemblyNosortCfg, String assemblySn) { public MesProductionAssemblyNosortContext copy(MesProdRuleContext prodRuleContext, MesAssemblyNosortCfg assemblyNosortCfg, String assemblySn) {

@ -67,9 +67,6 @@ public class MesProductionAssemblySortContext extends MesProductionAssemblyConte
@ApiParam(value = "SAP目标库位") @ApiParam(value = "SAP目标库位")
private String destErpLocation; private String destErpLocation;
@ApiParam(value = "装配爆炸图FID")
private Long imageFileId;
@ApiParam(value = "条码打印方式") @ApiParam(value = "条码打印方式")
private Integer printType; private Integer printType;
@ -82,9 +79,6 @@ public class MesProductionAssemblySortContext extends MesProductionAssemblyConte
@ApiParam(value = "是否启动组合条码") @ApiParam(value = "是否启动组合条码")
private String isCombineSn; private String isCombineSn;
@ApiParam(value = "音频文件")
private Long audioFileId;
@ApiParam(value = "逻辑数量") @ApiParam(value = "逻辑数量")
private Double logicNum; private Double logicNum;

Loading…
Cancel
Save