From 258c781597200e0d82fda71fd53a9f8254b9ad91 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 14 Jun 2022 11:57:46 +0800
Subject: [PATCH] 农场,农产品,种类,种植,农事,采收,农产品库存新增租户农场id 字段,接口修改
---
src/main/resources/application.yml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 665d720..1dc6349 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -204,6 +204,7 @@
- /stock/**
- /farmPlant/**
- /farmProductStock/**
+ - /strain/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3