9 changed files with 161 additions and 15 deletions
@ -0,0 +1,18 @@ |
|||||
|
package com.yxt.yyth.api.lpkgiftcard; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* @author wangpengfei |
||||
|
* @date 2023/11/22 11:07 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class AppletVo { |
||||
|
|
||||
|
private String sid ; |
||||
|
private String state; |
||||
|
private boolean showBtn=true; |
||||
|
private String time; |
||||
|
private String name="卡号"; |
||||
|
private String pName; |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
package com.yxt.yyth.api.lpkgiftcard; |
||||
|
|
||||
|
import com.yxt.common.core.dto.Dto; |
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* @author wangpengfei |
||||
|
* @date 2023/11/22 10:05 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class BindCardDto implements Dto { |
||||
|
private String code;//卡号
|
||||
|
private String codeKey;//密钥
|
||||
|
private String customerMobile;//客户手机号
|
||||
|
private String customerSid;//客户sid
|
||||
|
} |
Loading…
Reference in new issue