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
@@ -9,4 +9,5 @@ public class UpdateMinistryRequest
[MaxLength(500)] public string? Description_zh { get; set; }
public bool IsActive { get; set; } = true;
public int SortOrder { get; set; }
[MaxLength(20)] public string? DefaultFunctionalClass { get; set; }
}