|
|
@@ -1,5 +1,6 @@
|
|
|
package com.ydtech.modules.inv.model;
|
|
|
|
|
|
+import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
@@ -126,6 +127,12 @@ public class InvAccount implements Serializable {
|
|
|
@TableField(exist = false)
|
|
|
private String quarterAmountExcess;
|
|
|
|
|
|
+ @ExcelProperty("本年开票额")
|
|
|
+ private String yearAmount;
|
|
|
+
|
|
|
+ @ExcelProperty("本季度开票额")
|
|
|
+ private String quarterAmount;
|
|
|
+
|
|
|
|
|
|
@ApiModelProperty(value = "所属账户下的卡")
|
|
|
@TableField(exist = false)
|