mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 加字段
This commit is contained in:
@@ -6,6 +6,8 @@ import lombok.Data;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 充电桩运营商信息对象 pile_merchant_info
|
||||
*
|
||||
@@ -100,6 +102,16 @@ public class PileMerchantInfo extends BaseEntity {
|
||||
*/
|
||||
private String deptId;
|
||||
|
||||
/**
|
||||
* 提现类型(1-手动提现, 2-自动提现)
|
||||
*/
|
||||
private String withdrawalType;
|
||||
|
||||
/**
|
||||
* 预留金额
|
||||
*/
|
||||
private BigDecimal reservedAmount;
|
||||
|
||||
/**
|
||||
* 删除标识(0-正常;1-删除)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user