jiangqs
2023-09-28 bdd9af51204d2108e2eaf4202310d2c24edea8b5
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/domain/dto/MgtTransferShopDto.java
@@ -17,9 +17,9 @@
    @ApiModelProperty(value = "商户id")
    private Long shopId;
    @ApiModelProperty("转移用户id")
    @ApiModelProperty(value="转移用户id")
    private Long transferUserId;
    @ApiModelProperty("转移备注")
    @ApiModelProperty(value="转移备注")
    private String transferRemark;
}