From eb6f654fe2693d94e62c350638179b3cc95a4fb0 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 23 五月 2024 10:39:23 +0800
Subject: [PATCH] 修改发货删除
---
north-glass-erp/src/main/java/com/example/erp/entity/sd/Delivery.java | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/sd/Delivery.java b/north-glass-erp/src/main/java/com/example/erp/entity/sd/Delivery.java
index 391f453..a0763cd 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/sd/Delivery.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/sd/Delivery.java
@@ -14,15 +14,18 @@
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;
@@ -30,10 +33,9 @@
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;
}
--
Gitblit v1.8.0