zhangherong
2025-06-07 f9b0a5f16a7445a7af82cfb9291e1157ee7f4909
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.dnc.dto;
 
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;
}