From 256acffffd45af74181fc96d7090cd42563c72ca Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 19 十二月 2025 16:56:06 +0800
Subject: [PATCH] 111
---
src/main/java/com/gs/dingtalk/entity/VwCjScSjTsBb.java | 83 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 83 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/gs/dingtalk/entity/VwCjScSjTsBb.java b/src/main/java/com/gs/dingtalk/entity/VwCjScSjTsBb.java
new file mode 100644
index 0000000..02997f6
--- /dev/null
+++ b/src/main/java/com/gs/dingtalk/entity/VwCjScSjTsBb.java
@@ -0,0 +1,83 @@
+package com.gs.dingtalk.entity;
+
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableName;
+import lombok.Data;
+
+import java.io.Serializable;
+
+/**
+ *
+ * @TableName VW_CJ_SC_SJ_TS_BB
+ */
+@TableName(value ="VW_CJ_SC_SJ_TS_BB")
+@Data
+public class VwCjScSjTsBb implements Serializable {
+ /**
+ * 鐗╂枡鍚嶇О
+ */
+ private String itemName;
+
+ /**
+ * 鐗╂枡缂栫爜
+ */
+ private String itemNo;
+
+ /**
+ * 杞﹂棿鍚嶇О
+ */
+ private String departmentname;
+
+ /**
+ * 杞﹂棿缂栫爜
+ */
+ private String daa001;
+
+ /**
+ * 宸ュ崟鍙�
+ */
+ private String lineName;
+
+ /**
+ * 绾夸綋鍚嶇О
+ */
+ private String daa008;
+
+ /**
+ * 棰勮寮�宸�
+ */
+ private String yjkg;
+
+ /**
+ * 瀹為檯寮�宸�
+ */
+ private String sjkg;
+
+ /**
+ *
+ */
+ private String sq;
+
+ /**
+ * 鍏ュ簱
+ */
+ private String rk;
+
+ /**
+ * 鐢宠鏈畬宸ユ暟
+ */
+ private String sqwwg;
+
+ /**
+ * 鍏ュ簱鏈畬宸�
+ */
+ private String rkwwg;
+
+ /**
+ * 鐢宠鏈叆搴�
+ */
+ private String sqwrk;
+
+ @TableField(exist = false)
+ private static final long serialVersionUID = 1L;
+}
\ No newline at end of file
--
Gitblit v1.9.3