feat: add post publish mode with review

This commit is contained in:
Tim
2025-07-01 13:09:47 +08:00
parent 227b375eb4
commit af1f3a9230
9 changed files with 209 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
package com.openisle.model;
/**
* Application-wide article publish mode.
*/
public enum PublishMode {
DIRECT,
REVIEW
}