【UserDataScopeRequest】新增dto

pull/3/head
chenjinlong 2021-02-03 16:47:23 +08:00
parent a464924c2e
commit 7871ab637f
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
package cn.stylefeng.roses.kernel.system.pojo;
import lombok.Data;
/**
*
*
* @author chenjinlong
* @date 2021/2/3 15:35
*/
@Data
public class UserDataScopeRequest {
/**
*
*/
private Long userDataScopeId;
/**
* id
*/
private Long userId;
/**
* id
*/
private Long orgId;
}