wangxinhui
10 天以前 6861434f1445d1685b67a24897890c34f8c54f85
代码管理/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfo_HtyController.cs
文件名从 代码管理/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/BlankStockInfo_HtyController.cs 修改
@@ -10,9 +10,9 @@
    /// </summary>
    [Route("api/BlankStockInfo_Hty")]
    [ApiController]
    public class BlankStockInfo_HtyController : ApiBaseController<IBlankStockInfo_HtyService, Dt_BlankStockInfo_Hty>
    public class StockInfo_HtyController : ApiBaseController<IStockInfo_HtyService, Dt_StockInfo_Hty>
    {
        public BlankStockInfo_HtyController(IBlankStockInfo_HtyService service) : base(service)
        public StockInfo_HtyController(IStockInfo_HtyService service) : base(service)
        {
        }
    }