运营区特殊计费配置

This commit is contained in:
attiya 2025-10-24 11:45:01 +08:00
parent 29a09d6afe
commit 6d1b6b7e02
2 changed files with 1 additions and 6 deletions

View File

@ -28,11 +28,6 @@ public class EbikeSpecialBillingConfigurationDto implements Serializable {
@Serial @Serial
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* 高峰日ID
*/
private Long specialDayId;
/** /**
* 运营商ID * 运营商ID
*/ */

View File

@ -32,7 +32,7 @@ public class EbikeSpecialBillingConfiguration implements Serializable {
* 高峰日ID * 高峰日ID
*/ */
@Id @Id
private Long specialDayId; private Long specialBillingId;
/** /**
* 运营商ID * 运营商ID