oying-system/src/main/java/com/oying/modules/system/domain/Merchant.java
@@ -31,10 +31,13 @@ private Long merchantId; @NotBlank @ApiModelProperty(value = "商户类型") private String merchantType; @NotBlank @ApiModelProperty(value = "名称") private String merchantName; @NotBlank @ApiModelProperty(value = "商户编码") private String merchantCode;