17808
2023-11-07 5dc1025f4f67a8750b8dd802f8def1fa2dfa116a
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;
}