初次提交

This commit is contained in:
hoteas
2021-11-15 03:26:54 +08:00
parent 9d5f8438c5
commit 97b2f54383
5 changed files with 22 additions and 2024 deletions
+3 -1
View File
@@ -5,7 +5,7 @@ import (
. "../../../hotime/common"
)
var ID = "d5b5439d83c30a18e93b8bbff9940e8b"
var ID = "b6e1eae6a28c3e962c4e5e6b4650209e"
// Project 管理端项目
var Project = Proj{
@@ -18,8 +18,10 @@ var Project = Proj{
"org": orgCtr,
"produce": produceCtr,
"produce_material": produce_materialCtr,
"produce_product": produce_productCtr,
"product": productCtr,
"product_check": product_checkCtr,
"product_line": product_lineCtr,
"product_spot_check": product_spot_checkCtr,
"role": roleCtr,
"user": userCtr,