| | |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | 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; |
| | |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | | @Accessors(chain = true) |
| | | @TableName("man_delivery_item") |
| | | public class DeliveryItem implements Serializable { |
| | | |
| | |
| | | */ |
| | | @ApiModelProperty(value= "主单标识") |
| | | private Long deliveryId; |
| | | |
| | | @ApiModelProperty("主单编码") |
| | | private String deliveryCode; |
| | | |
| | | /** |
| | | * erp明细标识 |
| | |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | |
| | | |
| | | public String getStatus$(){ |
| | | if (null == this.status){ return null; } |
| | | switch (this.status){ |