From b62d491b5cde9253d59dd229e8bb658c9b76e45f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 02 Apr 2021 11:57:29 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

---
 src/api/system/tenant.js |  143 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 143 insertions(+), 0 deletions(-)

diff --git a/src/api/system/tenant.js b/src/api/system/tenant.js
index b0091e6..a97c008 100644
--- a/src/api/system/tenant.js
+++ b/src/api/system/tenant.js
@@ -21,6 +21,62 @@
     }
   })
 }
+export const selectTy = (hn) => {
+  return request({
+    url: '/api/blade-system/tenant/selectTy',
+    method: 'post',
+    params: {
+      hn
+    }
+  })
+}
+export const deletey = (hn) => {
+  return request({
+    url: '/api/blade-system/tenant/deletey',
+    method: 'post',
+    params: {
+      hn
+    }
+  })
+}
+export const deletes = (hn) => {
+  return request({
+    url: '/api/blade-system/tenant/deletes',
+    method: 'post',
+    params: {
+      hn
+    }
+  })
+}
+export const deleter = (hn) => {
+  return request({
+    url: '/api/blade-system/tenant/deleter',
+    method: 'post',
+    params: {
+      hn
+    }
+  })
+}
+
+
+export const selectTs = (hn) => {
+  return request({
+    url: '/api/blade-system/tenant/selectTs',
+    method: 'post',
+    params: {
+      hn
+    }
+  })
+}
+export const selectTr = (hn) => {
+  return request({
+    url: '/api/blade-system/tenant/selectTr',
+    method: 'post',
+    params: {
+      hn
+    }
+  })
+}
 
 export const remove = (ids) => {
   return request({
@@ -47,6 +103,93 @@
     data: row
   })
 }
+export const instery = (dj, had, ht, ctime, content,hn) => {
+  return request({
+    url: '/api/blade-system/tenant/instery',
+    method: 'post',
+    params: {
+      dj,
+      had,
+      ht,
+      ctime,
+      content,
+      hn
+    }
+  })
+}
+export const insertsr = (category, attributes, developers, had, housetype, content, hn) => {
+  return request({
+    url: '/api/blade-system/tenant/insertsr',
+    method: 'post',
+    params: {
+      category,
+      attributes,
+      developers,
+      had,
+      housetype,
+      content,
+      hn
+    }
+  })
+}
+export const updateInfor = (category, attributes, developers, had, housetype, content, hn) => {
+  return request({
+    url: '/api/blade-system/tenant/updateInfor',
+    method: 'post',
+    params: {
+      category,
+      attributes,
+      developers,
+      had,
+      housetype,
+      content,
+      hn
+    }
+  })
+}
+
+export const updateInfoy = (dj, had, ht, ctime, content,hn) => {
+  return request({
+    url: '/api/blade-system/tenant/updateInfoy',
+    method: 'post',
+    params: {
+      dj,
+      had,
+      ht,
+      ctime,
+      content,
+      hn
+    }
+  })
+}
+export const insertss = (nature, had, motto, ctime, content,hn) => {
+  return request({
+    url: '/api/blade-system/tenant/insertss',
+    method: 'post',
+    params: {
+      nature,
+      had,
+      motto,
+      ctime,
+      content,
+      hn
+    }
+  })
+}
+export const updateInfos = (nature, had, motto, ctime, content,hn) => {
+  return request({
+    url: '/api/blade-system/tenant/updateInfoy',
+    method: 'post',
+    params: {
+      nature,
+      had,
+      motto,
+      ctime,
+      content,
+      hn
+    }
+  })
+}
 
 export const setting = (ids, form) => {
   return request({

--
Gitblit v1.9.3