wl
2022-12-21 5dc89200ced02314474ce34aff8dc0d3e3f31ad9
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;
}