KKSU
2024-03-18 a580b5a79d7d00872455d5d12c4e15b0aaac224c
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;
}