Zhang-Hong-Lin
2025-03-06 0aa4a51164e25b2ad484cf7b5646111bbe60d541
项目代码/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);
    }
}