hyingbo
3 天以前 80823b3d91e180ed4babf9cc4b8a19ea4191268e
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.jeecg.modules.dnc.request;
 
import lombok.Data;
 
@Data
public class ButtonRequest {
    private String buttonPerm;
    private String buttonName;
    private Integer buttonType;
    //排序字段
    private String descStr;
    private String ascStr;
}