分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-06-27 a18249404f0b3003a6b7c3df7775805edc06f756
代码管理/WMS/WMS_Server/WIDESEA_WMS/IServices/system/Partial/Idt_stationinfoService.cs
@@ -9,5 +9,10 @@
{
    public partial interface Idt_stationinfoService
    {
        WebResponseContent SetStationEnable(object parm);
        WebResponseContent SendAGVTask(SaveModel saveModel);
        WebResponseContent dt_stationinfolist();
        WebResponseContent pcs_dt_stationinfolist();
        WebResponseContent Trayswitching(SaveModel saveModel);
    }
 }
}