| | |
| | | package com.panzhihua.service_community.service.impl; |
| | | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.panzhihua.service_community.dao.ComVeteransPopulationDAO; |
| | | import com.panzhihua.service_community.model.dos.ComVeteransPopulationDO; |
| | | import com.panzhihua.service_community.service.ComVeteransPopulationService; |
| | | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | | * @auther txb |
| | |
| | | */ |
| | | @Slf4j |
| | | @Service |
| | | public class ComVeteransPopulationServiceImpl extends ServiceImpl<ComVeteransPopulationDAO, ComVeteransPopulationDO> implements ComVeteransPopulationService { |
| | | public class ComVeteransPopulationServiceImpl extends ServiceImpl<ComVeteransPopulationDAO, ComVeteransPopulationDO> |
| | | implements ComVeteransPopulationService { |
| | | |
| | | } |