1
phpcjl
2024-12-16 797428f33014ead51a95bdfe0337c294b180d39e
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);
    }
}