init
This commit is contained in:
@@ -4,5 +4,9 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class SendAttachMsgReq {
|
||||
|
||||
private String from;
|
||||
private Integer msgType = 0;
|
||||
private String to;
|
||||
private String attach;
|
||||
private String option;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user