feat: add view resource dialog

This commit is contained in:
boojack
2022-08-07 01:30:48 +08:00
parent 8c8bb9e59f
commit 84564891be
15 changed files with 279 additions and 18 deletions

View File

@@ -38,4 +38,7 @@ type ResourceFind struct {
type ResourceDelete struct {
ID int
// Standard fields
CreatorID int
}