|
|
@ -1,6 +1,5 @@
|
|
|
|
package cn.estsh.i3plus.ext.mes.pcn.pojo.context;
|
|
|
|
package cn.estsh.i3plus.ext.mes.pcn.pojo.context;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.util.MesExtEnumUtil;
|
|
|
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
|
@ -29,9 +28,6 @@ public class MesProductionAssemblyContext implements Serializable {
|
|
|
|
@ApiParam("生产工单零件名称")
|
|
|
|
@ApiParam("生产工单零件名称")
|
|
|
|
public String partName;
|
|
|
|
public String partName;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("装配零件类型")
|
|
|
|
|
|
|
|
public Integer assemblyPartType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("装配零件状态")
|
|
|
|
@ApiParam("装配零件状态")
|
|
|
|
public Integer assemblyStatus;
|
|
|
|
public Integer assemblyStatus;
|
|
|
|
|
|
|
|
|
|
|
|