|
@@ -76,6 +76,18 @@ public class TWareHouseExcelItems {
|
|
|
@Excel(name = "备注")
|
|
|
private String remark;
|
|
|
|
|
|
+ /** 计费日期 */
|
|
|
+ @Excel(name = "计费日期")
|
|
|
+ private String priceDateRemarks;
|
|
|
+
|
|
|
+ public String getPriceDateRemarks() {
|
|
|
+ return priceDateRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPriceDateRemarks(String priceDateRemarks) {
|
|
|
+ this.priceDateRemarks = priceDateRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
public String getfId() {
|
|
|
return fId;
|
|
|
}
|