| | |
| | | private Integer deliveryState; |
| | | private Integer stockState; |
| | | private String deliveryId; |
| | | private String orderId; |
| | | private String project; |
| | | private String customerId; |
| | | private String customerName; |
| | | private LocalDate deliveryDate; |
| | | private String payMethod; |
| | | private LocalDate payDate; |
| | | private String salaManId; |
| | | private String salaMan; |
| | | private String createrId; |
| | | private String saleManId; |
| | | private String saleMan; |
| | | private String creatorId; |
| | | private String creator; |
| | | private String contacts; |
| | | private String contactNumber; |
| | |
| | | private String remarks; |
| | | private LocalDate createTime; |
| | | private LocalDate updateTime; |
| | | private Order order; |
| | | private Customer customer; |
| | | |
| | | } |