服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-04-01 4f8eea9a2af3a72e5ce55173cdc0759dd02f5f20
Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.ComponentModel;
using System.Collections.Generic;
using Tiger.Model.Extensions;
namespace Tiger.Model
{
@@ -60,6 +61,8 @@
      [SugarColumn(IsIgnore = true)]
      public string FieldName { get; set; }
      */
        [SugarColumn(IsIgnore = true)]
        public BIZ_WMS_PREP_BTH CurBatch => Batchs?.OrderBy(q => q.CALL_TIME).FirstOrDefault(q => q.STATUS < STATUSs.Close.GetValue());
        #endregion
        #region 外键属性