From 445f0928ea74a18e72e65a520c0023508e14e936 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 15 五月 2026 16:52:57 +0800
Subject: [PATCH] 1

---
 WebAPI/Controllers/BaseSet/Gy_CheckItemController.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/BaseSet/Gy_CheckItemController.cs b/WebAPI/Controllers/BaseSet/Gy_CheckItemController.cs
index 3ff72c3..47564de 100644
--- a/WebAPI/Controllers/BaseSet/Gy_CheckItemController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_CheckItemController.cs
@@ -13,9 +13,11 @@
 using System.Web.Http;
 using WebAPI.Controllers.SCGL.鏃ヨ鍒掔鐞�;
 using WebAPI.Models;
+using WebAPI.Utility;
 
 namespace WebAPI.Controllers.BaseSet
 {
+    [Permission(HModName ="Gy_QCCheckItem")]
     public class Gy_CheckItemController : ApiController
     {
         public DBUtility.ClsPub.Enum_BillStatus BillStatus;
@@ -598,6 +600,7 @@
         #region 妫�楠岄」鐩垎绫诲鏍�/鍙嶅鏍�
         [Route("Gy_QCCheckClass/AuditGy_QCCheckClass")]
         [HttpGet]
+        [Permission(HModName = "Gy_QCCheckClass_Check")]
         public object AuditGy_QCCheckClass(string HInterID, int Type, string user)
         {
             try

--
Gitblit v1.9.1