change hace 3 años
padre
commit
68a0047c5d

+ 4 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/vo/OrderBillSheetVo.java

@@ -76,4 +76,8 @@ public class OrderBillSheetVo {
 	@Excel(name = "状态 1正常 0关闭")
 	@ApiModelProperty("状态 1正常 0关闭")
 	private Integer status;
+
+	@Excel(name = "订单创建时间")
+	@ApiModelProperty("订单创建时间")
+	private Long createTime;
 }