using Mapster; using Masuit.Tools; using System.CodeDom; using System.ComponentModel.DataAnnotations; using System.Reflection.Emit; using WIDESEA_Common; namespace WIDESEA_StorageBasicService; public class Dt_CacheInfo_htyService : ServiceBase, IDt_CacheInfo_htyService { public Dt_CacheInfo_htyService(IDt_CacheInfo_htyRepository BaseDal) : base(BaseDal) { } }