员工详情返回角色名称
This commit is contained in:
@@ -87,4 +87,7 @@ public class ShopStaff implements Serializable {
|
||||
*/
|
||||
private Integer isPc;
|
||||
|
||||
@Column(ignore = true)
|
||||
private String roleName;
|
||||
|
||||
}
|
||||
|
||||
@@ -26,4 +26,6 @@ public interface ShopStaffService extends IService<ShopStaff> {
|
||||
Boolean delete(ShopStaffRemoveDTO shopStaffRemoveDTO);
|
||||
|
||||
List<Long> permission(Long id);
|
||||
|
||||
ShopStaff detail(Long shopId, Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user