Compare commits

...

2 Commits

Author SHA1 Message Date
hang a37a1a6b95 Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2024-01-15 15:14:41 +08:00
hang 33c3fc158f [遗漏 get set] 2024-01-15 15:14:37 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ namespace IRaCIS.Core.Domain.Models
public bool IsSuccess { get; set; } public bool IsSuccess { get; set; }
public string Note = string.Empty; public string Note { get; set; } = string.Empty;
public string RecordPath { get; set; }=string.Empty; public string RecordPath { get; set; }=string.Empty;