update 后管站点列表页面添加创建时间字段

This commit is contained in:
Lemon
2023-09-18 15:33:59 +08:00
parent d0ebe101a6
commit 2c964ef871
2 changed files with 2 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ public class PileStationInfo extends BaseEntity {
/**
* 停车费率描述
*/
@Excel(name = "停车费率描述")
private String parkFeeDescribe;
/**