using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Rhea.Common; using Tiger.Model; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Cors; namespace Tiger.Api.Controllers.WMS { /// /// 一般仓库业务流程 /// [EnableCors("Any")] [ApiController] public partial class KanBanController : ControllerBase { } }