From 2e57ef64fed2e9c12cc7d673c31624a06bc0efe2 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 04 Jun 2021 10:02:41 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java b/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java index 91ee279..6fad748 100644 --- a/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java +++ b/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java @@ -4,8 +4,8 @@ import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; -import org.jetbrains.annotations.NotNull; +import javax.validation.constraints.NotNull; import java.math.BigDecimal; @Data -- Gitblit v1.9.1