xiaoyong931011
2023-05-17 e9a3a76d2affb84ab9609cf3a4534bdfc87bfb04
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.pay.model;
 
import lombok.Data;
 
@Data
public class NBYHResponse {
    private boolean flag;
 
    private String msg;
}