|
|
@@ -82,7 +82,7 @@ public class OrderQueryResult {
|
|
|
@ExcelProperty("订单时间")
|
|
|
@ColumnWidth(20)
|
|
|
@ApiModelProperty(value = "订单时间")
|
|
|
- private BigDecimal tradetimestr;
|
|
|
+ private String tradetimestr;
|
|
|
|
|
|
private String goodscode;
|
|
|
|
|
|
@@ -140,7 +140,7 @@ public class OrderQueryResult {
|
|
|
private BigDecimal closepl;
|
|
|
|
|
|
@ApiModelProperty(value = "交收数量")
|
|
|
- private Integer deliverynum;
|
|
|
+ private String deliverynum;
|
|
|
|
|
|
@ApiModelProperty(value = "上级机构")
|
|
|
private String parentname;
|