Administrator
7 days ago a9d6b6a411c333c3b32d519b787c889864ba9635
src/main/java/cc/mrbird/febs/mall/dto/ApiCheckTraceInfoDto.java
@@ -10,6 +10,6 @@
    @NotBlank(message = "快递单号不能为空")
    @ApiModelProperty(value = "快递单号", example = "60850007041815")
    @ApiModelProperty(value = "快递单号", example = "60850712015414")
    private String traceNo;
}