You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
259 B
19 lines
259 B
|
8 months ago
|
package overallhandle
|
||
|
|
|
||
|
|
import "github.com/gin-gonic/gin"
|
||
|
|
|
||
|
|
/**
|
||
|
|
@ 作者: 秦东
|
||
|
|
@ 时间: 2024-03-08 13:38:51
|
||
|
|
@ 功能: 人员操作记录
|
||
|
|
@ 参数
|
||
|
|
#
|
||
|
|
@ 返回值
|
||
|
|
#
|
||
|
|
@ 方法原型
|
||
|
|
#
|
||
|
|
*/
|
||
|
|
func WritePeopleLog(c *gin.Context, class string, errmsg ...any) {
|
||
|
|
|
||
|
|
}
|