dp
huanghongfeng
2025-03-24 0770b93e35cda4a953dcfd50490c1dcabef25031
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_TraycodeinfoService.cs
@@ -13,7 +13,8 @@
    public interface ISys_TraycodeinfoService : IService<Dt_traycodeinfo>
    {
        ISys_TraycodeinfoRepository Repository { get; }
        WebResponseContent SetCacheList();
        Dt_traycodeinfo? GetInCacheList(string traycode_code);
        WebResponseContent AddTenantInfo(SaveModel saveModel);
    }
}