xiangpei
2024-07-08 9f993243bcb602b80d110c598c838ed92d72de6f
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;
}