mirror of
https://shylinux.com/x/operation
synced 2025-07-01 21:21:19 +08:00
add some
This commit is contained in:
parent
2dd86622f0
commit
68ee945b5e
@ -50,6 +50,7 @@ const (
|
||||
MeetValue
|
||||
MeetCheck
|
||||
MeetPlan
|
||||
MeetCode
|
||||
)
|
||||
|
||||
var MeetTypeList = map[MeetType]string{
|
||||
@ -57,6 +58,7 @@ var MeetTypeList = map[MeetType]string{
|
||||
MeetValue: "原型评审",
|
||||
MeetCheck: "项目验收",
|
||||
MeetPlan: "方向规划",
|
||||
MeetCode: "编程直播",
|
||||
}
|
||||
|
||||
func (s MeetType) String() string { return MeetTypeList[s] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user