package com.mindskip.xzs.domain.vo; import java.io.Serializable; public class UserSourceVO implements Serializable { private Integer userId; }