dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
逻辑
KKSU
2024-07-15
4a347c0ab4b88fd792d24d30bed36b1fa769d3a2
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
dto
/
SystemConstantsAddress.java
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.dapp.dto;
import lombok.Data;
import org.springframework.stereotype.Component;
@Data
@Component
public class SystemConstantsAddress {
public String feeAddress;
}