| | |
| | | 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.ComLowSecurityPopulationDAO; |
| | | import com.panzhihua.service_community.model.dos.ComLowSecurityPopulationDO; |
| | | import com.panzhihua.service_community.service.ComLowSecurityPopulationService; |
| | | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | | * @auther txb |
| | |
| | | */ |
| | | @Slf4j |
| | | @Service |
| | | public class ComLowSecurityPopulationServiceImpl extends ServiceImpl<ComLowSecurityPopulationDAO, ComLowSecurityPopulationDO> implements ComLowSecurityPopulationService { |
| | | public class ComLowSecurityPopulationServiceImpl extends |
| | | ServiceImpl<ComLowSecurityPopulationDAO, ComLowSecurityPopulationDO> implements ComLowSecurityPopulationService { |
| | | |
| | | } |