啊鑫
2025-09-09 f2b71fe1d3c2b7651d525a5b5bbe66fad602ea06
WebApi/Gs.Ww/WWGDManager.cs
@@ -9,8 +9,8 @@
using Microsoft.AspNetCore.Mvc;
using static Gs.Toolbox.UtilityHelper;
namespace Gs.Ww
{
namespace Gs.Ww;
    [ApiGroup(ApiGroupNames.WOM)]
    public class WWGDManager : IRomteService
    {
@@ -190,7 +190,5 @@
            }
            return ReturnDto<dynamic>.QuickReturn(m, ReturnCode.Success, "操作成功!");
        }
    }
}