mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
Добавил черновики накладных и OCR через Яндекс. LLM для расшифровки универсальный
This commit is contained in:
@@ -28,6 +28,15 @@ type GenericEntityDTO struct {
|
||||
Deleted bool `json:"deleted"`
|
||||
}
|
||||
|
||||
// AccountDTO используется для парсинга складов (INVENTORY_ASSETS)
|
||||
type AccountDTO struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"` // Нас интересует "INVENTORY_ASSETS"
|
||||
ParentCorporateID *string `json:"parentCorporateId"`
|
||||
Deleted bool `json:"deleted"`
|
||||
}
|
||||
|
||||
// ContainerDTO - фасовка из iiko
|
||||
type ContainerDTO struct {
|
||||
ID string `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user