激活码列表返回结构修改
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.czg.account.vo;
|
||||
|
||||
import com.czg.account.entity.MerchantRegister;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* @author Administrator
|
||||
*/
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
public class MerchantRegisterVO extends MerchantRegister {
|
||||
private String shopName;
|
||||
private String phone;
|
||||
private String registerType;
|
||||
private LocalDateTime expireTime;
|
||||
}
|
||||
Reference in New Issue
Block a user