Browse Source

标题:重命名属性A为DocID以提高代码可读性

详细描述:
在WCS_TaskInfo.cs文件中,我们对WCS.Entity命名空间进行了一些重要的修改。我们移除了原先的属性A,并引入了新的属性DocID。这两个属性都是可空的,并且都有一个描述为"单号"的SugarColumn属性。这个更改是为了提高代码的可读性,因为DocID比A更能清楚地表达其代表的含义。
林豪 左 1 year ago
parent
commit
5185625b2d
1 changed files with 0 additions and 6 deletions
  1. 0 6
      WCS.Entity/WCS_TaskInfo.cs

+ 0 - 6
WCS.Entity/WCS_TaskInfo.cs

@@ -112,12 +112,6 @@ namespace WCS.Entity
 
         #region 码垛信息
 
-        /// <summary>
-        ///  码垛单号
-        /// </summary>
-        [SugarColumn(ColumnDescription = "单号", IsNullable = true)]
-        public int A { get; set; }
-
         /// <summary>
         ///  码垛单号
         /// </summary>