wl
2022-12-30 50c0bd57d81f638943f1d945cbd6ba2a2289628f
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;
}