phpcjl
2024-12-11 f2b942f4ccd12a823bcb7045d99c15d2e123ce88
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsEvaluate.java
@@ -92,6 +92,8 @@
    public void setId(Long id) {
        this.id = id;
        this.idStr = String.valueOf(id);
        if (id != null){
            this.idStr = String.valueOf(id);
        }
    }
}