ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
29 lines (28 loc) • 979 B
TypeScript
import { BaseModuleEntity } from '../base/baseModuleEntity';
import { SmsLogApiPathModel } from './smsLogApiPathModel';
import { SmsLogOutBoxModel } from './smsLogOutBoxModel';
export declare class SmsLogOutBoxDetailModel extends BaseModuleEntity<string> {
recordDetailStatus: number;
linkOutBoxId: string;
linkApiPathId: string;
linkApiNumberId: string;
receiverNumber: string;
credit: number;
pageCount: number;
giveBackCredit: number;
senderNumber: string;
isSended: boolean;
getApiOnSendInfo: string;
getApiOnSendIdentity: string;
getApiDeliveryStatus?: number;
getApiDeliveryStatusTitle: string;
recordDetailStatusTitle: string;
getApiOnDeliveryInfo: string;
userDelete?: boolean;
adminuserDelete?: boolean;
virtual_OutBox: SmsLogOutBoxModel;
outBox: SmsLogOutBoxModel;
outBoxDetailLocks: SmsLogApiPathModel;
slaLinkId: string;
slaChanceCount: number;
}