fix(settlement): 全部门店可未出账提现并企微提醒

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-03 15:43:24 +08:00
parent f3353bbce5
commit 26472f8678
12 changed files with 60 additions and 87 deletions
@@ -138,11 +138,6 @@ export class CreateStoreDto {
@IsArray()
@IsString({ each: true })
visibilityPhones?: string[];
/** FIN-001:允许未出账手动提现 */
@IsOptional()
@IsBoolean()
withdrawWhitelistEnabled?: boolean;
}
export class UpdateStoreDto {
@@ -242,11 +237,6 @@ export class UpdateStoreDto {
@IsArray()
@IsString({ each: true })
visibilityPhones?: string[];
/** FIN-001:允许未出账手动提现 */
@IsOptional()
@IsBoolean()
withdrawWhitelistEnabled?: boolean;
}
export class CreateStoreAccountDto {