using Yw.DAL.SQLite;
namespace HStation.DAL.SQLite
{
///
///
///
public partial class XhsProjectItem : BaseDAL_Paras_Flags_TagName_Sorter_UseStatus, IXhsProjectItem
{
///
///
///
public override ConnectionConfig ConnectionConfig
{
get { return Xhs.ConfigHelper.SQLiteConnectionConfig; }
}
}
}