龚焕茏
2024-07-10 5a89bbe0fb703076ac8d316f3e2f644ff3aa9f1f
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;
}