|
@@ -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 {
|