Explorar el Código

spillage: 车次重量 1

Yi hace 1 año
padre
commit
8b341317a5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      http/handler/statistic/analysis.go

+ 1 - 0
http/handler/statistic/analysis.go

@@ -546,6 +546,7 @@ func FeedMixedAndTmrName(c *gin.Context) {
 	c.JSON(http.StatusOK, res)
 }
 
+// FeedTemplateHistory 配方修改记录
 func FeedTemplateHistory(c *gin.Context) {
 	var req operationPb.FeedTemplateHistoryRequest
 	if err := ginutil.BindProto(c, &req); err != nil {