龚焕茏
2024-07-16 c1dd40bc0f0301de4a959aae69706e8f207e9899
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;
}