style(api): 更新 API 生成代码
- 将 tslint 替换为 eslint - 更新文件头部注释 - 添加空行以提高代码可读性
This commit is contained in:
@@ -72,6 +72,12 @@ export interface KamiInternalModelEntityV1MerchantHiddenRecord {
|
||||
* @memberof KamiInternalModelEntityV1MerchantHiddenRecord
|
||||
*/
|
||||
status?: number;
|
||||
/**
|
||||
* 是否结束本轮偷卡
|
||||
* @type {boolean}
|
||||
* @memberof KamiInternalModelEntityV1MerchantHiddenRecord
|
||||
*/
|
||||
shouldFinish?: boolean;
|
||||
/**
|
||||
* 创建时间
|
||||
* @type {string}
|
||||
|
||||
Reference in New Issue
Block a user