xiaoyong931011
2023-09-07 999aa25e715edbd856e762205528d92ec1e5d194
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;
}