오늘매출 오늘정산

This commit is contained in:
focp212@naver.com
2025-09-26 15:20:20 +09:00
parent dd2fa9d6f3
commit 603a7b844d
3 changed files with 159 additions and 15 deletions

View File

@@ -17,8 +17,8 @@ export interface AuthRegisterProps {
};
export interface HomeCommonParams {
mid: string;
searchDate: string;
mid?: string;
searchDate?: string;
};
export interface HomeTodayParams extends HomeCommonParams {};
export interface HomeTodayResponse {