公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phi-warehouse-feign-parent
仓库的微服务openFeign
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
调用变成仓库后台
fwq
2022-10-12
63ddd3f3ac73e2f9bf1f170caa5c82e389017266
[~chenjiahe/phi-warehouse-feign-parent.git]
/
phi-warehouse-feign
/
src
/
main
/
java
/
com
/
hx
/
phiappt
/
dto
/
SmsSendDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.hx.phiappt.dto;
import lombok.Data;
/**发送短信DTO
* @author CJH
* @date 2022-07-08
*/
@Data
public class SmsSendDto {
private String tel;
}