All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ape9527.core.entity.SysResource Maven / Gradle / Ivy

The newest version!
package com.ape9527.core.entity;

import com.ape9527.core.entity.BaseEntity;
import lombok.Data;

/**
 * 系统资源
 *
 * @author YuanShuai[[email protected]]
 */
@Data
public class SysResource extends BaseEntity {

    /** 资源名称 */
    private String resourceName;

    /** 资源类型 */
    private String resourceType;

    /** 资源链接 */
    private String resourceUrl;

    /** 资源分组名称 */
    private String groupName;

    /** oss名称 */
    private String ossName;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy