xiangpei
2024-07-02 6f58f2cb4ab7d8717cfc8995142ba62f2be09af1
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;
}