来访项目可硬删除
This commit is contained in:
parent
d0f3a59706
commit
7e890d87a9
|
@ -1,13 +1,13 @@
|
|||
|
||||
from django.db import models
|
||||
from apps.hrm.models import Employee
|
||||
from apps.utils.models import CommonAModel, CommonBModel, BaseModel
|
||||
from apps.utils.models import CommonAModel, CommonBDModel, CommonBModel, BaseModel
|
||||
from apps.system.models import User
|
||||
from apps.wf.models import Ticket
|
||||
|
||||
|
||||
# Create your models here.
|
||||
class Visit(CommonBModel):
|
||||
class Visit(CommonBDModel):
|
||||
"""
|
||||
访问项目
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue