瀏覽代碼

添加奖励配置分类

lcl 8 月之前
父節點
當前提交
324a22020f
共有 3 個文件被更改,包括 19 次插入0 次删除
  1. 7 0
      Model/Database/PriList.cs
  2. 6 0
      Model/Vo/Admin/GetPriListListVo.cs
  3. 6 0
      Model/Vo/Admin/GetPriListQueryVo.cs

+ 7 - 0
Model/Database/PriList.cs

@@ -115,6 +115,13 @@ namespace Model
         public string? prizeSourceField { get; set; }
 
 
+        /// <summary>
+        /// 分类
+        /// </summary>
+        [SugarColumn(ColumnDescription = "分类", Length = 20, ColumnName = "kind")]
+        public string? kind { get; set; }
+
+
 
     }
 }

+ 6 - 0
Model/Vo/Admin/GetPriListListVo.cs

@@ -61,6 +61,12 @@ namespace Vo.Admin
         public string? prizeSourceField { get; set; }
 
 
+        /// <summary>
+        /// 分类
+        /// </summary>
+        public string? kind { get; set; }
+
+
 
     }
 }

+ 6 - 0
Model/Vo/Admin/GetPriListQueryVo.cs

@@ -67,6 +67,12 @@ namespace Vo.Admin
         public string? prizeSourceField { get; set; }
 
 
+        /// <summary>
+        /// 分类
+        /// </summary>
+        public string? kind { get; set; }
+
+
 
     }
 }