xin
2025-07-07 29bf89e3f30c1aaa09b34b1a2b9c572d3c070e29
oying-system/src/main/java/com/oying/modules/system/domain/Merchant.java
@@ -54,7 +54,7 @@
    private Integer merchantSort;
    @ApiModelProperty(value = "状态")
    private String enabled = "1";
    private String enabled = "0";
    @ApiModelProperty(value = "审核人")
    private String auditUser;
@@ -67,7 +67,7 @@
    @TableField(exist = false)
    @ApiModelProperty(value = "用户ID")
    private String userId;
    private Long userId;
    public void copy(Merchant source) {
        BeanUtil.copyProperties(source, this, CopyOptions.create().setIgnoreNullValue(true));