xiangpei
2024-05-09 ca65201b191d446e11054199932a7465a3b1955a
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;
}