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

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

parent c01435a0
...@@ -11,7 +11,7 @@ import java.sql.Timestamp; ...@@ -11,7 +11,7 @@ import java.sql.Timestamp;
import java.io.Serializable; import java.io.Serializable;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-03-29 * @date 2019-03-29
*/ */
@Entity @Entity
......
...@@ -12,7 +12,7 @@ import java.sql.Timestamp; ...@@ -12,7 +12,7 @@ import java.sql.Timestamp;
import java.util.Set; import java.util.Set;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-17 * @date 2018-12-17
*/ */
@Entity @Entity
......
...@@ -12,7 +12,7 @@ import java.sql.Timestamp; ...@@ -12,7 +12,7 @@ import java.sql.Timestamp;
import java.util.Set; import java.util.Set;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-03 * @date 2018-12-03
*/ */
@Entity @Entity
......
...@@ -15,7 +15,7 @@ import java.util.Set; ...@@ -15,7 +15,7 @@ import java.util.Set;
/** /**
* 角色 * 角色
* @author jie * @author Zheng Jie
* @date 2018-11-22 * @date 2018-11-22
*/ */
@Entity @Entity
......
...@@ -15,7 +15,7 @@ import java.util.Date; ...@@ -15,7 +15,7 @@ import java.util.Date;
import java.util.Set; import java.util.Set;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-11-22 * @date 2018-11-22
*/ */
@Entity @Entity
......
...@@ -5,7 +5,7 @@ import lombok.Data; ...@@ -5,7 +5,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-20 * @date 2018-12-20
*/ */
@Data @Data
......
...@@ -8,7 +8,7 @@ import java.util.List; ...@@ -8,7 +8,7 @@ import java.util.List;
/** /**
* 构建前端路由时用到 * 构建前端路由时用到
* @author jie * @author Zheng Jie
* @date 2018-12-20 * @date 2018-12-20
*/ */
@Data @Data
......
...@@ -9,7 +9,7 @@ import java.util.List; ...@@ -9,7 +9,7 @@ import java.util.List;
import java.util.Set; import java.util.Set;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-03-25 * @date 2019-03-25
*/ */
public interface DeptRepository extends JpaRepository<Dept, Long>, JpaSpecificationExecutor { public interface DeptRepository extends JpaRepository<Dept, Long>, JpaSpecificationExecutor {
......
...@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository; ...@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-04-10 * @date 2019-04-10
*/ */
public interface DictDetailRepository extends JpaRepository<DictDetail, Long>, JpaSpecificationExecutor { public interface DictDetailRepository extends JpaRepository<DictDetail, Long>, JpaSpecificationExecutor {
......
...@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository; ...@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-04-10 * @date 2019-04-10
*/ */
public interface DictRepository extends JpaRepository<Dict, Long>, JpaSpecificationExecutor { public interface DictRepository extends JpaRepository<Dict, Long>, JpaSpecificationExecutor {
......
...@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository; ...@@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-03-29 * @date 2019-03-29
*/ */
public interface JobRepository extends JpaRepository<Job, Long>, JpaSpecificationExecutor { public interface JobRepository extends JpaRepository<Job, Long>, JpaSpecificationExecutor {
......
...@@ -11,7 +11,7 @@ import java.util.List; ...@@ -11,7 +11,7 @@ import java.util.List;
import java.util.Set; import java.util.Set;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-17 * @date 2018-12-17
*/ */
public interface MenuRepository extends JpaRepository<Menu, Long>, JpaSpecificationExecutor { public interface MenuRepository extends JpaRepository<Menu, Long>, JpaSpecificationExecutor {
......
...@@ -10,7 +10,7 @@ import java.util.List; ...@@ -10,7 +10,7 @@ import java.util.List;
import java.util.Set; import java.util.Set;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-03 * @date 2018-12-03
*/ */
public interface PermissionRepository extends JpaRepository<Permission, Long>, JpaSpecificationExecutor { public interface PermissionRepository extends JpaRepository<Permission, Long>, JpaSpecificationExecutor {
......
...@@ -7,7 +7,7 @@ import org.springframework.data.jpa.repository.JpaSpecificationExecutor; ...@@ -7,7 +7,7 @@ import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import java.util.Set; import java.util.Set;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-03 * @date 2018-12-03
*/ */
public interface RoleRepository extends JpaRepository<Role, Long>, JpaSpecificationExecutor { public interface RoleRepository extends JpaRepository<Role, Long>, JpaSpecificationExecutor {
......
...@@ -12,7 +12,7 @@ import java.util.Date; ...@@ -12,7 +12,7 @@ import java.util.Date;
import java.util.List; import java.util.List;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-11-22 * @date 2018-11-22
*/ */
public interface UserRepository extends JpaRepository<User, Long>, JpaSpecificationExecutor { public interface UserRepository extends JpaRepository<User, Long>, JpaSpecificationExecutor {
......
...@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List; import java.util.List;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-03-25 * @date 2019-03-25
*/ */
@RestController @RestController
......
...@@ -14,7 +14,7 @@ import org.springframework.validation.annotation.Validated; ...@@ -14,7 +14,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-04-10 * @date 2019-04-10
*/ */
@RestController @RestController
......
...@@ -16,7 +16,7 @@ import org.springframework.validation.annotation.Validated; ...@@ -16,7 +16,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-04-10 * @date 2019-04-10
*/ */
@RestController @RestController
......
...@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.Set; import java.util.Set;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-03-29 * @date 2019-03-29
*/ */
@RestController @RestController
......
...@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List; import java.util.List;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-03 * @date 2018-12-03
*/ */
@RestController @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