merge partner
This commit is contained in:
@ -30,7 +30,7 @@ export class InsuranceManagementService extends ShipperBaseService {
|
||||
// 退保费
|
||||
$api_get_addINPBillRefundApplication = `/billRefundApplication/addINPBillRefundApplication`;
|
||||
|
||||
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
|
||||
super(injector, eaCacheSrv);
|
||||
constructor(public injector: Injector) {
|
||||
super(injector);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user