fuliqi
2023-11-14 f464a58aa5e50a43d7dc03a8d3b4cd7e576d7b12
1
2
3
4
5
6
7
8
package com.mindskip.xzs.domain.vo;
 
import java.io.Serializable;
 
public class UserSourceVO implements Serializable {
 
    private Integer userId;
}