change(ruoyi-common): 添加注释

IOT
zch 3 months ago
parent c45f227905
commit a51b4cb879

@ -31,14 +31,15 @@ public class RuoYiConfig
private static String captchaType;
// 自定义路径,用于获取日志信息里的文件
/** application.yml里的ruoyi配置里的mypath*/
private static String myPath;
//用于获取日志信息里的文件(热成像和可见光的图片或视频)
public static String getMyPath()
{
return myPath;
}
//用于获取日志信息里的文件(热成像和可见光的图片或视频)
public void setMyPath(String myPath)
{
RuoYiConfig.myPath = myPath;

Loading…
Cancel
Save