动态form + ptl_pcn亮灯修改
parent
ba6c9200bc
commit
76d35b42e1
@ -0,0 +1,29 @@
|
||||
package cn.estsh.i3plus.pojo.ptl.model;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description :
|
||||
* @Reference :
|
||||
* @Author : Castle
|
||||
* @CreateDate : 2022/10/12 14:54
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
@ApiModel(value = "mes-pcn调用亮灯接口")
|
||||
public class WhLightOnModel {
|
||||
|
||||
@ApiModelProperty(value = "工厂")
|
||||
private String organizeCode;
|
||||
|
||||
@ApiModelProperty(value = "总成物料号")
|
||||
private String partNo;
|
||||
|
||||
@ApiModelProperty(value = "亮灯区域")
|
||||
private String areaNo;
|
||||
|
||||
@ApiModelProperty(value = "操作员")
|
||||
private String userName;
|
||||
}
|
Loading…
Reference in New Issue