From 3e144b2eb8fc9447d2d092edb71db533d12abc52 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期四, 24 九月 2026 19:06:39 +0800
Subject: [PATCH] feat(生产核算): 新增大类「中提琴」并打通工资/核算折算
---
src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java b/src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java
index 9de89fb..720917f 100644
--- a/src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java
+++ b/src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java
@@ -21,6 +21,11 @@
@Excel(name = "鎶ュ伐鍗曞彿")
private String productNo;
+ @Schema(description = "鎶ュ伐浜у搧澶х被锛氬皬鎻愮惔/澶ф彁鐞�/璐濇柉")
+ @TableField("major_category")
+ @Excel(name = "浜у搧澶х被")
+ private String majorCategory;
+
@Schema(description = "鎶ュ伐浜哄憳id")
private Long userId;
@@ -32,6 +37,18 @@
@Schema(description = "鎶ュ伐鐘舵��")
private Integer status;
+
+ @Schema(description = "鎶ュ伐缁撴灉绫诲瀷锛�0鍚堟牸锛�1杞诲井杩斿伐锛�2涓ラ噸杩斿伐锛�3鎶ュ簾")
+ @TableField("report_type")
+ private Integer reportType;
+
+ @Schema(description = "瀹℃牳鐘舵�侊細0寰呭鏍革紝1瀹℃牳閫氳繃锛�2瀹℃牳涓嶉�氳繃")
+ @TableField("audit_status")
+ private Integer auditStatus;
+
+ @Schema(description = "瀹℃牳鎰忚")
+ @TableField("audit_remark")
+ private String auditRemark;
@Schema(description = "鍒涘缓鏃堕棿")
@TableField(fill = FieldFill.INSERT)
@@ -60,4 +77,8 @@
@Schema(description = "宸ユ椂")
private BigDecimal workHour;
+ @Schema(description = "琛ヤ慨鐞嗗伐鏃�")
+ @TableField("repair_work_hour")
+ private BigDecimal repairWorkHour;
+
}
--
Gitblit v1.9.3