feat(ministry): add DefaultFunctionalClass for Form 990 functional split
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user