Compare commits

...

2 Commits

Author SHA1 Message Date
he c1d618326b Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2024-05-30 14:31:20 +08:00
he db1a0195fe 代码修改 2024-05-30 14:31:20 +08:00
2 changed files with 1146 additions and 1125 deletions

View File

@ -11,7 +11,9 @@ namespace IRaCIS.Core.Infra.EFCore.Common.Dto
public string Code { get; set; } public string Code { get; set; }
public string DateType { get; set; } public string DateType { get; set; }
}
public string Identification { get; set; }
}
public class TypeNameDto public class TypeNameDto
{ {