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

11 lines
218 B
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
using HL_FristAidPlatform_Help;
using SqlSugar;
namespace HL_FristAidPlatform_DataBase
{
public class T_Service_FirstAid_PathogenyCensusDB : BaseDB
{
public SqlSugarClient db = GetClient();
}
}