From 783a1049339cdbb7353dfe3115e3d6fffd3355a5 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Wed, 28 Aug 2024 19:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/mCase.php | 23 +++++++++++++++++++++++ model/mUser.php | 16 ++++++++++++++++ model/mUserCase.php | 18 ++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 model/mCase.php create mode 100644 model/mUser.php create mode 100644 model/mUserCase.php diff --git a/model/mCase.php b/model/mCase.php new file mode 100644 index 0000000..ed1a6fc --- /dev/null +++ b/model/mCase.php @@ -0,0 +1,23 @@ +obj = new dCase(); + $this->tbl = 'tcm_case'; + $this->case_herb_tbl = 'tcm_case_herb'; + $this->herb_tbl = 'tcm_herb'; + $this->collect_log_tbl = 'tcm_collect_log'; + } + +} \ No newline at end of file diff --git a/model/mUser.php b/model/mUser.php new file mode 100644 index 0000000..b943075 --- /dev/null +++ b/model/mUser.php @@ -0,0 +1,16 @@ +obj = new dUser(); + $this->tbl = 'tcm_user'; + } +} \ No newline at end of file diff --git a/model/mUserCase.php b/model/mUserCase.php new file mode 100644 index 0000000..31fac87 --- /dev/null +++ b/model/mUserCase.php @@ -0,0 +1,18 @@ +obj = new dUserCase(); + $this->tbl = 'tcm_user_case'; + $this->user_herb_tbl = 'tcm_user_herb'; + } + +} \ No newline at end of file