|
|
@ -36,7 +36,7 @@ func CreateSysOperationRecord(c *gin.Context) { |
|
|
|
// @Security ApiKeyAuth
|
|
|
|
// @accept application/json
|
|
|
|
// @Produce application/json
|
|
|
|
// @Param data body request.SysOperationRecordCreate true "SysOperationRecord模型"
|
|
|
|
// @Param data body request.GetByIdUnit true "SysOperationRecord模型"
|
|
|
|
// @Success 200 {string} string "{"success":true,"data":{},"msg":"删除成功"}"
|
|
|
|
// @Router /sysOperationRecord/deleteSysOperationRecord [delete]
|
|
|
|
func DeleteSysOperationRecord(c *gin.Context) { |
|
|
|