skyouc
2025-04-01 fd8c8f8facc58ce1d2dd45b738e8316172c99a85
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Task.java
@@ -2,6 +2,8 @@
import java.text.SimpleDateFormat;
import java.util.Date;
import lombok.experimental.Accessors;
import org.springframework.format.annotation.DateTimeFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
@@ -26,6 +28,7 @@
import java.util.Date;
@Data
@Accessors(chain = true)
@TableName("man_task")
public class Task implements Serializable {
@@ -69,6 +72,18 @@
    private String targLoc;
    /**
     * 源站点
     */
    @ApiModelProperty("源站点")
    private String orgSite;
    /**
     * 目标站点
     */
    @ApiModelProperty("目标站点")
    private String targSite;
    /**
     * 托盘码
     */
    @ApiModelProperty(value= "托盘码")