彭雪彬
2025-07-17 b919b454bccc18d67b7109a09357499d09211eac
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;