Wcstask.java
316 Bytes
package com.huaheng.tool.domain;
import lombok.Data;
@Data
public class Wcstask {
private Integer id;
private String remoteTaskNo;
private short taskType;
private short taskStatus;
private String containerCode;
private String fromLocationCode;
private String toLocationCode;
}