结班后证书发放
This commit is contained in:
@@ -27,6 +27,8 @@ public interface ClassEntityService extends IService<ClassEntity> {
|
||||
|
||||
R updateClassState(Map<String,Object> params);
|
||||
|
||||
String getNextCertificateNo(String type,String courseNamePinyin);
|
||||
|
||||
boolean editClass(Map<String ,Object> params);
|
||||
|
||||
R setUserRole(Map<String ,Object> params);
|
||||
@@ -95,6 +97,6 @@ public interface ClassEntityService extends IService<ClassEntity> {
|
||||
|
||||
List userScoreList(Map<String,Object> params);
|
||||
|
||||
List<Map<String,Object>> classCourseInfoClassId(int classId);
|
||||
List<Map<String,Object>> classCourseInfoClassId(int classId,int courseId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user