forked from ebhomengo/niki
12 lines
192 B
Go
12 lines
192 B
Go
|
package entity
|
||
|
|
||
|
type ReqKindBox struct {
|
||
|
ID uint
|
||
|
TypeId uint
|
||
|
CountRequested uint
|
||
|
CountAccepted uint
|
||
|
NikokarId uint
|
||
|
Status uint
|
||
|
Description string
|
||
|
}
|