xiaoyong931011
2020-05-27 86dba4c9631c1c7d2f11a2fdd30427eeb5524105
src/main/java/com/xcong/excoin/modules/coin/parameter/dto/TransferOfBalanceFromAgentDto.java
@@ -8,7 +8,7 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
@ApiModel(value = "资金划转参数接收类", description = "资金划转参数接收类")
@ApiModel(value = "TransferOfBalanceFromAgentDto", description = "资金划转参数接收类")
public class TransferOfBalanceFromAgentDto {
   @NotNull(message = "划转金额不能为空")