models/TN_Container_ItemType.cs
@@ -16,8 +16,8 @@
    /// </remarks>
    [SugarTable("TN_Container_ItemType")]
    public class TN_Container_ItemType : BaseModel {
        public string S_CNTR_CODE { get; set; }
        public string S_CNTR_TYPE { get; set; }
        public string S_ITEM_CODE { get; set; }
        public string S_CNTR_CODE { get; set; } = string.Empty;
        public string S_CNTR_TYPE { get; set; } = string.Empty;
        public string S_ITEM_CODE { get; set; } = string.Empty;
    }
}