Merge branch 'migration' of https://github.com/dikstub-rssa/simrs-be into migration-vanilia
# Conflicts: # cmd/main-migration/migrations/atlas.sum
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
erc "simrs-vx/internal/domain/references/common"
|
||||
)
|
||||
|
||||
type SimxLogDto struct {
|
||||
Payload any `json:"payload"`
|
||||
IsSuccess bool `json:"isSuccess"`
|
||||
ErrMessage *string `json:"errMessage"`
|
||||
Method erc.CrudCode `json:"method"`
|
||||
}
|
||||
Reference in New Issue
Block a user