From dbb562890133eeb111f729241e0660239d3ebe18 Mon Sep 17 00:00:00 2001 From: qwj <qwjzorro@163.com> Date: 星期四, 27 七月 2023 10:02:14 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService --- 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