``` export default abstract class Bill extends Service{ } ``` 抽象的Service,会导致 this.service.bill类型为Function,而不是对象。