init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.ruoyi.yunxin.resp;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class SendMsgResp {
|
||||
private Long msgid;
|
||||
private Long timetag;
|
||||
private Boolean antispam;
|
||||
}
|
||||
Reference in New Issue
Block a user