This repository has been archived on 2024-11-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
schisandra-cloud-album/common/enum/deleted.go
2024-08-06 00:08:33 +08:00

7 lines
64 B
Go

package enum
var (
UNDELETED int64 = 0
DELETED int64 = 1
)