重新生成币种和价格

This commit is contained in:
2025-10-22 13:38:25 +08:00
parent f84002c861
commit aac1d599de
14 changed files with 1471 additions and 1477 deletions

View File

@ -4,18 +4,14 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
* @description: LngBCurrency分页参数 模型
*/
export interface LngBCurrencyPageParams extends BasicPageParams {
code: string;
fullName: string;
currSymbol: string;
valid: string;
code: string;
localSign: string;
sort: string;
valid: string;
note: string;
}
@ -29,12 +25,8 @@ export interface LngBCurrencyPageModel {
fullName: string;
currSymbol: string;
localSign: string;
sort: string;
valid: string;
note: string;