新增设备管理模块

This commit is contained in:
2025-09-24 13:29:10 +08:00
parent f278056c80
commit 069c1664ca
111 changed files with 11916 additions and 1 deletions

View File

@@ -46,6 +46,21 @@ public class RuoYiConfig {
*/
@Getter
private static boolean addressEnabled;
/** 上传路径 */
private static String profile;
public static String getProfile()
{
return profile;
}
/**
* 获取下载路径
*/
public static String getDownloadPath()
{
return getProfile() + "/download/";
}
public void setAddressEnabled(boolean addressEnabled) {
RuoYiConfig.addressEnabled = addressEnabled;