短信和飞书通知

This commit is contained in:
俞扬
2023-07-20 19:18:38 +08:00
parent dbad9b74f3
commit 4e97ea41e8
7 changed files with 151 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
package com.cool.store.request;
import lombok.Data;
/**
* @Author: young.yu
* @Date: 2023-06-21 11:17
* @Description:
*/
@Data
public class IntentSmsReq {
private String deadLine;
}