This commit is contained in:
2022-04-28 15:04:43 +08:00
parent 3598ac4f5a
commit df8675e4c9
4 changed files with 8 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("ParentId")]
public Dictionary Parent { get; set; }
public int ChildCodeEnum { get; set; }
[StringLength(50)]