Typescript serializing generic

后端 未结 0 1542
清酒与你
清酒与你 2020-11-30 02:09

I have the following base class:

export default class BaseModel{
    Id:string;
    CreatedDate:Date;
}

With following child class:

im

相关标签:
回答
  • 消灭零回复
提交回复
热议问题