Houjie
2025-07-16 ed32b4831acf1612d23015d85ff4a14db7f9f77d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.dnc.request;
 
import lombok.Data;
 
@Data
public class MultilevelDictionaryRequest {
    private String typeCode;
    private String dicCode;
    private String dicName;
    private String id;
    //排序字段
    private String descStr;
    private String ascStr;
}