1
phpcjl
2024-12-17 4bb289294f662bfaee83a792b0314a3cccf0acc4
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/OrderActivityInfo.java
@@ -78,4 +78,18 @@
    @TableField(exist = false)
    private Integer status;
    @ApiModelProperty(value = "主键字符串")
    @TableField(exist = false)
    private String idStr;
    @ApiModelProperty(value = "会员名称")
    @TableField(exist = false)
    private String vipName;
    public String getIdStr() {
        return String.valueOf(id);
    }
}