Merge branch 'feat/sync-from-simx-160' of https://github.com/dikstub-rssa/simrs-be into feat/sync-setting-vanili

# Conflicts:
#	internal/infra/sync-cfg/sync-cfg.go
#	internal/infra/sync-cfg/tycovar.go
This commit is contained in:
vanilia
2025-12-03 11:56:52 +07:00
24 changed files with 1338 additions and 228 deletions

No files matched your search

+6 -3
View File
@@ -37,16 +37,19 @@ type FilterDto struct {
}
type ReadDetailDto struct {
Id uint16 `json:"id"`
Id uint `json:"id"`
Includes string `json:"includes"`
}
type UpdateDto struct {
Id uint16 `json:"id"`
Id uint `json:"id"`
CreateDto
pa.AuthInfo
}
type DeleteDto struct {
Id uint16 `json:"id"`
Id uint `json:"id"`
pa.AuthInfo
}
type MetaDto struct {