修改流量计导出字段和灌溉控制器历史数据导出时间格式

This commit is contained in:
2025-01-03 10:38:51 +08:00
parent c029bec220
commit 81793c325f
2 changed files with 9 additions and 9 deletions

View File

@ -27,8 +27,8 @@ private static final long serialVersionUID = 1L;
private Long id;
/** shun'shi */
@Excel(name = "shun'shi")
@ApiModelProperty("shun'shi")
@Excel(name = "瞬时流量")
@ApiModelProperty("瞬时流量")
private String inFlow;
/** 累计流量 */
@ -59,8 +59,8 @@ private static final long serialVersionUID = 1L;
private Date saveTime;
/** ji'gou */
@Excel(name = "ji'gou")
@ApiModelProperty("ji'gou")
@Excel(name = "机构",isExport = false)
@ApiModelProperty("机构")
private Long deptId;
}