林豪 左 1 年之前
父節點
當前提交
1f1db692e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      业务工程/分拣库/WCS.Entity.Protocol/SRM/WCS_SRM537.cs

+ 1 - 1
业务工程/分拣库/WCS.Entity.Protocol/SRM/WCS_SRM537.cs

@@ -12,7 +12,7 @@ namespace WCS.Entity.Protocol.SRM
     {
         /// <inheritdoc/>
         [DataMember(Order = 0)]
-        [SugarColumn(ColumnDataType = "long256")]
+        [SugarColumn(ColumnDataType = "long(256)")]
         public SrmAlarm Alarm { get; set; }
     }
 }