调整TopgpDdlServiceImpl目录

This commit is contained in:
bo.yang 2021-07-02 10:34:17 +08:00
parent 308bff6c3e
commit 5fe8229ab9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
package com.ruoyi.bps.service; package com.ruoyi.bps.service.impl;
import com.ruoyi.bps.mapper.TopgpDdlMapper; import com.ruoyi.bps.mapper.TopgpDdlMapper;
import com.ruoyi.bps.service.TopgpDdlService;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;