Add avatar builder

This commit is contained in:
2023-11-17 17:57:12 +08:00
parent c34d26af88
commit b81572fa51
12 changed files with 236 additions and 4 deletions

View File

@@ -8,5 +8,6 @@ package top.fatweb.api.entity.common
*/
enum class BusinessCode(val code: Int) {
SYSTEM(100),
DATABASE(200)
DATABASE(200),
API_AVATAR(501)
}