feat(core): add model tag to manufacturer

ref: #807 #796
This commit is contained in:
2025-06-09 09:25:39 +09:30
parent 14891990f8
commit ebbb7e8e6e
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@ class Manufacturer(
CenturionModel,
):
model_tag = 'manufacturer'
class Meta: