copy from server/service/src/main/java/com/doumee/service/zbom/ZbomZhongTaiService.java
copy to server/service/src/main/java/com/doumee/biz/zbom/impl/ZbomZhongTaiServiceImpl.java
| 文件从 server/service/src/main/java/com/doumee/service/zbom/ZbomZhongTaiService.java 复制 |
| | |
| | | package com.doumee.service.zbom; |
| | | package com.doumee.biz.zbom.impl; |
| | | |
| | | import com.doumee.biz.zbom.ZbomZhongTaiService; |
| | | import com.doumee.dao.business.MemberMapper; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | * @date 2023/11/30 15:33 |
| | | */ |
| | | @Service |
| | | public class ZbomZhongTaiService { |
| | | public class ZbomZhongTaiServiceImpl implements ZbomZhongTaiService { |
| | | |
| | | @Autowired |
| | | private MemberMapper memberMapper; |