feat: 档口入库码支持软删除与重导恢复 (#238)
This commit is contained in:
@@ -119,6 +119,7 @@ func Register(r *gin.Engine, db *sql.DB, onlineThreshold time.Duration, aiSecret
|
||||
pages.GET("/inner-codes", h.InnerCodeList)
|
||||
innerCodes := pages.Group("/inner-codes")
|
||||
innerCodes.POST("/import", h.InnerCodeImport)
|
||||
innerCodes.POST("/delete", h.InnerCodeDelete)
|
||||
innerCodes.POST("/match", h.InnerCodeMatch)
|
||||
innerCodes.POST("/apply", h.InnerCodeApply)
|
||||
innerCodes.POST("/recheck", h.InnerCodeRecheck)
|
||||
|
||||
Reference in New Issue
Block a user