models/TN_RelocationList_Detail.cs
@@ -4,7 +4,13 @@ using System.Text; using System.Threading.Tasks; using SqlSugar; namespace HH.WCS.Mobox3.DSZSH.models { /// <summary> /// 移库单明细 /// </summary> [SugarTable("TN_RelocationList_Detail")] public class TN_RelocationList_Detail : BaseModel { public string S_OO_NO { get; set; } public string S_ITEM_CODE { get; set; }