Kaynağa Gözat

chore(s0): 库位 storer 字段长度扩容 100→300

YY968XX 3 hafta önce
ebeveyn
işleme
2e0d995cec

+ 1 - 1
server/Plugins/Admin.NET.Plugin.AiDOP/Entity/S0/Warehouse/AdoS0LocationMaster.cs

@@ -25,7 +25,7 @@ public class AdoS0LocationMaster
     [SugarColumn(ColumnName = "descr", ColumnDescription = "库位说明", Length = 255, IsNullable = true)]
     public string? Descr { get; set; }
 
-    [SugarColumn(ColumnName = "storer", ColumnDescription = "货主/保管方", Length = 100, IsNullable = true)]
+    [SugarColumn(ColumnName = "storer", ColumnDescription = "货主/保管方", Length = 300, IsNullable = true)]
     public string? Storer { get; set; }
 
     [SugarColumn(ColumnName = "typed", ColumnDescription = "库位类型", Length = 50, IsNullable = true)]