dashboard
repositories
filestore
activity
search
login
main
/
ruoyidemo
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
dd
2025-10-27
11ffae1ecbe3d26863fd51262d7ffb043eb089da
[ruoyidemo.git]
/
ruoyi-system
/
src
/
main
/
java
/
com
/
ruoyi
/
system
/
domain
/
SystemConfiguration.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.system.domain;
import lombok.Data;
@Data
public class SystemConfiguration {
private Integer id;
private String imgUrl;
private String callBackUrl;
}