Revert "feat: 支局长/领导可指定客户经理创建记录"

This reverts commit a4904973bf.
This commit is contained in:
2026-06-27 11:41:17 +08:00
parent a4904973bf
commit e99d0aec8a
9 changed files with 9 additions and 51 deletions
-1
View File
@@ -10,7 +10,6 @@ class MiniBusinessCreate(BaseModel):
follow_up_detail: str = ""
status: str = "跟进中"
expected_revenue_date: str = ""
manager_id: Optional[uuid.UUID] = None
class MiniBusinessUpdate(BaseModel):