StableVersion4.3/HL_FristAidPlatform_DataBase/Service/T_Service_FirstAid_Pathogen...

11 lines
218 B
C#

using HL_FristAidPlatform_Help;
using SqlSugar;
namespace HL_FristAidPlatform_DataBase
{
public class T_Service_FirstAid_PathogenyCensusDB : BaseDB
{
public SqlSugarClient db = GetClient();
}
}