文件名从 src/main/java/com/lf/server/service/data/ResService.java 修改 |
| | |
| | | package com.lf.server.service.data; |
| | | package com.lf.server.service.sys; |
| | | |
| | | import com.lf.server.entity.data.DictEntity; |
| | | import com.lf.server.entity.data.ResEntity; |
| | | import com.lf.server.entity.data.UsersEntity; |
| | | import com.lf.server.mapper.data.ResMapper; |
| | | import com.lf.server.entity.sys.ResEntity; |
| | | import com.lf.server.mapper.sys.ResMapper; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |