'commit'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
137c67c8a8
commit
40157f90ba
@ -1,9 +1,9 @@
|
|||||||
package models
|
package models
|
||||||
|
|
||||||
type TZhxyClouddiskTree struct {
|
type TZhxyClouddiskTree struct {
|
||||||
NodeId string `xorm:"not null pk comment('结点ID') CHAR(36)"`
|
NodeId string `xorm:"not null pk comment('结点ID') CHAR(36)"`
|
||||||
NodeName string `xorm:"not null comment('结点名称') VARCHAR(255)"`
|
NodeName string `xorm:"not null comment('结点名称') VARCHAR(255)"`
|
||||||
ParentId string `xorm:"not null comment('父结点ID') CHAR(36)"`
|
ParentId string `xorm:"not null comment('父结点ID') CHAR(36)"`
|
||||||
OwnerIndentityId int32 `xorm:"not null comment('所有人的身份') INT(11)"`
|
IndentityId int32 `xorm:"not null comment('所有人的身份') INT(11)"`
|
||||||
OwnerPersonId int32 `xorm:"not null comment('所有人的ID') INT(11)"`
|
PersonId int32 `xorm:"not null comment('所有人的ID') INT(11)"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue