DocumentServiceAPI.Model/cyDocumentModel/Document_OtherCompanyTenderInfo.cs
@@ -15,6 +15,14 @@ } /// <summary> /// Desc: /// Default: /// Nullable:False /// </summary> [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public int ID { get; set; } /// <summary> /// Desc: /// Default: @@ -36,5 +44,12 @@ /// </summary> public decimal? TenderPrice {get;set;} /// <summary> /// Desc: /// Default: /// Nullable:True /// </summary> public int? TenantID { get; set; } } }