1、新增恢复回收站商品功能
2、短信记录显示内容
This commit is contained in:
17
crmeb/src/main/java/com/zbkj/crmeb/sms/SmsResultVo.java
Normal file
17
crmeb/src/main/java/com/zbkj/crmeb/sms/SmsResultVo.java
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user