服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-10 f12084241b438c025550d4f9337935abf9a52c81
Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs
@@ -24,15 +24,20 @@
      #region 公共属性
      /// <summary>
      /// 条码
        /// 被包装条码
      /// </summary>
      [DisplayName("条码")]
        [DisplayName("被包装条码")]
      public string SN { get; set; }
      /// <summary>
      /// 父包装条码
        /// 父包装条码(最外层包装留空)
      /// </summary>
      [DisplayName("父包装条码")]
        [DisplayName("父包装条码(最外层包装留空)")]
      public string PARENT_SN { get; set; }
        /// <summary>
        /// 在制品ID(不是最小包装则留空)
        /// </summary>
        [DisplayName("在制品ID(不是最小包装则留空)")]
        public string WIP_ID { get; set; }
      /// <summary>
      /// 包装类型
      /// </summary>
@@ -151,7 +156,6 @@
         Enum1,
      }
      */
      #endregion
      #region 公共方法