| | |
| | | private String smfqc; |
| | | |
| | | @PropertyDef(label = "成交数量") |
| | | private Double cjsl; |
| | | private double cjsl; |
| | | |
| | | @PropertyDef(label = "成交金额") |
| | | private Double cjje; |
| | | private double cjje; |
| | | |
| | | @PropertyDef(label = "起拍价") |
| | | private Double qpj; |
| | | private double qpj; |
| | | |
| | | @PropertyDef(label = "成交价") |
| | | private Double cjj; |
| | | private double cjj; |
| | | |
| | | @PropertyDef(label = "溢价幅度") |
| | | private Double yjfd; |
| | | private double yjfd; |
| | | |
| | | @PropertyDef(label = "买方手续费") |
| | | private Double bmfsxf; |
| | | private double bmfsxf; |
| | | |
| | | @PropertyDef(label = "卖方手续费") |
| | | private Double smfsxf; |
| | | private double smfsxf; |
| | | |
| | | @PropertyDef(label = "采购/销售类型") |
| | | private String lx; |