Commit f449c247 by zhoujinghao

包结构修改

1 parent 26204cbf
......@@ -2,7 +2,7 @@ package org.nafmii.controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.nafmii.result.Result;
import org.nafmii.response.Result;
import org.nafmii.service.UserService;
import org.nafmii.vo.UserVO;
import org.springframework.beans.factory.annotation.Autowired;
......
package org.nafmii.service;
import org.nafmii.result.Result;
import org.nafmii.response.Result;
import org.nafmii.vo.UserVO;
/**
......
......@@ -2,7 +2,7 @@ package org.nafmii.service.impl;
import org.nafmii.result.Result;
import org.nafmii.response.Result;
import org.nafmii.service.UserService;
import org.nafmii.utils.JwtUtils;
import org.nafmii.vo.UserAndRoleVo;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!