dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/controller/web/RsRolefunWebController.java
File was renamed from dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/controller/web/RsRoleFunWebController.java @@ -15,8 +15,6 @@ import javax.servlet.http.HttpServletRequest; import java.util.Map; import java.util.stream.Collectors; import java.util.stream.Stream; /** * @title: 系统角色功能权限表接口api-web端 dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/dao/mapper/RsRolefunMapper.java
dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/dao/mapper/xml/RsRolefunMapper.xml
dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/domain/bo/RsRolefunBO.java
dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/domain/po/RsRolefun.java
File was renamed from dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/domain/po/RsRoleFun.java @@ -2,7 +2,6 @@ import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableLogic; import com.baomidou.mybatisplus.annotation.TableName; import lombok.Data; dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/service/RsRolefunService.java
File was renamed from dyh-service/dyh-cust/src/main/java/cn/huge/module/rsoper/service/RsRoleFunService.java @@ -19,13 +19,11 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageImpl; import org.springframework.data.domain.PageRequest; import org.springframework.transaction.annotation.Transactional; import javax.annotation.PostConstruct; import java.util.ArrayList; import java.util.Date; import java.util.List;