KKSU
2024-07-22 70f7a4437bd65920463b064f6d04973627637265
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;
}