自动生成计费模板备注

This commit is contained in:
2024-02-19 16:05:28 +08:00
parent ba6305e642
commit 982424cf13
6 changed files with 54 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ public class PileBillingDetail extends BaseEntity {
/**
* 时段类型1-尖时2-峰时3-平时4-谷时)
*/
@Excel(name = "时段类型", readConverterExp = "1=-尖时2-峰时3-平时4-谷时")
@Excel(name = "时段类型", readConverterExp = "1-尖时2-峰时3-平时4-谷时")
private String timeType;
/**