初始
This commit is contained in:
6
internal/consts/role.go
Normal file
6
internal/consts/role.go
Normal file
@ -0,0 +1,6 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
PostLeader = 1 // 班组长
|
||||
PostConstruction = 2 // 施工人员
|
||||
)
|
Reference in New Issue
Block a user