zhanghonglin
20 小时以前 b51cfdec1dde066a1afbec0fa816347031ca6d25
项目代码/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);
    }
}