qinchulong
2025-03-08 b0c756bd9b37bc2eeffbb0f39c8000648061d82c
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/Idt_OutstockinfoService.cs
@@ -12,5 +12,6 @@
    public interface Idt_OutstockinfoService : IService<dt_outstockinfo>
    {
        WebResponseContent UpdateIsOutStock(int isout);
        WebResponseContent UpdateInOut(int isout);
    }
}