KKSU
2024-07-21 625549a8db022f4389da03be38967996218bfdc9
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;
}