From ca9c106255ff6283286c78ce621251839eb98189 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 23 三月 2026 16:00:38 +0800
Subject: [PATCH] feat(process): 新增工序机台字段及关联机台校验

---
 src/main/java/com/ruoyi/sales/pojo/InvoiceLedgerFile.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/pojo/InvoiceLedgerFile.java b/src/main/java/com/ruoyi/sales/pojo/InvoiceLedgerFile.java
index 2972dda..344b369 100644
--- a/src/main/java/com/ruoyi/sales/pojo/InvoiceLedgerFile.java
+++ b/src/main/java/com/ruoyi/sales/pojo/InvoiceLedgerFile.java
@@ -10,6 +10,9 @@
 @Data
 public class InvoiceLedgerFile {
 
+    @ApiModelProperty(value = "鏂囦欢ID")
+    private Long id;
+
     @ApiModelProperty(value = "鏂囦欢鍚嶇О")
     private String name;
 
@@ -40,5 +43,5 @@
 
     @ApiModelProperty(value = "绉熸埛ID")
     @TableField(fill = FieldFill.INSERT)
-    private Integer tenantId;
+    private Long tenantId;
 }

--
Gitblit v1.9.3