|
@@ -356,13 +356,13 @@ public class ComCustomerDo extends BaseDo implements Serializable {
|
|
|
* 总计投诉重量
|
|
|
*/
|
|
|
@TableField("TOLCOMWEIGHT")
|
|
|
- private BigDecimal tolcomweight;
|
|
|
+ private String tolcomweight;
|
|
|
|
|
|
/**
|
|
|
* 总计最终重量
|
|
|
*/
|
|
|
@TableField("TOLFINALWEIGHT")
|
|
|
- private BigDecimal tolfinalweight;
|
|
|
+ private String tolfinalweight;
|
|
|
|
|
|
/**
|
|
|
* 投诉类型
|