Merge branch 'dev' into test
commit
dd6007656c
@ -0,0 +1,25 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.model;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Wynne.Lu
|
||||||
|
* @date 2020/3/3 13:14
|
||||||
|
* @desc
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
public class CellFeedModel {
|
||||||
|
|
||||||
|
private String workCenterCode;
|
||||||
|
|
||||||
|
private String workCellCode;
|
||||||
|
|
||||||
|
private String color;
|
||||||
|
|
||||||
|
private String partNo;
|
||||||
|
|
||||||
|
private String itemPartNo;
|
||||||
|
|
||||||
|
private String qty;
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,34 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.model.wms;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.common.Pager;
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description : WMS列表搜索model
|
||||||
|
* @Reference :
|
||||||
|
* @Author : silliter
|
||||||
|
* @CreateDate : 2020-01-07 14:33
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Data
|
||||||
|
public class WmsListSearchModel {
|
||||||
|
|
||||||
|
@ApiParam(value = "开窗列表查询key")
|
||||||
|
private String searchKey;
|
||||||
|
|
||||||
|
@ApiParam(value = "开窗列表查询value")
|
||||||
|
private String searchValue;
|
||||||
|
|
||||||
|
@ApiParam(value = "排序参数")
|
||||||
|
private String orderByParams;
|
||||||
|
|
||||||
|
@ApiParam(value = "分页组件")
|
||||||
|
private Pager pager;
|
||||||
|
|
||||||
|
@ApiParam(value = "实体类名")
|
||||||
|
private String objClassName;
|
||||||
|
|
||||||
|
@ApiParam(value = "有效性")
|
||||||
|
public Integer isValid;
|
||||||
|
}
|
@ -0,0 +1,90 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.ptl.bean;
|
||||||
|
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
||||||
|
import io.swagger.annotations.Api;
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
import org.hibernate.annotations.DynamicInsert;
|
||||||
|
import org.hibernate.annotations.DynamicUpdate;
|
||||||
|
|
||||||
|
import javax.persistence.Column;
|
||||||
|
import javax.persistence.Entity;
|
||||||
|
import javax.persistence.Table;
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :ptl-pcn定时任务工作清单
|
||||||
|
* @Reference :
|
||||||
|
* @Author : wangjie
|
||||||
|
* @CreateDate : 2019-08-26
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Data
|
||||||
|
@Entity
|
||||||
|
@DynamicInsert
|
||||||
|
@DynamicUpdate
|
||||||
|
@EqualsAndHashCode(callSuper = true)
|
||||||
|
@Table(name = "PTL_PCN_TASK")
|
||||||
|
@Api("ptl-pcn定时任务工作清单")
|
||||||
|
public class PtlPcnTask extends BaseBean implements Serializable {
|
||||||
|
private static final long serialVersionUID = 4129714382965409395L;
|
||||||
|
|
||||||
|
@Column(name = "TASK_CODE")
|
||||||
|
@ApiParam("任务代码")
|
||||||
|
private String taskCode;
|
||||||
|
|
||||||
|
@Column(name = "TASK_NAME")
|
||||||
|
@ApiParam("任务名称")
|
||||||
|
private String taskName;
|
||||||
|
|
||||||
|
@Column(name = "TASK_GROUP_NAME")
|
||||||
|
@ApiParam("任务组名称")
|
||||||
|
private String taskGroupName;
|
||||||
|
|
||||||
|
@Column(name = "TASK_DESCRIPTION")
|
||||||
|
@ApiParam("任务描述")
|
||||||
|
private String taskDescription;
|
||||||
|
|
||||||
|
@Column(name = "TASK_TYPE")
|
||||||
|
@ApiParam("任务类型")
|
||||||
|
private Integer taskType;
|
||||||
|
|
||||||
|
@Column(name = "TASK_MODULE")
|
||||||
|
@ApiParam("任务模块")
|
||||||
|
private String taskModule;
|
||||||
|
|
||||||
|
@Column(name = "TASK_CLASS")
|
||||||
|
@ApiParam("任务类名")
|
||||||
|
private String taskClass;
|
||||||
|
|
||||||
|
@Column(name = "TASK_PACKAGE")
|
||||||
|
@ApiParam("任务包名")
|
||||||
|
private String taskPackage;
|
||||||
|
|
||||||
|
@Column(name = "PCN_NAME")
|
||||||
|
@ApiParam("PCN节点名称")
|
||||||
|
private String pcnName;
|
||||||
|
|
||||||
|
@Column(name = "PCN_CODE")
|
||||||
|
@ApiParam("PCN节点名称代码")
|
||||||
|
private String pcnCode;
|
||||||
|
|
||||||
|
@Column(name = "TASK_CYCLE_EXPS")
|
||||||
|
@ApiParam("任务周期表达式")
|
||||||
|
private String taskCycleExps;
|
||||||
|
|
||||||
|
@Column(name = "TASK_CYCLE_DESCRIPTION")
|
||||||
|
@ApiParam("任务周期描述")
|
||||||
|
private String taskCycleDescription;
|
||||||
|
|
||||||
|
@Column(name = "TASK_PARAM")
|
||||||
|
@ApiParam("任务参数")
|
||||||
|
private String taskParam;
|
||||||
|
|
||||||
|
public int getTaskTypeVal() {
|
||||||
|
return this.taskType == null ? 0 : this.taskType;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,53 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.ptl.bean;
|
||||||
|
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
||||||
|
import io.swagger.annotations.Api;
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
import org.hibernate.annotations.DynamicInsert;
|
||||||
|
import org.hibernate.annotations.DynamicUpdate;
|
||||||
|
|
||||||
|
import javax.persistence.Column;
|
||||||
|
import javax.persistence.Entity;
|
||||||
|
import javax.persistence.Table;
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :ptl-pcn定时任务工作清单同步记录
|
||||||
|
* @Reference :
|
||||||
|
* @Author : wangjie
|
||||||
|
* @CreateDate : 2019-08-27
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Data
|
||||||
|
@Entity
|
||||||
|
@DynamicInsert
|
||||||
|
@DynamicUpdate
|
||||||
|
@EqualsAndHashCode(callSuper = true)
|
||||||
|
@Table(name = "PTL_PCN_TASK_LOG")
|
||||||
|
@Api("ptl-pcn定时任务工作清单同步记录")
|
||||||
|
public class PtlPcnTaskLog extends BaseBean implements Serializable {
|
||||||
|
private static final long serialVersionUID = -784806174962540310L;
|
||||||
|
|
||||||
|
@Column(name = "SYNC_TIME_START")
|
||||||
|
@ApiParam("同步数据开始时间")
|
||||||
|
private String syncTimeStart;
|
||||||
|
|
||||||
|
@Column(name = "SYNC_TIME_END")
|
||||||
|
@ApiParam("同步数据截止时间")
|
||||||
|
private String syncTimeEnd;
|
||||||
|
|
||||||
|
@Column(name = "SYNC_STATUS")
|
||||||
|
@ApiParam("同步状态")
|
||||||
|
private Integer syncStatus;
|
||||||
|
|
||||||
|
@Column(name = "ERROR_CONTENT")
|
||||||
|
@ApiParam("异常内容")
|
||||||
|
private Long errorContent;
|
||||||
|
|
||||||
|
public int getSyncStatusVal() {
|
||||||
|
return this.syncStatus == null ? 0 : this.syncStatus;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,16 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.ptl.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.ptl.bean.PtlPcnTask;
|
||||||
|
import org.springframework.stereotype.Repository;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :ptl-pcn定时任务清单
|
||||||
|
* @Reference :
|
||||||
|
* @Author : adair.song
|
||||||
|
* @CreateDate : 2020-03-03
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Repository
|
||||||
|
public interface PtlPcnTaskRepository extends BaseRepository<PtlPcnTask, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue