2023-12-17 15:31:14 +00:00
|
|
|
package entity
|
|
|
|
|
|
|
|
type ReqKindBox struct {
|
|
|
|
ID uint
|
|
|
|
TypeId uint
|
|
|
|
CountRequested uint
|
|
|
|
CountAccepted uint
|
|
|
|
NikokarId uint
|
|
|
|
Status uint
|
|
|
|
Description string
|
2023-12-18 17:43:08 +00:00
|
|
|
StatusChangedAt *time.Time
|
2023-12-17 15:31:14 +00:00
|
|
|
}
|