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

in.hocg.boot.cps.autoconfiguration.pojo.vo.PrivilegeLinkVo Maven / Gradle / Ivy

There is a newer version: 1.0.63
Show newest version
package in.hocg.boot.cps.autoconfiguration.pojo.vo;

import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;

@Getter
@Setter
public class PrivilegeLinkVo implements Serializable {
    /**
     * 推广链接
     */
    private String privilegeUrl;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy