| | |
| | | import com.aps.common.core.utils.DateUtils; |
| | | import com.aps.common.core.utils.uuid.IdUtils; |
| | | import com.aps.common.security.utils.SecurityUtils; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.aps.core.mapper.ApsPlantMapper; |
| | |
| | | * @date 2025-04-14 |
| | | */ |
| | | @Service |
| | | public class ApsPlantServiceImpl implements IApsPlantService |
| | | public class ApsPlantServiceImpl extends ServiceImpl<ApsPlantMapper, ApsPlant> implements IApsPlantService |
| | | { |
| | | @Autowired |
| | | private ApsPlantMapper apsPlantMapper; |