From ede4e6aef5421f3a28fb4bc083ee60025b1b5f03 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 01 三月 2024 08:56:39 +0800
Subject: [PATCH] 报工新增界面部分代码

---
 north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java
index 2a3d7f6..d9485b2 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java
@@ -4,6 +4,8 @@
 import com.example.erp.entity.sd.OrderDetail;
 import lombok.Data;
 
+import java.time.LocalDate;
+
 @Data
 public class ProductionScheduling {
     //鑷id
@@ -19,15 +21,15 @@
     //鎺掍骇鏁伴噺
     private Integer schedulingQuantity;
     //璁″垝寮�濮嬫椂闂�
-    private Integer scheduledStartTime;
+    private LocalDate scheduledStartTime;
     //璁″垝缁撴潫鏃堕棿
-    private Integer planEndTime;
+    private LocalDate planEndTime;
     //瀹℃牳鐘舵��
     private String reviewStatus;
     //澶囨敞
     private String notes;
     //鍒涘缓鏃堕棿
-    private String createTime;
+    private LocalDate createTime;
 
     //澶栭敭璁㈠崟琛�
     private Order order;

--
Gitblit v1.8.0