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
@@ -8,4 +8,5 @@ public class CreateMinistryRequest
[MaxLength(500)] public string? Description_en { get; set; }
[MaxLength(500)] public string? Description_zh { get; set; }
public int SortOrder { get; set; }
[MaxLength(20)] public string? DefaultFunctionalClass { get; set; }
}