|
@@ -1,18 +1,16 @@
|
|
|
package org.dromara.customer.domain.vo;
|
|
package org.dromara.customer.domain.vo;
|
|
|
|
|
|
|
|
-import java.math.BigDecimal;
|
|
|
|
|
-
|
|
|
|
|
-import org.dromara.customer.domain.CustomerSalesInfo;
|
|
|
|
|
import cn.idev.excel.annotation.ExcelIgnoreUnannotated;
|
|
import cn.idev.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
import cn.idev.excel.annotation.ExcelProperty;
|
|
import cn.idev.excel.annotation.ExcelProperty;
|
|
|
-import org.dromara.common.excel.annotation.ExcelDictFormat;
|
|
|
|
|
-import org.dromara.common.excel.convert.ExcelDictConvert;
|
|
|
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
+import org.dromara.common.excel.annotation.ExcelDictFormat;
|
|
|
|
|
+import org.dromara.common.excel.convert.ExcelDictConvert;
|
|
|
|
|
+import org.dromara.customer.domain.CustomerSalesInfo;
|
|
|
|
|
|
|
|
import java.io.Serial;
|
|
import java.io.Serial;
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
|
-import java.util.Date;
|
|
|
|
|
|
|
+import java.math.BigDecimal;
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -192,5 +190,7 @@ public class CustomerSalesInfoVo implements Serializable {
|
|
|
|
|
|
|
|
private String belongingDepartment;
|
|
private String belongingDepartment;
|
|
|
|
|
|
|
|
|
|
+ private Long settlementMethod;
|
|
|
|
|
+
|
|
|
|
|
|
|
|
}
|
|
}
|