1
This commit is contained in:
@@ -121,6 +121,30 @@ public class JDOrder extends BaseEntity {
|
||||
@Excel(name = "后返到账日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date rebateReceivedDate;
|
||||
|
||||
/** 点过价保(0否 1是) */
|
||||
@Excel(name = "点过价保")
|
||||
private Integer isPriceProtected;
|
||||
|
||||
/** 价保日期 */
|
||||
@Excel(name = "价保日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date priceProtectedDate;
|
||||
|
||||
/** 开过专票(0否 1是) */
|
||||
@Excel(name = "开过专票")
|
||||
private Integer isInvoiceOpened;
|
||||
|
||||
/** 开票日期 */
|
||||
@Excel(name = "开票日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date invoiceOpenedDate;
|
||||
|
||||
/** 晒过评价(0否 1是) */
|
||||
@Excel(name = "晒过评价")
|
||||
private Integer isReviewPosted;
|
||||
|
||||
/** 评价日期 */
|
||||
@Excel(name = "评价日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date reviewPostedDate;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user