107 lines
2.6 KiB
TypeScript
107 lines
2.6 KiB
TypeScript
/* tslint:disable */
|
|
|
|
/**
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document:
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
|
|
// May contain unused imports in some cases
|
|
// @ts-ignore
|
|
import type { KamiApiCardInfoWalmartV1CardRedeemAccountSummary } from './kami-api-card-info-walmart-v1-card-redeem-account-summary';
|
|
// May contain unused imports in some cases
|
|
// @ts-ignore
|
|
import type { KamiApiSysUserV1SysUserRecord } from './kami-api-sys-user-v1-sys-user-record';
|
|
|
|
/**
|
|
*
|
|
* @export
|
|
* @interface KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
export interface KamiApiCardInfoWalmartV1AccountDailySummaryRecord {
|
|
/**
|
|
*
|
|
* @type {KamiApiCardInfoWalmartV1CardRedeemAccountSummary}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
dailySummary?: KamiApiCardInfoWalmartV1CardRedeemAccountSummary;
|
|
/**
|
|
*
|
|
* @type {KamiApiSysUserV1SysUserRecord}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
uploadUser?: KamiApiSysUserV1SysUserRecord;
|
|
/**
|
|
*
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
id?: string;
|
|
/**
|
|
*
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
name?: string;
|
|
/**
|
|
* 京东用户ID
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
username?: string;
|
|
/**
|
|
* 创建人
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
createUserId?: string;
|
|
/**
|
|
* 账户类型
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
category?: string;
|
|
/**
|
|
* 余额
|
|
* @type {number}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
balance?: number;
|
|
/**
|
|
* 状态 1.正常 0.禁用
|
|
* @type {number}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
status?: number;
|
|
/**
|
|
*
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
remark?: string;
|
|
/**
|
|
*
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
createdAt?: string;
|
|
/**
|
|
*
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
updatedAt?: string;
|
|
/**
|
|
*
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoWalmartV1AccountDailySummaryRecord
|
|
*/
|
|
deletedAt?: string;
|
|
}
|