using Microsoft.AspNetCore.Mvc; namespace WIDESEA_IStorageBasicService; public interface IDt_CacheInfoService : IService { /// /// /// /// /// WebResponseContent AddCacheInfoByAPP(SaveModel input); }