KKSU
2024-03-05 009a6efa210e7a04b4c0f1c1ee44d492d3665ff3
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;
}