#ifndef GRADEINDEXINFOSERVICE_H #define GRADEINDEXINFOSERVICE_H #include "ClassSet.h" class GradeIndexInfoService { public: GradeIndexInfoService(QObject *parent = nullptr); int AddGradeIndexInfo(const GradeIndexInfo &gradeIndexInfo); bool UpdateGradeIndexInfo(const GradeIndexInfo &gradeIndexInfo); bool QueryGradeIndexInfoByProjectId(QList *gradeIndexInfoList, int projectId); }; #endif // GRADEINDEXINFOSERVICE_H