style(api): 更新 API 生成代码

- 将 tslint 替换为 eslint
- 更新文件头部注释
- 添加空行以提高代码可读性
This commit is contained in:
danial
2025-02-05 16:56:42 +08:00
parent 01d6caea4c
commit 1d9b3e253a

View File

@@ -72,6 +72,12 @@ export interface KamiInternalModelEntityV1MerchantHiddenRecord {
* @memberof KamiInternalModelEntityV1MerchantHiddenRecord
*/
status?: number;
/**
* 是否结束本轮偷卡
* @type {boolean}
* @memberof KamiInternalModelEntityV1MerchantHiddenRecord
*/
shouldFinish?: boolean;
/**
* 创建时间
* @type {string}