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
/
vo
/
InstitutionVo.java
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.system.domain.vo;
import lombok.Data;
@Data
public class InstitutionVo {
private String institutionName;
private Byte status;
private String reason;
}