服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-07-29 a6dfcbcd46726b4986065965e2bb386e2f2ce1e9
Tiger.Model.Net/Entitys/MES/MES_WIP_HIS.cs
@@ -289,7 +289,7 @@
      /// 是否已经良品过站
      /// </summary>
      [SugarColumn(IsIgnore = true)]
      public bool IsFinished => DFT_FLAG == "Y";
      public bool IsFinished => DFT_FLAG != "Y";
        #endregion
        #region 外键属性