刘磊
8 天以前 2de09bec5cc05bf875543fa8956167ca7db73021
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);
}