wl
2022-12-14 0b043f9c700fdf7e1a5e4ec4cf740b08915b269f
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;
}