员工管理
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
package cn.ysk.cashier.dto.shop;
|
||||
|
||||
import cn.ysk.cashier.system.service.dto.RoleSmallDto;
|
||||
import cn.ysk.cashier.system.service.dto.UserDto;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -22,6 +23,7 @@ import lombok.Data;
|
||||
import javax.persistence.Column;
|
||||
import java.math.BigDecimal;
|
||||
import java.io.Serializable;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @website https://eladmin.vip
|
||||
@@ -70,7 +72,10 @@ public class TbPlussShopStaffDto implements Serializable {
|
||||
*/
|
||||
private Integer isPc;
|
||||
|
||||
private UserDto user;
|
||||
// private UserDto user;
|
||||
// private RoleSmallDto roles;
|
||||
private Long roleId;
|
||||
private String phone;
|
||||
|
||||
private Long createdAt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user