🐛 导出价格
All checks were successful
Release / Release (push) Successful in 43s

This commit is contained in:
my_ong 2025-03-23 11:59:39 +08:00
parent 8ecc84a7c3
commit 6e9edd706c

View File

@ -108,7 +108,7 @@ public class Material extends IdBaseEntity {
@Column("m_description")
@Comment("备注")
@ColDefine(notNull = false, width = 500, precision = 0)
@ExcelIgnore
@ColumnWidth(40)
private String description;