feat(ministry): add DefaultFunctionalClass for Form 990 functional split

This commit is contained in:
Chris Chen
2026-06-24 19:00:36 -07:00
parent ac84097254
commit d3e6b5aed5
7 changed files with 24 additions and 0 deletions
+1
View File
@@ -11,4 +11,5 @@ public class Ministry : IAuditable
public string? Description_zh { get; set; }
public int SortOrder { get; set; }
public bool IsActive { get; set; } = true;
public string DefaultFunctionalClass { get; set; } = "Program";
}