Pu Zhibing
2025-07-14 452d17b1c16bfe8585c16bd82e67450abd97c82f
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;
}