Commit 83dc7f8a authored by zhengjie's avatar zhengjie
Browse files

优化user列表中的岗位DTO,修改@author信息,新增验证码登录

parent c01435a0
......@@ -11,7 +11,7 @@ import java.sql.Timestamp;
import java.io.Serializable;
/**
* @author jie
* @author Zheng Jie
* @date 2019-03-29
*/
@Entity
......
......@@ -12,7 +12,7 @@ import java.sql.Timestamp;
import java.util.Set;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-17
*/
@Entity
......
......@@ -12,7 +12,7 @@ import java.sql.Timestamp;
import java.util.Set;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-03
*/
@Entity
......
......@@ -15,7 +15,7 @@ import java.util.Set;
/**
* 角色
* @author jie
* @author Zheng Jie
* @date 2018-11-22
*/
@Entity
......
......@@ -15,7 +15,7 @@ import java.util.Date;
import java.util.Set;
/**
* @author jie
* @author Zheng Jie
* @date 2018-11-22
*/
@Entity
......
......@@ -5,7 +5,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-20
*/
@Data
......
......@@ -8,7 +8,7 @@ import java.util.List;
/**
* 构建前端路由时用到
* @author jie
* @author Zheng Jie
* @date 2018-12-20
*/
@Data
......
......@@ -9,7 +9,7 @@ import java.util.List;
import java.util.Set;
/**
* @author jie
* @author Zheng Jie
* @date 2019-03-25
*/
public interface DeptRepository extends JpaRepository<Dept, Long>, JpaSpecificationExecutor {
......
......@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* @author jie
* @author Zheng Jie
* @date 2019-04-10
*/
public interface DictDetailRepository extends JpaRepository<DictDetail, Long>, JpaSpecificationExecutor {
......
......@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* @author jie
* @author Zheng Jie
* @date 2019-04-10
*/
public interface DictRepository extends JpaRepository<Dict, Long>, JpaSpecificationExecutor {
......
......@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* @author jie
* @author Zheng Jie
* @date 2019-03-29
*/
public interface JobRepository extends JpaRepository<Job, Long>, JpaSpecificationExecutor {
......
......@@ -11,7 +11,7 @@ import java.util.List;
import java.util.Set;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-17
*/
public interface MenuRepository extends JpaRepository<Menu, Long>, JpaSpecificationExecutor {
......
......@@ -10,7 +10,7 @@ import java.util.List;
import java.util.Set;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-03
*/
public interface PermissionRepository extends JpaRepository<Permission, Long>, JpaSpecificationExecutor {
......
......@@ -7,7 +7,7 @@ import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import java.util.Set;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-03
*/
public interface RoleRepository extends JpaRepository<Role, Long>, JpaSpecificationExecutor {
......
......@@ -12,7 +12,7 @@ import java.util.Date;
import java.util.List;
/**
* @author jie
* @author Zheng Jie
* @date 2018-11-22
*/
public interface UserRepository extends JpaRepository<User, Long>, JpaSpecificationExecutor {
......
......@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @author jie
* @author Zheng Jie
* @date 2019-03-25
*/
@RestController
......
......@@ -14,7 +14,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
/**
* @author jie
* @author Zheng Jie
* @date 2019-04-10
*/
@RestController
......
......@@ -16,7 +16,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
/**
* @author jie
* @author Zheng Jie
* @date 2019-04-10
*/
@RestController
......
......@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.Set;
/**
* @author jie
* @author Zheng Jie
* @date 2019-03-29
*/
@RestController
......
......@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-03
*/
@RestController
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment