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

9 lines
182 B
C#
Raw Permalink Normal View History

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