Complete core functions #9

Merged
FatttSnake merged 171 commits from FatttSnake into dev 2024-02-23 11:56:35 +08:00
Showing only changes of commit 1ce60d1bfb - Show all commits

View File

@@ -21,7 +21,7 @@ class Tool {
* @since 1.0.0
*/
enum class ReviewType(@field:EnumValue @field:JsonValue val code: String) {
NONE("NONE"), PASS("PASS"), REJECT("REJECT")
NONE("NONE"), PROCESSING("PROCESSING"), PASS("PASS"), REJECT("REJECT")
}
/**