KKSU
2024-05-23 a445f71d47923b43532169f158131963e0f550b9
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;
}