ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
13 lines (12 loc) • 439 B
TypeScript
import { BaseModuleEntity } from '../base/baseModuleEntity';
export declare class SmsLogApiPathModel extends BaseModuleEntity<string> {
linkApiPathId: string;
linkOutBoxId: string;
linkOutBoxDetailId: string;
statusOutOfServiceActive: boolean;
statusOutOfServiceExpire?: Date;
statusNotStableActive: boolean;
statusNotStableExpire?: Date;
statusNotStableCount: number;
statusInfo: string;
}