dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复bug
admin
2021-06-26
5d9e2fbeab87327ce11080485bf4d971f93f542a
[beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
app
/
dto
/
UrlDto.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.matrix.system.app.dto;
import lombok.Data;
@Data
public class UrlDto {
private String url;
private String name;
}