phpcjl
2024-12-11 212d4cd9160f5c6f2247c87d252d6f97834299b4
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);
        }
    }
}