forked from I3-YF/i3plus-mes-pcn-yfai
质量 缺陷类型 NC处理
parent
3911ce6313
commit
f92b4243c1
@ -0,0 +1,28 @@
|
|||||||
|
package cn.estsh.i3plus.ext.mes.pcn.pojo.model;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :
|
||||||
|
* @Reference :
|
||||||
|
* @Author :
|
||||||
|
* @CreateDate : 2024-05-09 18:08
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Data
|
||||||
|
public class MesInputNcProcessingModel {
|
||||||
|
|
||||||
|
|
||||||
|
@ApiParam("条码")
|
||||||
|
private String serialNumber;
|
||||||
|
|
||||||
|
|
||||||
|
@ApiParam("责任人")
|
||||||
|
private Integer person;
|
||||||
|
|
||||||
|
@ApiParam("类型")
|
||||||
|
private Integer type;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue