mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-25 12:53:43 +08:00
add bind dep and pos
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.zl.mjga.dto.urp;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import lombok.*;
|
||||
|
||||
@AllArgsConstructor
|
||||
@@ -7,4 +8,6 @@ import lombok.*;
|
||||
@Data
|
||||
public class UserQueryDto {
|
||||
private String username;
|
||||
private LocalDateTime starDate;
|
||||
private LocalDateTime endDate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user