huanghongfeng
3 天以前 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Boxing/IDt_CZInfo_mesService.cs
@@ -1,8 +1,10 @@
锘縰sing Microsoft.AspNetCore.Mvc;
using WIDESEA_DTO;
namespace WIDESEA_IStorageBasicService;
public interface IDt_CZInfo_mesService : IService<Dt_CZInfo_mes>
{
    WebResponseContent RequestAxleloading(RequestTaskDto input);
    WebResponseContent UpdateAxleCurrentStatue(RequestTaskDto input);
}