|
@@ -1,6 +1,7 @@
|
|
|
package org.jeecg.modules.report.entity;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
+import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
@@ -38,11 +39,11 @@ public class SoSoDetails {
|
|
|
@TableField(exist = false)
|
|
|
private String yearMonth;
|
|
|
@TableField(exist = false)
|
|
|
- private String iNatUnitPrice;
|
|
|
+ private BigDecimal iNatUnitPrice;
|
|
|
@TableField(exist = false)
|
|
|
- private String iQuantity;
|
|
|
+ private BigDecimal iQuantity;
|
|
|
@TableField(exist = false)
|
|
|
- private String iNatMoney;
|
|
|
+ private BigDecimal iNatMoney;
|
|
|
|
|
|
|
|
|
/*以下非订单统计报表字段,因为不知道有没有用没删除*/
|