From b504b19b0881a7c1bd9e280ba41e993956b7f94e Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 30 一月 2026 16:41:56 +0800
Subject: [PATCH] feat: 进销存生产分析大屏
---
src/main/java/com/ruoyi/production/pojo/SalesLedgerProductionAccounting.java | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/pojo/SalesLedgerProductionAccounting.java b/src/main/java/com/ruoyi/production/pojo/SalesLedgerProductionAccounting.java
index 2959e4d..b410df7 100644
--- a/src/main/java/com/ruoyi/production/pojo/SalesLedgerProductionAccounting.java
+++ b/src/main/java/com/ruoyi/production/pojo/SalesLedgerProductionAccounting.java
@@ -72,11 +72,6 @@
private LocalDate schedulingDate;
/**
- *
- */
- private Integer status;
-
- /**
* 鍒涘缓鑰�
*/
@TableField(fill = FieldFill.INSERT)
@@ -106,4 +101,6 @@
@TableField(fill = FieldFill.INSERT)
private Long tenantId;
+ private Long ProductMainId;
+
}
--
Gitblit v1.9.3