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