@ -116,9 +116,6 @@ public class MesAssemblySaveNosortStepService extends BaseStepService {
productionAssembly.setCustSn(productionPsOutContext.getCustSn());
}
//TODO 装配零件类型
//productionAssembly.setAssemblyPartType();
//TODO 赋开模记录ID
//productionAssembly.setMouldRecordId();
@ -1,6 +1,5 @@
package cn.estsh.i3plus.ext.mes.pcn.pojo.context;
import cn.estsh.i3plus.pojo.mes.util.MesExtEnumUtil;
import io.swagger.annotations.ApiParam;
import lombok.Data;
@ -29,9 +28,6 @@ public class MesProductionAssemblyContext implements Serializable {
@ApiParam("生产工单零件名称")
public String partName;
@ApiParam("装配零件类型")
public Integer assemblyPartType;
@ApiParam("装配零件状态")
public Integer assemblyStatus;