feat(bet-providers): 添加开注商管理功能,包括增删改查接口及前端页面
Some checks failed
lotteryadmin CI / build (push) Has been cancelled

This commit is contained in:
2026-07-08 15:56:41 +08:00
parent 70250696ea
commit 4f612ccbda
17 changed files with 472 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ export type TicketItemsListQuery = {
site_code?: string;
agent_node_id?: number;
draw_no?: string;
provider_code?: string;
status?: string[];
number?: string;
start_date?: string;