zhanghua
2023-10-21 b9c6469071fd70057fdafe02f7f6effb8ee8ebd5
1
2
3
4
5
6
7
8
9
10
package com.ycl.entity.message;
 
import lombok.Data;
 
@Data
public class SendRes {
    private String rspcod;
    private String mgsGroup;
    private String success;
}