dashboard
repositories
filestore
activity
search
login
dongjh
/
swspkmas
forked from
swspkmas
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
特种作业缴费版本
heheng
2025-01-16
92ac1754c713d206ebdafa3da8ec817c1d1e120d
[~dongjh/swspkmas.git]
/
ruoyi-system
/
src
/
main
/
java
/
com
/
ruoyi
/
system
/
domain
/
SysUserInstitution.java
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.system.domain;
import lombok.Data;
@Data
public class SysUserInstitution {
private Long userId;
private Long institutionId;
}