1
huanghongfeng
2025-06-25 b1c2dd1869a51b8f0e4acb9ddeb148f796db147f
1
2
3
4
5
6
7
8
9
10
using 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);
}