feat(giving): add sundayAttendanceCount model field and attendance setCounts API
ci-cd-vm / ci-cd (push) Successful in 2m21s
ci-cd-vm / ci-cd (push) Successful in 2m21s
This commit is contained in:
@@ -7,6 +7,7 @@ export interface MemberListItemDto {
|
||||
nickName: string | null;
|
||||
firstName_zh: string | null;
|
||||
lastName_zh: string | null;
|
||||
entity: string | null;
|
||||
status: MemberStatus;
|
||||
email: string | null;
|
||||
phoneCell: string | null;
|
||||
@@ -39,6 +40,7 @@ export interface CreateMemberRequest {
|
||||
nickName: string | null;
|
||||
firstName_zh: string | null;
|
||||
lastName_zh: string | null;
|
||||
entity: string | null;
|
||||
gender: string | null;
|
||||
dateOfBirth: string | null;
|
||||
baptismDate: string | null;
|
||||
|
||||
Reference in New Issue
Block a user