KKSU
2024-07-12 ed3c4a0edc0fd52217541b1097408191259d60dc
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;
}