dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加科目类别
zhangf
2024-09-11
1a316551c8e46b793904090cfa84781bf77fef2a
[swspkmas.git]
/
ruoyi-framework
/
src
/
main
/
java
/
com
/
ruoyi
/
framework
/
web
/
domain
/
threeAccess
/
req
/
AccessReqDTO.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.framework.web.domain.threeAccess.req;
import lombok.Data;
@Data
public class AccessReqDTO {
//key
private String accessKey;
//密钥
private String secretKey;
}