授权返回 readme 修改

This commit is contained in:
Chopper
2021-05-26 09:28:52 +08:00
parent 18d3401d01
commit f82fef9f3d
4 changed files with 16 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import org.springframework.context.annotation.Configuration;
/**
* 系统设置
*
* @author Chopper
*/
@Data
@@ -18,4 +19,9 @@ public class SystemSetting {
* 是否是演示站点
*/
private Boolean isDemoSite = false;
/**
* 授权信息
*/
private String licences = "";
}