From 8f9eb61a33478037c1c2d7dff8e4cf703e937b24 Mon Sep 17 00:00:00 2001 From: what Date: Sat, 22 Apr 2023 02:18:32 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E6=B7=BB=E5=8A=A0=20NewConditionByRes?= =?UTF-8?q?=20=E6=96=B9=E6=B3=95=E5=8F=82=E6=95=B0:=20describe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/res_condition.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/res_condition.go b/base/res_condition.go index 19187be..270e1f6 100644 --- a/base/res_condition.go +++ b/base/res_condition.go @@ -21,4 +21,4 @@ type ResCondition struct { type GetResConditions func(categoryUuid string) []ResCondition -type GetOrmConditionByRes func(items []ResCondition) contracts.Condition +type GetOrmConditionByRes func(items []ResCondition, describe string) contracts.Condition