diff --git a/FactorySystemApi/Controllers/CommonController.cs b/FactorySystemApi/Controllers/CommonController.cs index 387b4b3..f140071 100644 --- a/FactorySystemApi/Controllers/CommonController.cs +++ b/FactorySystemApi/Controllers/CommonController.cs @@ -60,6 +60,9 @@ namespace FactorySystemApi.Controllers case "5": filePath = string.Format(filePath, "Material", "物料信息补全导入模板"); break; + case "6": + filePath = string.Format(filePath, "Teamwork", "协同批量模板"); + break; case "1"://配方导入模板 default: filePath = string.Format(filePath, "Formula", "配方导入模板"); diff --git a/FactorySystemApi/File/Teamwork/协同批量模板.xlsx b/FactorySystemApi/File/Teamwork/协同批量模板.xlsx new file mode 100644 index 0000000..562204e Binary files /dev/null and b/FactorySystemApi/File/Teamwork/协同批量模板.xlsx differ