init user-service & giftcode-service

This commit is contained in:
2026-01-20 14:10:14 +07:00
commit 7afdfca230
59 changed files with 2777 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.dken.userservice.model;
public enum UserStatus {
ACTIVE,
INACTIVE,
BLOCKED
}