refactor: update SD_SURVEY_SALES_BASIC_INFO model to include CONSTRUCTION_POINT_ID field
- Added CONSTRUCTION_POINT_ID to the SD_SURVEY_SALES_BASIC_INFO model for improved data structure. - Maintained existing fields and their types for consistency.
This commit is contained in:
parent
0bcb0f58e5
commit
c2e76fa764
@ -13,6 +13,7 @@ model SD_SURVEY_SALES_BASIC_INFO {
|
||||
REPRESENTATIVE String @db.NVarChar(200)
|
||||
STORE String? @db.NVarChar(200)
|
||||
CONSTRUCTION_POINT String? @db.NVarChar(200)
|
||||
CONSTRUCTION_POINT_ID String? @db.NVarChar(200)
|
||||
INVESTIGATION_DATE String? @db.NVarChar(10)
|
||||
BUILDING_NAME String? @db.NVarChar(200)
|
||||
CUSTOMER_NAME String? @db.NVarChar(200)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user