Broker System for Supercredit
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

api-v1-login-response.ts 112B

12345678
  1. // tslint:disable-next-line:class-name
  2. export class apiv1LoginResponse {
  3. id?: string;
  4. login: boolean;
  5. }