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

9 lines
182 B
C#
Raw Permalink Normal View History

2025-08-25 09:56:57 +08:00
using APT.Infrastructure.Core;
using APT.Infrastructure.Api;
namespace APT.BaseData.Domain.IServices.BD
{
public interface IBDSystemInfoService : ICommonService
{
}
}