feat: harden auth ops and deployment baseline
This commit is contained in:
@@ -2,8 +2,7 @@ namespace TaxBaik.Domain.Enums;
|
||||
|
||||
public enum InquiryStatus
|
||||
{
|
||||
New = 0, // 새로운 문의
|
||||
Contacted = 1, // 연락 완료
|
||||
Contracted = 2, // 계약 체결
|
||||
Closed = 3 // 종료
|
||||
New = 0,
|
||||
Contacted = 1,
|
||||
Completed = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user