dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
wzy
2022-07-28
7a2f69e4cf9771c9450b009ea5deaaa07e279f11
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
dto
/
EncryptDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package cc.mrbird.febs.dapp.dto;
import lombok.Data;
/**
* @author wzy
* @date 2022-06-14
**/
@Data
public class EncryptDto {
private String test;
}