mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 16:28:41 +08:00
公共登陆注册方法V2
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class ImportMemberBalanceDTO {
|
||||
// 手机号
|
||||
private String phone;
|
||||
|
||||
// 余额
|
||||
private BigDecimal balance;
|
||||
}
|
||||
Reference in New Issue
Block a user