From f53fb4af943e9a82c250fb60ad6ed941fd8f5d33 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期日, 07 七月 2024 09:07:53 +0800
Subject: [PATCH] 提交相关程序
---
north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java
new file mode 100644
index 0000000..baffe29
--- /dev/null
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java
@@ -0,0 +1,47 @@
+package com.example.erp.entity.pp;
+
+import lombok.Data;
+
+import java.time.LocalDate;
+@Data
+public class SetupBom {
+ //鑷ID
+ private Integer id;
+ //浜у搧缂栧彿
+ private String prodId;
+ //浜у搧鍚嶇О
+ private String productName;
+ //鍩烘暟
+ private Integer base;
+ ///鐗╂枡缂栫爜
+ private String materialID;
+ //鐗╂枡鍚嶇О
+ private String materialName;
+ //鍗曚綅
+ private String unit;
+ //鎹㈢畻鐜�
+ private String conversion;
+ //鍗曚綅2
+ private String unit2;
+ //鏁伴噺
+ private Integer number;
+ //宸ュ簭
+ private String process;
+ //浜у湴
+ private String producingArea;
+ //瀹℃牳鐘舵��
+ private Integer reviewStatus;
+ //鍒涘缓浜�
+ private String founder;
+ //瀹℃牳浜�
+ private String reviewer;
+ //浣跨敤鐘舵��
+ private Integer state;
+ //鐢熶骇鐘舵��
+ private Integer productionStatus;
+ //寤虹珛鏃堕棿
+ private LocalDate createTime;
+ //淇敼鏃堕棿
+ private LocalDate updateTime;
+
+}
--
Gitblit v1.8.0