|
|
@ -47,6 +47,6 @@ public interface IBasicdataStoreBusinessClient { |
|
|
|
BladePage<BasicdataStoreBusinessEntity> top(@RequestParam("current") Integer current, @RequestParam("size") Integer size); |
|
|
|
BladePage<BasicdataStoreBusinessEntity> top(@RequestParam("current") Integer current, @RequestParam("size") Integer size); |
|
|
|
|
|
|
|
|
|
|
|
@GetMapping(API_PREFIX+"/findByClientIdAndTypeService") |
|
|
|
@GetMapping(API_PREFIX+"/findByClientIdAndTypeService") |
|
|
|
BasicdataStoreBusinessEntity findByClientIdAndTypeService(Long clientEntityId, Integer typeService); |
|
|
|
BasicdataStoreBusinessEntity findByClientIdAndTypeService(@RequestParam Long clientEntityId,@RequestParam Integer typeService); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|