qirong
2023-11-28 fe0a4c0495cf9f1a65343158c2a8c2d4a163e045
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;
}