Files

13 lines
259 B
C#
Raw Permalink Normal View History

2026-02-06 18:34:35 +08:00
/*
*,
*/
using iMES.Core.BaseProvider;
using iMES.Entity.DomainModels;
namespace iMES.Bi.IServices
{
public partial interface IBi_db_dimService : IService<Bi_db_dim>
{
}
}