package hdl import ( "applet/app/svc" "github.com/gin-gonic/gin" ) func GetHwOrder(c *gin.Context) { svc.GetHwOrder(c) }