Merge branches 'dev' and 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
3bc277178e
@ -0,0 +1,27 @@
|
||||
package cn.estsh.i3plus.pojo.model.andon;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Description: mes定时获取安灯安灯任务信息请求DTO
|
||||
* @Reference:
|
||||
* @Author: Crish
|
||||
* @CreateDate:2019-10-25-14:40
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
public class AndonManageQueueSyncModel{
|
||||
|
||||
@ApiParam("同步时间")
|
||||
private String syscTime;
|
||||
|
||||
@ApiParam("安灯状态")
|
||||
private List<Object> statusList;
|
||||
|
||||
@ApiParam("组织代码")
|
||||
private String organizeCode;
|
||||
}
|
Loading…
Reference in New Issue