1、新增恢复回收站商品功能

2、短信记录显示内容
This commit is contained in:
张乐
2020-08-28 15:55:24 +08:00
parent 8fd21c8371
commit 076b7597cb

View File

@@ -0,0 +1,17 @@
package com.zbkj.crmeb.sms;
import lombok.Data;
/**
* @Classname SmsResultVo
* @Description 短信发送状态同步 response 解析
* @Date 8/28/20 2:52 下午
* @Created by stivepeim
*/
@Data
public class SmsResultVo {
private Integer resultcode;
private String phone;
private Integer id;
private String _resultcode;
}