Commit 215c47eb authored by jiaorz's avatar jiaorz

活动订单

parent 95be9239
......@@ -4,6 +4,7 @@ import com.xxfc.platform.order.entity.OrderActiveDetail;
import lombok.Data;
import java.math.BigDecimal;
import java.util.Date;
@Data
public class OrderActivityVo extends OrderActiveDetail {
......@@ -15,7 +16,7 @@ public class OrderActivityVo extends OrderActiveDetail {
//订单号
private String orderNo;
//下单时间
private Long orderTime;
private Date orderTime;
//订单实际金额
private BigDecimal realAmount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment