|
|
@ -29,6 +29,7 @@ import javax.persistence.Transient;
|
|
|
|
@Api(value="系统资源",description = "对按钮、功能、信息提示等进行转换。")
|
|
|
|
@Api(value="系统资源",description = "对按钮、功能、信息提示等进行转换。")
|
|
|
|
public class SysLocaleResource extends BaseBean {
|
|
|
|
public class SysLocaleResource extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = -2397207310100672746L;
|
|
|
|
@Column(name="resource_type")
|
|
|
|
@Column(name="resource_type")
|
|
|
|
@ApiParam(value = "资源类型",example = "1",access = "使用枚举:CommonEnumUtil.SYS_LOCALE_RESOURCE_TYPE")
|
|
|
|
@ApiParam(value = "资源类型",example = "1",access = "使用枚举:CommonEnumUtil.SYS_LOCALE_RESOURCE_TYPE")
|
|
|
|
private Integer resourceType;
|
|
|
|
private Integer resourceType;
|
|
|
|