Pu Zhibing
4 天以前 6c3f781630bc0c559ceca1a69d4c9e7e33e5daf1
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;
}