feat: 重置为示例配置 (仅学生/教师操作)功能接口

This commit is contained in:
TsMask
2024-07-03 15:39:57 +08:00
parent c411d30db2
commit 05104a514f
4 changed files with 165 additions and 93 deletions

View File

@@ -28,6 +28,9 @@ type IPtNeConfigDataService interface {
// SaveAsDefaultByType 保存为默认示例
SaveAsDefaultByType(neInfo neModel.NeInfo, stubType, operaUserName string)
// ResetAsDefaultByType 重置为默认示例
ResetAsDefaultByType(neType, stubType, operaUserName string)
// SelectByStubType 通过存根类型查询
SelectByStubType(param model.PtNeConfigData) model.PtNeConfigData
}