[CMLR-010] 补齐 User/Pk 侧 DTO 模型
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package vvpkassistant.User.model.DTO;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UserQueryMyAllPkDataDTO {
|
||||
private Integer userId;
|
||||
private Integer page;
|
||||
private Integer size;
|
||||
}
|
||||
Reference in New Issue
Block a user