mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 04:25:03 +08:00
add member model
This commit is contained in:
9
model/member.go
Normal file
9
model/member.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type Member struct {
|
||||
ID int //工号
|
||||
Name string
|
||||
Sex bool //不要把女生安排进男生宿舍,male=True
|
||||
FreeDay int //哪天有空
|
||||
access int // 遵循报修系统的access enum ,用来标注管理层
|
||||
}
|
||||
Reference in New Issue
Block a user