gongchunyi
2026-07-01 38f618f789b4062a51f1c8c608bb734d9e47b5ba
src/main/java/com/ruoyi/basic/vo/CustomerVo.java
@@ -25,4 +25,9 @@
     * 共享用户ID字符串(SQL查询返回,用于转换为List)
     */
    private String userIdsStr;
    /**
     * 是否被销售模块引用:0-否,1-是
     */
    private Integer salesReferenceFlag;
}