mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
update 查询充电桩详情
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 分润成员VO
|
||||
*/
|
||||
@Data
|
||||
public class ShareMemberVO {
|
||||
/**
|
||||
* 汇付会员id
|
||||
*/
|
||||
private String adapayMemberId;
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
*/
|
||||
private String memberPhoneNumber;
|
||||
|
||||
/**
|
||||
* 电费分润比例
|
||||
*/
|
||||
private BigDecimal electricityShareRatio;
|
||||
|
||||
/**
|
||||
* 服务费分润比例
|
||||
*/
|
||||
private BigDecimal serviceShareRatio;
|
||||
}
|
||||
Reference in New Issue
Block a user