导航属性优化整理
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-08-22 20:10:59 +08:00
parent 4319982be9
commit 47ec4a5e7e
142 changed files with 1860 additions and 2493 deletions
@@ -13,18 +13,14 @@ namespace IRaCIS.Core.Domain.Models
///SystemCriterionDictionaryCode
///</summary>
[Table("SystemCriterionDictionaryCode")]
public class SystemCriterionDictionaryCode : BaseAuditAddEntity
{
/// <summary>
/// SystemCriterionId
/// </summary>
[Required]
public class SystemCriterionDictionaryCode : BaseAddAuditEntity
{
#region
#endregion
public Guid SystemCriterionId { get; set; }
/// <summary>
/// Code
/// </summary>
[Required]
public string Code { get; set; }