fs-danaus
2022-11-14 12560372988b49cc9465e92c32d852db2d0e8612
1
2
3
4
5
6
7
8
9
10
package com.yc.action.grid;
 
import lombok.Data;
 
@Data
public class OAExternalEntiy {
    Integer urlShowLocation;
    String buttonType;
    String externalURL;
}