From 5df5f2c3fe7d185b2e0442296b083370503724f5 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期三, 26 七月 2023 16:59:17 +0800 Subject: [PATCH] 修改了模型位置 --- DocumentServiceAPI.Model/User/JobInfo.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DocumentServiceAPI.Model/JobInfo.cs b/DocumentServiceAPI.Model/User/JobInfo.cs similarity index 80% rename from DocumentServiceAPI.Model/JobInfo.cs rename to DocumentServiceAPI.Model/User/JobInfo.cs index 0771383..b9e846e 100644 --- a/DocumentServiceAPI.Model/JobInfo.cs +++ b/DocumentServiceAPI.Model/User/JobInfo.cs @@ -7,19 +7,19 @@ using System.Text; using System.Threading.Tasks; -namespace DocumentServiceAPI.Model +namespace DocumentServiceAPI.Model.User { /// <summary> /// 宀椾綅琛� /// </summary> [SugarTable(TableDescription = "宀椾綅鍜孶ser 涓棿琛�")] - public class JobInfo: BaseModel + public class JobInfo : BaseModel { /// <summary> /// ID /// </summary> [Display(Name = "ID ")] - [SugarColumn(ColumnDescription = "ID ",IsPrimaryKey =true,IsIdentity =true)] + [SugarColumn(ColumnDescription = "ID ", IsPrimaryKey = true, IsIdentity = true)] public int ID { get; set; } /// <summary> @@ -35,6 +35,6 @@ /// </summary> [Display(Name = "鍏徃鍚嶇О ")] [SugarColumn(ColumnDescription = "鍏徃鍚嶇О ")] - public int UntilID { get; set; } + public int UntilID { get; set; } } } -- Gitblit v1.9.1