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