Commit eba9f0ad by zhangyang

[crm]增加获取所有广告主内部接口(实现类增加mapping)

parent 233c712c
......@@ -113,6 +113,7 @@ public class AdvertisingSpaceServiceImpl implements AdvertisingSpaceService {
}
@Override
@GetMapping("getAllMaster")
public ResponseEntity<ResponseDto<List<AdvertisingMasterBaseDTO>>> getAllMasterBaseInfo() throws BizException {
List<AdvertisingMasterDTO> allMaster = advertisingSpaceBiz.getAllMaster();
ArrayList<AdvertisingMasterBaseDTO> dtoList = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment