KKSU
2023-11-16 9ccc8ed81210b5c4fdc50e71af201c6741622b84
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;
}