Commit ff069f3a by Neo Turing

优化

parent a1facfda
......@@ -165,7 +165,6 @@ namespace Kivii.Finances.Entities
#region 文本 摘要 备注
[ApiMember(Description = "摘要,最大500字")]
[IgnoreUpdate]
[StringLength(500), Default("")]
public string Summary { get; set; }
......
......@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2025.5120")]
[assembly: AssemblyFileVersion("5.4.2025.5120")]
[assembly: AssemblyVersion("5.4.2025.6090")]
[assembly: AssemblyFileVersion("5.4.2025.6090")]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment