From 21bf8b454eee7e80d9471e4424e7520c4f82f3a7 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 25 七月 2023 11:55:14 +0800
Subject: [PATCH] 通知单及合同相关优化

---
 igds-inout/src/main/java/com/ld/igds/m/dto/NoticeDto.java |  142 ++++++++++++++++++++++++----------------------
 1 files changed, 74 insertions(+), 68 deletions(-)

diff --git a/igds-inout/src/main/java/com/ld/igds/m/dto/NoticeDto.java b/igds-inout/src/main/java/com/ld/igds/m/dto/NoticeDto.java
index 18d3258..c8ee446 100644
--- a/igds-inout/src/main/java/com/ld/igds/m/dto/NoticeDto.java
+++ b/igds-inout/src/main/java/com/ld/igds/m/dto/NoticeDto.java
@@ -1,6 +1,7 @@
 package com.ld.igds.m.dto;
 
 import lombok.Data;
+
 import java.util.Date;
 
 /**
@@ -9,77 +10,82 @@
  * @author chen
  */
 @Data
-public class NoticeDto{
+public class NoticeDto {
 
 
-	/**
-	 * 閫氱煡鍗昳d
-	 */
-	private String id;
+    /**
+     * 閫氱煡鍗昳d
+     */
+    private String id;
 
+
+    private String name;
+
+    /**
+     * 缁勭粐缂栫爜
+     */
+    private String companyId;
+
+    /**
+     * 搴撳尯缂栫爜
+     */
+    private String deptId;
+
+    /**
+     * 浠撳簱缂栫爜
+     */
+    private String depotId;
+
+    /**
+     * 瀹㈡埛缂栫爜
+     */
+    private String customerId;
+
+    /**
+     * 瀹㈡埛鍚嶇О
+     */
+    private String customerName;
+
+    /**
+     * 鍗曚綅鍚嶇О
+     */
+    private String unitName;
+
+    /**
+     * 绮鍝佺
+     */
+    private String foodVariety;
+
+
+    /**
+     * 绮鎬ц川
+     */
+    private String foodType;
+
+
+    /**
+     * 骞翠唤
+     */
+    private String year;
+
+    /**
+     * 鐩爣鏁伴噺
+     */
+    private double targetNumber = 0.0;
+
+    /**
+     * 瀹屾垚鏁伴噺
+     */
+    private double completeNumber = 0.0;
+
+    /**
+     * 瀹屾垚鏃堕棿
+     */
+    private Date completeTime;
 	
-	private String name;
-
-	/**
-	 * 缁勭粐缂栫爜
-	 */
-	private String companyId;
-
-	/**
-	 * 搴撳尯缂栫爜
-	 */
-	private String deptId;
-
-	/**
-	 * 浠撳簱缂栫爜
-	 */
-	private String depotId;
-
-	/**
-	 * 瀹㈡埛缂栫爜
-	 */
-	private String customerId;
-
-	/**
-	 * 瀹㈡埛鍚嶇О
-	 */
-	private String customerName;
-
-	/**
-	 * 鍗曚綅鍚嶇О
-	 */
-	private String unitName;
-
-	/**
-	 * 绮鍝佺
-	 */
-	private String foodVariety;
-	
-
-	/**
-	 * 绮鎬ц川
-	 */
-	private String foodType;
-
-
-	/**
-	 * 骞翠唤
-	 */
-	private String year;
-
-	/**
-	 * 鐩爣鏁伴噺
-	 */
-	private double targetNumber = 0.0;
-
-	/**
-	 * 瀹屾垚鏁伴噺
-	 */
-	private double completeNumber = 0.0;
-
-	/**
-	 * 瀹屾垚鏃堕棿
-	 */
-	private Date completeTime;
+    /**
+     * 鎵�灞炲悎鍚�
+     */
+    private String contractName;
 
 }

--
Gitblit v1.9.3