feat(admin): require store category on HQ store create
CI / verify (pull_request) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-26 07:13:56 +08:00
parent 2a208d5dea
commit ac1e0a9f13
4 changed files with 109 additions and 7 deletions
@@ -37,9 +37,9 @@ export class CreateStoreDto {
@IsNotEmpty()
phone: string;
@IsOptional()
@IsString()
categoryId?: string;
@IsNotEmpty()
categoryId: string;
@IsOptional()
@IsString()