Browse Source

问题修改

master
God 2 years ago
parent
commit
c5ca0190f3
  1. 15
      anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehinventorymonth/ScmVehInventorymonthVoExcel.java

15
anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehinventorymonth/ScmVehInventorymonthVoExcel.java

@ -57,20 +57,19 @@ public class ScmVehInventorymonthVoExcel{
@ExportEntityMap(CnName = "编号", EnName = "billNo")
private String billNo; // 编号(yyyyMMdd)
@ExportEntityMap(CnName = "生成日期", EnName = "createTime")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date createTime; //
private String createTime;
@ExportEntityMap(CnName = "生成人", EnName = "createByName")
private String createByName;
@ExportEntityMap(CnName = "应盘(台)", EnName = "rankNo")
@ExportEntityMap(CnName = "应盘(台)", EnName = "totalNumber")
private String totalNumber;
@ExportEntityMap(CnName = "实盘(台)", EnName = "rankNo")
@ExportEntityMap(CnName = "实盘(台)", EnName = "actualNumber")
private String actualNumber;
@ExportEntityMap(CnName = "未盘(台)", EnName = "rankNo")
@ExportEntityMap(CnName = "未盘(台)", EnName = "surplusNumber")
private String surplusNumber;
@ExportEntityMap(CnName = "盘盈(台)", EnName = "rankNo")
@ExportEntityMap(CnName = "盘盈(台)", EnName = "profitNumber")
private String profitNumber;
@ExportEntityMap(CnName = "盘亏(台)", EnName = "rankNo")
@ExportEntityMap(CnName = "盘亏(台)", EnName = "lossNumber")
private String lossNumber;
@ExportEntityMap(CnName = "盘损(台)", EnName = "rankNo")
@ExportEntityMap(CnName = "盘损(台)", EnName = "damageNumber")
private String damageNumber;
}

Loading…
Cancel
Save