| | |
| | | 锘縰sing Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | 锘縰sing Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_DTO.Stock; |
| | | using WIDESEA_IBasicRepository; |
| | | using WIDESEA_IStockRepository; |
| | | using WIDESEA_IStockService; |
| | | using WIDESEA_Model.Models; |
| | | |
| | | namespace WIDESEA_WMSServer.Controllers.Stock |
| | | { |
| | | /// <summary> |
| | | /// 搴撳瓨鍘嗗彶 |
| | | /// 鍧枡闅旂儹搴撳瓨鍘嗗彶 |
| | | /// </summary> |
| | | [Route("api/StockInfo_Hty")] |
| | | [Route("api/BlankStockInfo_Hty")] |
| | | [ApiController] |
| | | public class StockInfo_HtyController : ApiBaseController<IStockInfo_HtyService, Dt_StockInfo_Hty> |
| | | { |
| | |
| | | { |
| | | } |
| | | } |
| | | } |
| | | } |