| | |
| | | private Long id; |
| | | private Integer deliveryState; |
| | | private Integer stockState; |
| | | private String paymentTerms; |
| | | 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 salesmanId; |
| | | private String salesman; |
| | | private String creatorId; |
| | | private String creator; |
| | | private String contacts; |
| | | private String contactNumber; |
| | |
| | | private Double area; |
| | | private Integer quantity; |
| | | private Double money; |
| | | private Double otherMoney; |
| | | private String remarks; |
| | | private LocalDate createTime; |
| | | private LocalDate updateTime; |
| | | private Order order; |
| | | private Customer customer; |
| | | |
| | | } |