运营区特殊计费配置
This commit is contained in:
parent
29a09d6afe
commit
6d1b6b7e02
@ -28,11 +28,6 @@ public class EbikeSpecialBillingConfigurationDto implements Serializable {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 高峰日ID
|
||||
*/
|
||||
private Long specialDayId;
|
||||
|
||||
/**
|
||||
* 运营商ID
|
||||
*/
|
||||
|
||||
@ -32,7 +32,7 @@ public class EbikeSpecialBillingConfiguration implements Serializable {
|
||||
* 高峰日ID
|
||||
*/
|
||||
@Id
|
||||
private Long specialDayId;
|
||||
private Long specialBillingId;
|
||||
|
||||
/**
|
||||
* 运营商ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user