| WebService/src/main/java/com/java110/web/smo/community/impl/ListMyEnteredCommunitysSMOImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebService/src/main/java/com/java110/web/smo/community/impl/ListMyEnteredCommunitysSMOImpl.java
File was renamed from WebService/src/main/java/com/java110/web/smo/community/impl/ListListMyEnteredCommunitysSMOImpl.java @@ -22,8 +22,8 @@ /** * 查询community服务类 */ @Service("listCommunitysSMOImpl") public class ListListMyEnteredCommunitysSMOImpl extends AbstractComponentSMO implements IListMyEnteredCommunitysSMO { @Service("listMyEnteredCommunitysSMOImpl") public class ListMyEnteredCommunitysSMOImpl extends AbstractComponentSMO implements IListMyEnteredCommunitysSMO { @Autowired private RestTemplate restTemplate;