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

PastYearMonthly.model.ts 146B

1234567891011
  1. export class PastYearMonthlyData {
  2. Period: string;
  3. Month: number;
  4. Year: number;
  5. Amount: number;
  6. Trail: number;
  7. Summary: string;
  8. }