导出修改
parent
c5134d4c6b
commit
8ae65e6d55
|
|
@ -64,17 +64,17 @@ public class OrderExportResult {
|
||||||
/**
|
/**
|
||||||
* 入场磅重(吨)
|
* 入场磅重(吨)
|
||||||
*/
|
*/
|
||||||
private Integer roughWeight;
|
private String roughWeight;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 皮重(吨)
|
* 皮重(吨)
|
||||||
*/
|
*/
|
||||||
private Integer tareWeight;
|
private String tareWeight;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 净重(吨)
|
* 净重(吨)
|
||||||
*/
|
*/
|
||||||
private Integer settleWeight;
|
private String settleWeight;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 司机名称
|
* 司机名称
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue