xinyb_
2021-09-27 4c9281fe65635a5b852830f3322ae9c3206b9eb9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package com.yc.layoutIcon.newLayout.entity;
 
import lombok.Data;
 
/**
 * @USER: xinyb_
 * @DATE: 2021-09-26 13:55
 */
@Data
public class LayoutIconGroup {
//    private String userCode;
//    private String userName;
    private Integer menuId;
    private String menuName;
    private String largImagePath;
//    private String appImagePath;
//    private String dispLageImageYN;
//    private String treeControl;
//    private String rowId;
//    private String parentRowId;
//    private String parentTreeControl;
    private Integer sortBy;
//    private String query_string;
    private Integer formId;
    private String formName;
    private Integer formType;
    private String menuType;
 
}