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