lyh
5 天以前 fda571324684bc8d0945b3e2841305b1207fc3e9
1
2
3
4
5
6
7
8
9
10
11
12
package com.lxzn.framework.domain.ucenter.request;
 
import lombok.Data;
 
@Data
public class RoleRequest {
    private String roleCode;
    private String roleName;
    //排序字段
    private String descStr;
    private String ascStr;
}