变更taction model 为commonamodel
This commit is contained in:
parent
fd1aa62cb0
commit
fce452e41e
|
|
@ -99,7 +99,7 @@ class TestReport(CommonBModel):
|
||||||
issue_date = models.DateField('实际发放时间', null=True, blank=True)
|
issue_date = models.DateField('实际发放时间', null=True, blank=True)
|
||||||
|
|
||||||
|
|
||||||
class TAction(BaseModel):
|
class TAction(CommonAModel):
|
||||||
"""检测报告变更记录
|
"""检测报告变更记录
|
||||||
"""
|
"""
|
||||||
TACTION_TYPE = (
|
TACTION_TYPE = (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue