|
|
@@ -117,9 +117,9 @@ export interface NoticeFormData {
|
|
|
orgId: number;
|
|
|
orgCode: string;
|
|
|
orgName?: string;
|
|
|
- visibleRoles: VisibleRolesMask;
|
|
|
- brandScope?: BrandScope;
|
|
|
- customerBlacklist?: Array<CustomerBlacklistItem>;
|
|
|
+ visibleRoles: string;
|
|
|
+ brandScope?: string;
|
|
|
+ customerBlacklist?: string;
|
|
|
remark?: string;
|
|
|
status?: AnnouncementStatus;
|
|
|
}
|