feat(crm): add deal create/update controls with status and payment
This commit is contained in:
@@ -314,6 +314,7 @@ model Deal {
|
||||
title String
|
||||
stage String
|
||||
amount Int?
|
||||
paidAmount Int?
|
||||
nextStep String?
|
||||
summary String?
|
||||
currentStepId String?
|
||||
|
||||
Reference in New Issue
Block a user