first commit

This commit is contained in:
2023-12-05 01:39:52 +08:00
commit 767b08a025
46 changed files with 1739 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package com.kimgo.wepush.response;
import lombok.Data;
@Data
public class SendMessageResonse {
String msgid;
}