1
z8018
2025-05-06 7da6f394864ba0412c1ac58ba7752862de7d3f3d
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ContainerItem.cs
@@ -1,5 +1,5 @@

using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -53,5 +53,8 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "状态")]
        public int ItemStatus { get; set; }
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "状态")]
        public string Remark { get; set; }
    }
}