dto字段优化

This commit is contained in:
dzl 2025-05-16 11:19:41 +08:00
parent af98722094
commit c914e5725c
5 changed files with 0 additions and 50 deletions

View File

@ -83,16 +83,6 @@ public class ResFeignEbikeSysRcostsetDto {
*/
private BigDecimal cappedAmount;
/**
* 短期预付款
*/
private Character shortRentAdvance;
/**
* 是否开启长租
*/
private Character whetherOpenLongRent;
/**
* 分时段配置信息
*/

View File

@ -90,16 +90,6 @@ public class ReqEbikeSysRcostsetDto implements Serializable {
*/
private BigDecimal cappedAmount;
/**
* 短期预付款
*/
private Character shortRentAdvance;
/**
* 是否开启长租
*/
private Character whetherOpenLongRent;
/**
* 分时段配置信息
*/

View File

@ -93,16 +93,6 @@ public class ReqEbikeSysRcostsetUpdateDto implements Serializable {
*/
private BigDecimal cappedAmount;
/**
* 短期预付款
*/
private Character shortRentAdvance;
/**
* 是否开启长租
*/
private Character whetherOpenLongRent;
/**
* 分时段配置信息
*/

View File

@ -93,16 +93,6 @@ public class ResEbikeSysRcostsetDto implements Serializable {
*/
private BigDecimal cappedAmount;
/**
* 短期预付款
*/
private Character shortRentAdvance;
/**
* 是否开启长租
*/
private Character whetherOpenLongRent;
/**
* 分时段配置信息
*/

View File

@ -100,16 +100,6 @@ public class EbikeSysRcostset implements Serializable {
*/
private BigDecimal cappedAmount;
/**
* 短期预付款
*/
private Character shortRentAdvance;
/**
* 是否开启长租
*/
private Character whetherOpenLongRent;
/**
* 创建时间
*/