From 836da9ffd7159fcf46442ec50af73f39def01706 Mon Sep 17 00:00:00 2001 From: qwj <qwjzorro@163.com> Date: 星期三, 16 八月 2023 09:47:14 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService --- DocumentServiceAPI.Model/cyDocumentModel/Document_WinInfo.cs | 27 +++++++++++++++++++++------ 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/DocumentServiceAPI.Model/cyDocumentModel/Document_WinInfo.cs b/DocumentServiceAPI.Model/cyDocumentModel/Document_WinInfo.cs index 7301ebe..375d9b2 100644 --- a/DocumentServiceAPI.Model/cyDocumentModel/Document_WinInfo.cs +++ b/DocumentServiceAPI.Model/cyDocumentModel/Document_WinInfo.cs @@ -15,12 +15,20 @@ } - /// <summary> - /// Desc: - /// Default: - /// Nullable:False - /// </summary> - public int ProjectId {get;set;} + + /// <summary> + /// Desc: + /// Default: + /// Nullable:False + /// </summary> + [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] + public int ID { get; set; } + /// <summary> + /// Desc: + /// Default: + /// Nullable:False + /// </summary> + public int ProjectId {get;set;} /// <summary> /// Desc: @@ -78,5 +86,12 @@ /// </summary> public decimal? ThirdPrice {get;set;} + /// <summary> + /// Desc: + /// Default: + /// Nullable:True + /// </summary> + public int UnitId { get; set; } + } } -- Gitblit v1.9.1