xiaoyong931011
2020-09-23 aa0dc89a9b7e9efdb449c688b67401fcfaf6c166
src/main/java/com/xcong/excoin/modules/coin/parameter/dto/TransferOfBalanceDto.java
@@ -9,7 +9,7 @@
import lombok.Data;
@Data
@ApiModel(value = "资金划转参数接收类", description = "资金划转参数接收类")
@ApiModel(value = "TransferOfBalanceDto", description = "资金划转参数接收类")
public class TransferOfBalanceDto {
   @NotNull(message = "划转金额不能为空")