From 2cf76b152d6dd556bade813ea843899e7d4ba42e Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 21 八月 2025 09:05:10 +0800 Subject: [PATCH] art: 物料拉动增加发布时间 --- src/main/java/org/jeecg/modules/base/entity/Factory.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/jeecg/modules/base/entity/Factory.java b/src/main/java/org/jeecg/modules/base/entity/Factory.java index b3c8007..fbcb3ef 100644 --- a/src/main/java/org/jeecg/modules/base/entity/Factory.java +++ b/src/main/java/org/jeecg/modules/base/entity/Factory.java @@ -94,4 +94,9 @@ @Excel(name = "澶囨敞", width = 15) @ApiModelProperty(value = "澶囨敞") private String remark; + + /**浜х嚎绫诲瀷*/ + @Excel(name = "浜х嚎绫诲瀷", width = 15) + @ApiModelProperty(value = "浜х嚎绫诲瀷") + private String productionType; } -- Gitblit v1.9.3