44df52f5 by 周伟奇

fix bug

1 parent d2b24497
1 from django.db import models 1 from django.db import models
2 from .named_enum import DocStatus, KeywordsType, RequestTeam, RequestTrigger, FailureReason, ProcessName, WorkflowName 2 from .named_enum import DocStatus, KeywordsType, RequestTeam, RequestTrigger, FailureReason, ProcessName, WorkflowName
3 from consts import IC_CLASSIFY 3 from .consts import IC_CLASSIFY
4 4
5 # Create your models here. 5 # Create your models here.
6 6
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!