ZhiYeJianKang_PeiXun/Song.ServiceImpls/Contents/ContentsCom.cs
2025-02-20 15:41:53 +08:00

22 lines
358 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.Common;
using WeiSha.Common;
using Song.Entities;
using WeiSha.Data;
using Song.ServiceInterfaces;
using System.Resources;
using System.Reflection;
namespace Song.ServiceImpls
{
public partial class ContentsCom : IContents
{
}
}