KKSU
2024-07-25 adee5d271a70cbcb9ab45cec00795c9a7b34f6bf
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;
}