This commit is contained in:
2025-10-22 13:54:41 +08:00
parent a11f035194
commit 3ec4bcb148
2 changed files with 29 additions and 0 deletions

View File

@ -7,6 +7,12 @@ export interface LngBCurrencyPageParams extends BasicPageParams {
fullName: string;
valid: string;
code: string;
localSign: string;
note: string;
}
/**