-- 新版提交
This commit is contained in:
@@ -3,7 +3,10 @@ package com.peanut.modules.book.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.xml.soap.Text;
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
@@ -72,4 +75,7 @@ public class PayWechatOrderEntity implements Serializable {
|
||||
private Integer buyOrderId;
|
||||
|
||||
|
||||
// private Date endtime;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user