This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
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
)