old mode 100644
new mode 100755
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "community-service", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "${java110.community-service}", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/noticeApi") |
| | | public interface INoticeInnerServiceSMO { |
| | | |
| | |
| | | */ |
| | | @RequestMapping(value = "/queryNoticesCount", method = RequestMethod.POST) |
| | | int queryNoticesCount(@RequestBody NoticeDto noticeDto); |
| | | |
| | | @RequestMapping(value = "/updateNotice", method = RequestMethod.POST) |
| | | int updateNotice(@RequestBody NoticeDto noticeDto); |
| | | } |