|
@@ -1,27 +0,0 @@
|
|
|
-package com.ecnu.platform.pojo.inputs;
|
|
|
-
|
|
|
-
|
|
|
-import com.three.common.annos.Doc4Class;
|
|
|
-import com.three.common.annos.Doc4Field;
|
|
|
-import lombok.Data;
|
|
|
-
|
|
|
-import java.util.Date;
|
|
|
-
|
|
|
-@Data
|
|
|
-@Doc4Class(desc = "船期信息")
|
|
|
-public class SmartScheduleInfo {
|
|
|
-
|
|
|
- @Doc4Field(desc = "靠泊ID", nullable = false)
|
|
|
- private Long berthId;
|
|
|
- private String vesselCode;
|
|
|
- private String vesselType;
|
|
|
- private Date planBeginWorkTime;
|
|
|
- private Date planEndWorkTime;
|
|
|
- private Long planStartPst;
|
|
|
- private Long planEndPst;
|
|
|
- private String planBerthDirect;
|
|
|
- private String maintainCwp;
|
|
|
- private Boolean sendWorkInstruction;
|
|
|
- private String doCwpFlag;
|
|
|
- private String startWorkFlag;
|
|
|
-}
|