mh_sms/APT.BaseData.Domain/IServices/BD/IBDSystemInfoService.cs

9 lines
182 B
C#
Raw Permalink Normal View History

2024-04-12 16:50:28 +08:00
using APT.Infrastructure.Core;
using APT.Infrastructure.Api;
namespace APT.BaseData.Domain.IServices.BD
{
public interface IBDSystemInfoService : ICommonService
{
}
}