refactor(core): Switch to inherit from Centurion model for model SLMTicketBase

ref: #870 #868
This commit is contained in:
2025-07-14 22:20:04 +09:30
parent a04c963431
commit 1efa932fb9

View File

@ -12,6 +12,8 @@ class SLMTicket(
Base Ticket Type for tickets that require Servie Level Management.
"""
_is_submodel = True
class Meta: