From f6c21be39fb9aa4dbf9a5e900fc067153278bc87 Mon Sep 17 00:00:00 2001 From: danial Date: Thu, 20 Mar 2025 00:09:50 +0800 Subject: [PATCH] =?UTF-8?q?style(api):=20=E6=9B=B4=E6=96=B0=20API=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 tslint 替换为 eslint - 调整文件头部注释格式 - 添加空行以改善代码可读性 --- .../kami-api-card-info-walmart-v1-group-all-list-res.ts | 6 ++++++ ...mi-internal-model-entity-v1-card-redeem-account-group.ts | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/api/generated/models/kami-api-card-info-walmart-v1-group-all-list-res.ts b/src/api/generated/models/kami-api-card-info-walmart-v1-group-all-list-res.ts index 908e563..9f8ec7f 100644 --- a/src/api/generated/models/kami-api-card-info-walmart-v1-group-all-list-res.ts +++ b/src/api/generated/models/kami-api-card-info-walmart-v1-group-all-list-res.ts @@ -22,6 +22,12 @@ import type { KamiInternalModelEntityV1CardRedeemAccountGroup } from './kami-int * @interface KamiApiCardInfoWalmartV1GroupAllListRes */ export interface KamiApiCardInfoWalmartV1GroupAllListRes { + /** + * + * @type {number} + * @memberof KamiApiCardInfoWalmartV1GroupAllListRes + */ + total?: number; /** * * @type {Array} diff --git a/src/api/generated/models/kami-internal-model-entity-v1-card-redeem-account-group.ts b/src/api/generated/models/kami-internal-model-entity-v1-card-redeem-account-group.ts index a3a4764..1f763aa 100644 --- a/src/api/generated/models/kami-internal-model-entity-v1-card-redeem-account-group.ts +++ b/src/api/generated/models/kami-internal-model-entity-v1-card-redeem-account-group.ts @@ -36,6 +36,12 @@ export interface KamiInternalModelEntityV1CardRedeemAccountGroup { * @memberof KamiInternalModelEntityV1CardRedeemAccountGroup */ category?: string; + /** + * + * @type {string} + * @memberof KamiInternalModelEntityV1CardRedeemAccountGroup + */ + createdUserId?: string; /** * * @type {string}