From 75b050a100fdb0639c6ff72424336832dd6b17ad Mon Sep 17 00:00:00 2001 From: xins Date: Fri, 5 Jan 2024 15:23:47 +0800 Subject: [PATCH] =?UTF-8?q?1.2.5=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-modules/hw-dms1/pom.xml | 99 ------------ .../java/com/hw/dms/HwDmsApplication.java | 34 ----- .../DmsBaseDeviceDepreciationController.java | 105 ------------- .../DmsBaseDeviceTypeController.java | 103 ------------- .../dms/domain/DmsBaseDeviceDepreciation.java | 144 ------------------ .../com/hw/dms/domain/DmsBaseDeviceType.java | 86 ----------- .../DmsBaseDeviceDepreciationMapper.java | 61 -------- .../dms/mapper/DmsBaseDeviceTypeMapper.java | 61 -------- .../IDmsBaseDeviceDepreciationService.java | 61 -------- .../service/IDmsBaseDeviceTypeService.java | 61 -------- .../DmsBaseDeviceDepreciationServiceImpl.java | 96 ------------ .../impl/DmsBaseDeviceTypeServiceImpl.java | 96 ------------ .../hw-dms1/src/main/resources/banner.txt | 10 -- .../hw-dms1/src/main/resources/bootstrap.yml | 29 ---- .../hw-dms1/src/main/resources/logback.xml | 74 --------- .../dms/DmsBaseDeviceDepreciationMapper.xml | 106 ------------- .../mapper/dms/DmsBaseDeviceTypeMapper.xml | 96 ------------ hw-ui/src/api/system/dept.js | 2 +- 18 files changed, 1 insertion(+), 1323 deletions(-) delete mode 100644 hw-modules/hw-dms1/pom.xml delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/HwDmsApplication.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/controller/DmsBaseDeviceDepreciationController.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/controller/DmsBaseDeviceTypeController.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/domain/DmsBaseDeviceDepreciation.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/domain/DmsBaseDeviceType.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/mapper/DmsBaseDeviceDepreciationMapper.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/mapper/DmsBaseDeviceTypeMapper.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/service/IDmsBaseDeviceDepreciationService.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/service/IDmsBaseDeviceTypeService.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/service/impl/DmsBaseDeviceDepreciationServiceImpl.java delete mode 100644 hw-modules/hw-dms1/src/main/java/com/hw/dms/service/impl/DmsBaseDeviceTypeServiceImpl.java delete mode 100644 hw-modules/hw-dms1/src/main/resources/banner.txt delete mode 100644 hw-modules/hw-dms1/src/main/resources/bootstrap.yml delete mode 100644 hw-modules/hw-dms1/src/main/resources/logback.xml delete mode 100644 hw-modules/hw-dms1/src/main/resources/mapper/dms/DmsBaseDeviceDepreciationMapper.xml delete mode 100644 hw-modules/hw-dms1/src/main/resources/mapper/dms/DmsBaseDeviceTypeMapper.xml diff --git a/hw-modules/hw-dms1/pom.xml b/hw-modules/hw-dms1/pom.xml deleted file mode 100644 index f370a17..0000000 --- a/hw-modules/hw-dms1/pom.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - com.hw - hw-modules - 3.6.3 - - 4.0.0 - - hw-modules-dms - - - hw-modules-dms设备管理模块 - - - - - - - com.alibaba.cloud - spring-cloud-starter-alibaba-nacos-discovery - - - - - com.alibaba.cloud - spring-cloud-starter-alibaba-nacos-config - - - - - com.alibaba.cloud - spring-cloud-starter-alibaba-sentinel - - - - - org.springframework.boot - spring-boot-starter-actuator - - - - - io.springfox - springfox-swagger-ui - ${swagger.fox.version} - - - - - com.mysql - mysql-connector-j - - - - - com.hw - hw-common-datasource - - - - - com.hw - hw-common-datascope - - - - - com.hw - hw-common-log - - - - - com.hw - hw-common-swagger - - - - - ${project.artifactId} - - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - - - - - - - diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/HwDmsApplication.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/HwDmsApplication.java deleted file mode 100644 index 469c695..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/HwDmsApplication.java +++ /dev/null @@ -1,34 +0,0 @@ -package com.hw.dms; - -import com.hw.common.security.annotation.EnableCustomConfig; -import com.hw.common.security.annotation.EnableRyFeignClients; -import com.hw.common.swagger.annotation.EnableCustomSwagger2; -import org.springframework.boot.SpringApplication; -import org.springframework.boot.autoconfigure.SpringBootApplication; - -/** - * 系统模块 - * - * @author ruoyi - */ -@EnableCustomConfig -@EnableCustomSwagger2 -@EnableRyFeignClients -@SpringBootApplication -public class HwDmsApplication -{ - public static void main(String[] args) - { - SpringApplication.run(HwDmsApplication.class, args); - System.out.println("(♥◠‿◠)ノ゙ 设备模块启动成功 ლ(´ڡ`ლ)゙ \n" + - " .-------. ____ __ \n" + - " | _ _ \\ \\ \\ / / \n" + - " | ( ' ) | \\ _. / ' \n" + - " |(_ o _) / _( )_ .' \n" + - " | (_,_).' __ ___(_ o _)' \n" + - " | |\\ \\ | || |(_,_)' \n" + - " | | \\ `' /| `-' / \n" + - " | | \\ / \\ / \n" + - " ''-' `'-' `-..-' "); - } -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/controller/DmsBaseDeviceDepreciationController.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/controller/DmsBaseDeviceDepreciationController.java deleted file mode 100644 index 61f406f..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/controller/DmsBaseDeviceDepreciationController.java +++ /dev/null @@ -1,105 +0,0 @@ -package com.hw.dms.controller; - -import java.util.List; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.PutMapping; -import org.springframework.web.bind.annotation.DeleteMapping; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RestController; -import com.hw.common.log.annotation.Log; -import com.hw.common.log.enums.BusinessType; -import com.hw.common.security.annotation.RequiresPermissions; -import com.hw.dms.domain.DmsBaseDeviceDepreciation; -import com.hw.dms.service.IDmsBaseDeviceDepreciationService; -import com.hw.common.core.web.controller.BaseController; -import com.hw.common.core.web.domain.AjaxResult; -import com.hw.common.core.utils.poi.ExcelUtil; -import com.hw.common.core.web.page.TableDataInfo; - -/** - * 设备折旧信息Controller - * - * @author xins - * @date 2023-12-27 - */ -@RestController -@RequestMapping("/devicedepreciation") -public class DmsBaseDeviceDepreciationController extends BaseController -{ - @Autowired - private IDmsBaseDeviceDepreciationService dmsBaseDeviceDepreciationService; - - /** - * 查询设备折旧信息列表 - */ - @RequiresPermissions("dms:devicedepreciation:list") - @GetMapping("/list") - public TableDataInfo list(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation) - { - startPage(); - List list = dmsBaseDeviceDepreciationService.selectDmsBaseDeviceDepreciationList(dmsBaseDeviceDepreciation); - return getDataTable(list); - } - - /** - * 导出设备折旧信息列表 - */ - @RequiresPermissions("dms:devicedepreciation:export") - @Log(title = "设备折旧信息", businessType = BusinessType.EXPORT) - @PostMapping("/export") - public void export(HttpServletResponse response, DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation) - { - List list = dmsBaseDeviceDepreciationService.selectDmsBaseDeviceDepreciationList(dmsBaseDeviceDepreciation); - ExcelUtil util = new ExcelUtil(DmsBaseDeviceDepreciation.class); - util.exportExcel(response, list, "设备折旧信息数据"); - } - - /** - * 获取设备折旧信息详细信息 - */ - @RequiresPermissions("dms:devicedepreciation:query") - @GetMapping(value = "/{deviceDepreciationId}") - public AjaxResult getInfo(@PathVariable("deviceDepreciationId") Long deviceDepreciationId) - { - return success(dmsBaseDeviceDepreciationService.selectDmsBaseDeviceDepreciationByDeviceDepreciationId(deviceDepreciationId)); - } - - /** - * 新增设备折旧信息 - */ - @RequiresPermissions("dms:devicedepreciation:add") - @Log(title = "设备折旧信息", businessType = BusinessType.INSERT) - @PostMapping - public AjaxResult add(@RequestBody DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation) - { - return toAjax(dmsBaseDeviceDepreciationService.insertDmsBaseDeviceDepreciation(dmsBaseDeviceDepreciation)); - } - - /** - * 修改设备折旧信息 - */ - @RequiresPermissions("dms:devicedepreciation:edit") - @Log(title = "设备折旧信息", businessType = BusinessType.UPDATE) - @PutMapping - public AjaxResult edit(@RequestBody DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation) - { - return toAjax(dmsBaseDeviceDepreciationService.updateDmsBaseDeviceDepreciation(dmsBaseDeviceDepreciation)); - } - - /** - * 删除设备折旧信息 - */ - @RequiresPermissions("dms:devicedepreciation:remove") - @Log(title = "设备折旧信息", businessType = BusinessType.DELETE) - @DeleteMapping("/{deviceDepreciationIds}") - public AjaxResult remove(@PathVariable Long[] deviceDepreciationIds) - { - return toAjax(dmsBaseDeviceDepreciationService.deleteDmsBaseDeviceDepreciationByDeviceDepreciationIds(deviceDepreciationIds)); - } -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/controller/DmsBaseDeviceTypeController.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/controller/DmsBaseDeviceTypeController.java deleted file mode 100644 index 8ef3aa9..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/controller/DmsBaseDeviceTypeController.java +++ /dev/null @@ -1,103 +0,0 @@ -package com.hw.dms.controller; - -import java.util.List; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.PutMapping; -import org.springframework.web.bind.annotation.DeleteMapping; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RestController; -import com.hw.common.log.annotation.Log; -import com.hw.common.log.enums.BusinessType; -import com.hw.common.security.annotation.RequiresPermissions; -import com.hw.dms.domain.DmsBaseDeviceType; -import com.hw.dms.service.IDmsBaseDeviceTypeService; -import com.hw.common.core.web.controller.BaseController; -import com.hw.common.core.web.domain.AjaxResult; -import com.hw.common.core.utils.poi.ExcelUtil; - -/** - * 设备类型信息Controller - * - * @author xins - * @date 2023-12-27 - */ -@RestController -@RequestMapping("/devicetype") -public class DmsBaseDeviceTypeController extends BaseController -{ - @Autowired - private IDmsBaseDeviceTypeService dmsBaseDeviceTypeService; - - /** - * 查询设备类型信息列表 - */ - @RequiresPermissions("dms:devicetype:list") - @GetMapping("/list") - public AjaxResult list(DmsBaseDeviceType dmsBaseDeviceType) - { - List list = dmsBaseDeviceTypeService.selectDmsBaseDeviceTypeList(dmsBaseDeviceType); - return success(list); - } - - /** - * 导出设备类型信息列表 - */ - @RequiresPermissions("dms:devicetype:export") - @Log(title = "设备类型信息", businessType = BusinessType.EXPORT) - @PostMapping("/export") - public void export(HttpServletResponse response, DmsBaseDeviceType dmsBaseDeviceType) - { - List list = dmsBaseDeviceTypeService.selectDmsBaseDeviceTypeList(dmsBaseDeviceType); - ExcelUtil util = new ExcelUtil(DmsBaseDeviceType.class); - util.exportExcel(response, list, "设备类型信息数据"); - } - - /** - * 获取设备类型信息详细信息 - */ - @RequiresPermissions("dms:devicetype:query") - @GetMapping(value = "/{deviceTypeId}") - public AjaxResult getInfo(@PathVariable("deviceTypeId") Long deviceTypeId) - { - return success(dmsBaseDeviceTypeService.selectDmsBaseDeviceTypeByDeviceTypeId(deviceTypeId)); - } - - /** - * 新增设备类型信息 - */ - @RequiresPermissions("dms:devicetype:add") - @Log(title = "设备类型信息", businessType = BusinessType.INSERT) - @PostMapping - public AjaxResult add(@RequestBody DmsBaseDeviceType dmsBaseDeviceType) - { - return toAjax(dmsBaseDeviceTypeService.insertDmsBaseDeviceType(dmsBaseDeviceType)); - } - - /** - * 修改设备类型信息 - */ - @RequiresPermissions("dms:devicetype:edit") - @Log(title = "设备类型信息", businessType = BusinessType.UPDATE) - @PutMapping - public AjaxResult edit(@RequestBody DmsBaseDeviceType dmsBaseDeviceType) - { - return toAjax(dmsBaseDeviceTypeService.updateDmsBaseDeviceType(dmsBaseDeviceType)); - } - - /** - * 删除设备类型信息 - */ - @RequiresPermissions("dms:devicetype:remove") - @Log(title = "设备类型信息", businessType = BusinessType.DELETE) - @DeleteMapping("/{deviceTypeIds}") - public AjaxResult remove(@PathVariable Long[] deviceTypeIds) - { - return toAjax(dmsBaseDeviceTypeService.deleteDmsBaseDeviceTypeByDeviceTypeIds(deviceTypeIds)); - } -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/domain/DmsBaseDeviceDepreciation.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/domain/DmsBaseDeviceDepreciation.java deleted file mode 100644 index c6d68f3..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/domain/DmsBaseDeviceDepreciation.java +++ /dev/null @@ -1,144 +0,0 @@ -package com.hw.dms.domain; - -import java.math.BigDecimal; -import java.util.Date; -import com.fasterxml.jackson.annotation.JsonFormat; -import org.apache.commons.lang3.builder.ToStringBuilder; -import org.apache.commons.lang3.builder.ToStringStyle; -import com.hw.common.core.annotation.Excel; -import com.hw.common.core.web.domain.BaseEntity; - -/** - * 设备折旧信息对象 dms_base_device_depreciation - * - * @author xins - * @date 2023-12-27 - */ -public class DmsBaseDeviceDepreciation extends BaseEntity -{ - private static final long serialVersionUID = 1L; - - /** 主键标识 */ - private Long deviceDepreciationId; - - /** 设备ID,关联dms_base_device_ledger的device_id */ - @Excel(name = "设备ID,关联dms_base_device_ledger的device_id") - private Long deviceId; - - /** 维修次数 */ - @Excel(name = "维修次数") - private Long repairFrequency; - - /** 维修费用 */ - @Excel(name = "维修费用") - private BigDecimal repairCosts; - - /** 折旧费用 */ - @Excel(name = "折旧费用") - private BigDecimal depreciationCost; - - /** 投入时间 */ - @JsonFormat(pattern = "yyyy-MM-dd") - @Excel(name = "投入时间", width = 30, dateFormat = "yyyy-MM-dd") - private Date putintoTime; - - /** 使用年限 */ - @Excel(name = "使用年限") - private BigDecimal useLife; - - /** 是否标识:1-是;2-否 */ - @Excel(name = "是否标识:1-是;2-否") - private Long isFlag; - - public void setDeviceDepreciationId(Long deviceDepreciationId) - { - this.deviceDepreciationId = deviceDepreciationId; - } - - public Long getDeviceDepreciationId() - { - return deviceDepreciationId; - } - public void setDeviceId(Long deviceId) - { - this.deviceId = deviceId; - } - - public Long getDeviceId() - { - return deviceId; - } - public void setRepairFrequency(Long repairFrequency) - { - this.repairFrequency = repairFrequency; - } - - public Long getRepairFrequency() - { - return repairFrequency; - } - public void setRepairCosts(BigDecimal repairCosts) - { - this.repairCosts = repairCosts; - } - - public BigDecimal getRepairCosts() - { - return repairCosts; - } - public void setDepreciationCost(BigDecimal depreciationCost) - { - this.depreciationCost = depreciationCost; - } - - public BigDecimal getDepreciationCost() - { - return depreciationCost; - } - public void setPutintoTime(Date putintoTime) - { - this.putintoTime = putintoTime; - } - - public Date getPutintoTime() - { - return putintoTime; - } - public void setUseLife(BigDecimal useLife) - { - this.useLife = useLife; - } - - public BigDecimal getUseLife() - { - return useLife; - } - public void setIsFlag(Long isFlag) - { - this.isFlag = isFlag; - } - - public Long getIsFlag() - { - return isFlag; - } - - @Override - public String toString() { - return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) - .append("deviceDepreciationId", getDeviceDepreciationId()) - .append("deviceId", getDeviceId()) - .append("repairFrequency", getRepairFrequency()) - .append("repairCosts", getRepairCosts()) - .append("depreciationCost", getDepreciationCost()) - .append("putintoTime", getPutintoTime()) - .append("useLife", getUseLife()) - .append("isFlag", getIsFlag()) - .append("remark", getRemark()) - .append("createBy", getCreateBy()) - .append("createTime", getCreateTime()) - .append("updateBy", getUpdateBy()) - .append("updateTime", getUpdateTime()) - .toString(); - } -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/domain/DmsBaseDeviceType.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/domain/DmsBaseDeviceType.java deleted file mode 100644 index ef7fe38..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/domain/DmsBaseDeviceType.java +++ /dev/null @@ -1,86 +0,0 @@ -package com.hw.dms.domain; - -import org.apache.commons.lang3.builder.ToStringBuilder; -import org.apache.commons.lang3.builder.ToStringStyle; -import com.hw.common.core.annotation.Excel; -import com.hw.common.core.web.domain.TreeEntity; - -/** - * 设备类型信息对象 dms_base_device_type - * - * @author xins - * @date 2023-12-27 - */ -public class DmsBaseDeviceType extends TreeEntity -{ - private static final long serialVersionUID = 1L; - - /** 主键标识 */ - private Long deviceTypeId; - - /** 类型编号 */ - @Excel(name = "类型编号") - private String typeCode; - - /** 类型名称 */ - @Excel(name = "类型名称") - private String typeName; - - /** 是否标识:1-是;2-否 */ - @Excel(name = "是否标识:1-是;2-否") - private Long isFlag; - - public void setDeviceTypeId(Long deviceTypeId) - { - this.deviceTypeId = deviceTypeId; - } - - public Long getDeviceTypeId() - { - return deviceTypeId; - } - public void setTypeCode(String typeCode) - { - this.typeCode = typeCode; - } - - public String getTypeCode() - { - return typeCode; - } - public void setTypeName(String typeName) - { - this.typeName = typeName; - } - - public String getTypeName() - { - return typeName; - } - public void setIsFlag(Long isFlag) - { - this.isFlag = isFlag; - } - - public Long getIsFlag() - { - return isFlag; - } - - @Override - public String toString() { - return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) - .append("deviceTypeId", getDeviceTypeId()) - .append("parentId", getParentId()) - .append("typeCode", getTypeCode()) - .append("typeName", getTypeName()) - .append("isFlag", getIsFlag()) - .append("ancestors", getAncestors()) - .append("remark", getRemark()) - .append("createBy", getCreateBy()) - .append("createTime", getCreateTime()) - .append("updateBy", getUpdateBy()) - .append("updateTime", getUpdateTime()) - .toString(); - } -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/mapper/DmsBaseDeviceDepreciationMapper.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/mapper/DmsBaseDeviceDepreciationMapper.java deleted file mode 100644 index de34ac3..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/mapper/DmsBaseDeviceDepreciationMapper.java +++ /dev/null @@ -1,61 +0,0 @@ -package com.hw.dms.mapper; - -import java.util.List; -import com.hw.dms.domain.DmsBaseDeviceDepreciation; - -/** - * 设备折旧信息Mapper接口 - * - * @author xins - * @date 2023-12-27 - */ -public interface DmsBaseDeviceDepreciationMapper -{ - /** - * 查询设备折旧信息 - * - * @param deviceDepreciationId 设备折旧信息主键 - * @return 设备折旧信息 - */ - public DmsBaseDeviceDepreciation selectDmsBaseDeviceDepreciationByDeviceDepreciationId(Long deviceDepreciationId); - - /** - * 查询设备折旧信息列表 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 设备折旧信息集合 - */ - public List selectDmsBaseDeviceDepreciationList(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation); - - /** - * 新增设备折旧信息 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 结果 - */ - public int insertDmsBaseDeviceDepreciation(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation); - - /** - * 修改设备折旧信息 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 结果 - */ - public int updateDmsBaseDeviceDepreciation(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation); - - /** - * 删除设备折旧信息 - * - * @param deviceDepreciationId 设备折旧信息主键 - * @return 结果 - */ - public int deleteDmsBaseDeviceDepreciationByDeviceDepreciationId(Long deviceDepreciationId); - - /** - * 批量删除设备折旧信息 - * - * @param deviceDepreciationIds 需要删除的数据主键集合 - * @return 结果 - */ - public int deleteDmsBaseDeviceDepreciationByDeviceDepreciationIds(Long[] deviceDepreciationIds); -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/mapper/DmsBaseDeviceTypeMapper.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/mapper/DmsBaseDeviceTypeMapper.java deleted file mode 100644 index b0b88e7..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/mapper/DmsBaseDeviceTypeMapper.java +++ /dev/null @@ -1,61 +0,0 @@ -package com.hw.dms.mapper; - -import java.util.List; -import com.hw.dms.domain.DmsBaseDeviceType; - -/** - * 设备类型信息Mapper接口 - * - * @author xins - * @date 2023-12-27 - */ -public interface DmsBaseDeviceTypeMapper -{ - /** - * 查询设备类型信息 - * - * @param deviceTypeId 设备类型信息主键 - * @return 设备类型信息 - */ - public DmsBaseDeviceType selectDmsBaseDeviceTypeByDeviceTypeId(Long deviceTypeId); - - /** - * 查询设备类型信息列表 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 设备类型信息集合 - */ - public List selectDmsBaseDeviceTypeList(DmsBaseDeviceType dmsBaseDeviceType); - - /** - * 新增设备类型信息 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 结果 - */ - public int insertDmsBaseDeviceType(DmsBaseDeviceType dmsBaseDeviceType); - - /** - * 修改设备类型信息 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 结果 - */ - public int updateDmsBaseDeviceType(DmsBaseDeviceType dmsBaseDeviceType); - - /** - * 删除设备类型信息 - * - * @param deviceTypeId 设备类型信息主键 - * @return 结果 - */ - public int deleteDmsBaseDeviceTypeByDeviceTypeId(Long deviceTypeId); - - /** - * 批量删除设备类型信息 - * - * @param deviceTypeIds 需要删除的数据主键集合 - * @return 结果 - */ - public int deleteDmsBaseDeviceTypeByDeviceTypeIds(Long[] deviceTypeIds); -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/IDmsBaseDeviceDepreciationService.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/IDmsBaseDeviceDepreciationService.java deleted file mode 100644 index 3f9a140..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/IDmsBaseDeviceDepreciationService.java +++ /dev/null @@ -1,61 +0,0 @@ -package com.hw.dms.service; - -import java.util.List; -import com.hw.dms.domain.DmsBaseDeviceDepreciation; - -/** - * 设备折旧信息Service接口 - * - * @author xins - * @date 2023-12-27 - */ -public interface IDmsBaseDeviceDepreciationService -{ - /** - * 查询设备折旧信息 - * - * @param deviceDepreciationId 设备折旧信息主键 - * @return 设备折旧信息 - */ - public DmsBaseDeviceDepreciation selectDmsBaseDeviceDepreciationByDeviceDepreciationId(Long deviceDepreciationId); - - /** - * 查询设备折旧信息列表 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 设备折旧信息集合 - */ - public List selectDmsBaseDeviceDepreciationList(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation); - - /** - * 新增设备折旧信息 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 结果 - */ - public int insertDmsBaseDeviceDepreciation(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation); - - /** - * 修改设备折旧信息 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 结果 - */ - public int updateDmsBaseDeviceDepreciation(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation); - - /** - * 批量删除设备折旧信息 - * - * @param deviceDepreciationIds 需要删除的设备折旧信息主键集合 - * @return 结果 - */ - public int deleteDmsBaseDeviceDepreciationByDeviceDepreciationIds(Long[] deviceDepreciationIds); - - /** - * 删除设备折旧信息信息 - * - * @param deviceDepreciationId 设备折旧信息主键 - * @return 结果 - */ - public int deleteDmsBaseDeviceDepreciationByDeviceDepreciationId(Long deviceDepreciationId); -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/IDmsBaseDeviceTypeService.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/IDmsBaseDeviceTypeService.java deleted file mode 100644 index 58cafd1..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/IDmsBaseDeviceTypeService.java +++ /dev/null @@ -1,61 +0,0 @@ -package com.hw.dms.service; - -import java.util.List; -import com.hw.dms.domain.DmsBaseDeviceType; - -/** - * 设备类型信息Service接口 - * - * @author xins - * @date 2023-12-27 - */ -public interface IDmsBaseDeviceTypeService -{ - /** - * 查询设备类型信息 - * - * @param deviceTypeId 设备类型信息主键 - * @return 设备类型信息 - */ - public DmsBaseDeviceType selectDmsBaseDeviceTypeByDeviceTypeId(Long deviceTypeId); - - /** - * 查询设备类型信息列表 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 设备类型信息集合 - */ - public List selectDmsBaseDeviceTypeList(DmsBaseDeviceType dmsBaseDeviceType); - - /** - * 新增设备类型信息 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 结果 - */ - public int insertDmsBaseDeviceType(DmsBaseDeviceType dmsBaseDeviceType); - - /** - * 修改设备类型信息 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 结果 - */ - public int updateDmsBaseDeviceType(DmsBaseDeviceType dmsBaseDeviceType); - - /** - * 批量删除设备类型信息 - * - * @param deviceTypeIds 需要删除的设备类型信息主键集合 - * @return 结果 - */ - public int deleteDmsBaseDeviceTypeByDeviceTypeIds(Long[] deviceTypeIds); - - /** - * 删除设备类型信息信息 - * - * @param deviceTypeId 设备类型信息主键 - * @return 结果 - */ - public int deleteDmsBaseDeviceTypeByDeviceTypeId(Long deviceTypeId); -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/impl/DmsBaseDeviceDepreciationServiceImpl.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/impl/DmsBaseDeviceDepreciationServiceImpl.java deleted file mode 100644 index 2c71b08..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/impl/DmsBaseDeviceDepreciationServiceImpl.java +++ /dev/null @@ -1,96 +0,0 @@ -package com.hw.dms.service.impl; - -import java.util.List; -import com.hw.common.core.utils.DateUtils; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -import com.hw.dms.mapper.DmsBaseDeviceDepreciationMapper; -import com.hw.dms.domain.DmsBaseDeviceDepreciation; -import com.hw.dms.service.IDmsBaseDeviceDepreciationService; - -/** - * 设备折旧信息Service业务层处理 - * - * @author xins - * @date 2023-12-27 - */ -@Service -public class DmsBaseDeviceDepreciationServiceImpl implements IDmsBaseDeviceDepreciationService -{ - @Autowired - private DmsBaseDeviceDepreciationMapper dmsBaseDeviceDepreciationMapper; - - /** - * 查询设备折旧信息 - * - * @param deviceDepreciationId 设备折旧信息主键 - * @return 设备折旧信息 - */ - @Override - public DmsBaseDeviceDepreciation selectDmsBaseDeviceDepreciationByDeviceDepreciationId(Long deviceDepreciationId) - { - return dmsBaseDeviceDepreciationMapper.selectDmsBaseDeviceDepreciationByDeviceDepreciationId(deviceDepreciationId); - } - - /** - * 查询设备折旧信息列表 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 设备折旧信息 - */ - @Override - public List selectDmsBaseDeviceDepreciationList(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation) - { - return dmsBaseDeviceDepreciationMapper.selectDmsBaseDeviceDepreciationList(dmsBaseDeviceDepreciation); - } - - /** - * 新增设备折旧信息 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 结果 - */ - @Override - public int insertDmsBaseDeviceDepreciation(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation) - { - dmsBaseDeviceDepreciation.setCreateTime(DateUtils.getNowDate()); - return dmsBaseDeviceDepreciationMapper.insertDmsBaseDeviceDepreciation(dmsBaseDeviceDepreciation); - } - - /** - * 修改设备折旧信息 - * - * @param dmsBaseDeviceDepreciation 设备折旧信息 - * @return 结果 - */ - @Override - public int updateDmsBaseDeviceDepreciation(DmsBaseDeviceDepreciation dmsBaseDeviceDepreciation) - { - dmsBaseDeviceDepreciation.setUpdateTime(DateUtils.getNowDate()); - return dmsBaseDeviceDepreciationMapper.updateDmsBaseDeviceDepreciation(dmsBaseDeviceDepreciation); - } - - /** - * 批量删除设备折旧信息 - * - * @param deviceDepreciationIds 需要删除的设备折旧信息主键 - * @return 结果 - */ - @Override - public int deleteDmsBaseDeviceDepreciationByDeviceDepreciationIds(Long[] deviceDepreciationIds) - { - return dmsBaseDeviceDepreciationMapper.deleteDmsBaseDeviceDepreciationByDeviceDepreciationIds(deviceDepreciationIds); - } - - /** - * 删除设备折旧信息信息 - * - * @param deviceDepreciationId 设备折旧信息主键 - * @return 结果 - */ - @Override - public int deleteDmsBaseDeviceDepreciationByDeviceDepreciationId(Long deviceDepreciationId) - { - return dmsBaseDeviceDepreciationMapper.deleteDmsBaseDeviceDepreciationByDeviceDepreciationId(deviceDepreciationId); - } -} diff --git a/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/impl/DmsBaseDeviceTypeServiceImpl.java b/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/impl/DmsBaseDeviceTypeServiceImpl.java deleted file mode 100644 index c72c2a8..0000000 --- a/hw-modules/hw-dms1/src/main/java/com/hw/dms/service/impl/DmsBaseDeviceTypeServiceImpl.java +++ /dev/null @@ -1,96 +0,0 @@ -package com.hw.dms.service.impl; - -import java.util.List; -import com.hw.common.core.utils.DateUtils; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -import com.hw.dms.mapper.DmsBaseDeviceTypeMapper; -import com.hw.dms.domain.DmsBaseDeviceType; -import com.hw.dms.service.IDmsBaseDeviceTypeService; - -/** - * 设备类型信息Service业务层处理 - * - * @author xins - * @date 2023-12-27 - */ -@Service -public class DmsBaseDeviceTypeServiceImpl implements IDmsBaseDeviceTypeService -{ - @Autowired - private DmsBaseDeviceTypeMapper dmsBaseDeviceTypeMapper; - - /** - * 查询设备类型信息 - * - * @param deviceTypeId 设备类型信息主键 - * @return 设备类型信息 - */ - @Override - public DmsBaseDeviceType selectDmsBaseDeviceTypeByDeviceTypeId(Long deviceTypeId) - { - return dmsBaseDeviceTypeMapper.selectDmsBaseDeviceTypeByDeviceTypeId(deviceTypeId); - } - - /** - * 查询设备类型信息列表 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 设备类型信息 - */ - @Override - public List selectDmsBaseDeviceTypeList(DmsBaseDeviceType dmsBaseDeviceType) - { - return dmsBaseDeviceTypeMapper.selectDmsBaseDeviceTypeList(dmsBaseDeviceType); - } - - /** - * 新增设备类型信息 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 结果 - */ - @Override - public int insertDmsBaseDeviceType(DmsBaseDeviceType dmsBaseDeviceType) - { - dmsBaseDeviceType.setCreateTime(DateUtils.getNowDate()); - return dmsBaseDeviceTypeMapper.insertDmsBaseDeviceType(dmsBaseDeviceType); - } - - /** - * 修改设备类型信息 - * - * @param dmsBaseDeviceType 设备类型信息 - * @return 结果 - */ - @Override - public int updateDmsBaseDeviceType(DmsBaseDeviceType dmsBaseDeviceType) - { - dmsBaseDeviceType.setUpdateTime(DateUtils.getNowDate()); - return dmsBaseDeviceTypeMapper.updateDmsBaseDeviceType(dmsBaseDeviceType); - } - - /** - * 批量删除设备类型信息 - * - * @param deviceTypeIds 需要删除的设备类型信息主键 - * @return 结果 - */ - @Override - public int deleteDmsBaseDeviceTypeByDeviceTypeIds(Long[] deviceTypeIds) - { - return dmsBaseDeviceTypeMapper.deleteDmsBaseDeviceTypeByDeviceTypeIds(deviceTypeIds); - } - - /** - * 删除设备类型信息信息 - * - * @param deviceTypeId 设备类型信息主键 - * @return 结果 - */ - @Override - public int deleteDmsBaseDeviceTypeByDeviceTypeId(Long deviceTypeId) - { - return dmsBaseDeviceTypeMapper.deleteDmsBaseDeviceTypeByDeviceTypeId(deviceTypeId); - } -} diff --git a/hw-modules/hw-dms1/src/main/resources/banner.txt b/hw-modules/hw-dms1/src/main/resources/banner.txt deleted file mode 100644 index fbd45f5..0000000 --- a/hw-modules/hw-dms1/src/main/resources/banner.txt +++ /dev/null @@ -1,10 +0,0 @@ -Spring Boot Version: ${spring-boot.version} -Spring Application Name: ${spring.application.name} - _ _ - (_) | | - _ __ _ _ ___ _ _ _ ______ ___ _ _ ___ | |_ ___ _ __ ___ -| '__|| | | | / _ \ | | | || ||______|/ __|| | | |/ __|| __| / _ \| '_ ` _ \ -| | | |_| || (_) || |_| || | \__ \| |_| |\__ \| |_ | __/| | | | | | -|_| \__,_| \___/ \__, ||_| |___/ \__, ||___/ \__| \___||_| |_| |_| - __/ | __/ | - |___/ |___/ \ No newline at end of file diff --git a/hw-modules/hw-dms1/src/main/resources/bootstrap.yml b/hw-modules/hw-dms1/src/main/resources/bootstrap.yml deleted file mode 100644 index 9ed2920..0000000 --- a/hw-modules/hw-dms1/src/main/resources/bootstrap.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Tomcat -server: - port: 7306 - -# Spring -spring: - application: - # 应用名称 - name: hw-dms - profiles: - # 环境配置 - active: dev - cloud: - nacos: - discovery: - # 服务注册地址 - server-addr: 175.27.215.92:8848 - namespace: jyhb - group: DEFAULT_GROUP - config: - # 配置中心地址 - server-addr: 175.27.215.92:8848 - namespace: jyhb - group: DEFAULT_GROUP - # 配置文件格式 - file-extension: yml - # 共享配置 - shared-configs: - - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/hw-modules/hw-dms1/src/main/resources/logback.xml b/hw-modules/hw-dms1/src/main/resources/logback.xml deleted file mode 100644 index efe1992..0000000 --- a/hw-modules/hw-dms1/src/main/resources/logback.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - ${log.pattern} - - - - - - ${log.path}/info.log - - - - ${log.path}/info.%d{yyyy-MM-dd}.log - - 60 - - - ${log.pattern} - - - - INFO - - ACCEPT - - DENY - - - - - ${log.path}/error.log - - - - ${log.path}/error.%d{yyyy-MM-dd}.log - - 60 - - - ${log.pattern} - - - - ERROR - - ACCEPT - - DENY - - - - - - - - - - - - - - - - - - diff --git a/hw-modules/hw-dms1/src/main/resources/mapper/dms/DmsBaseDeviceDepreciationMapper.xml b/hw-modules/hw-dms1/src/main/resources/mapper/dms/DmsBaseDeviceDepreciationMapper.xml deleted file mode 100644 index 18f998e..0000000 --- a/hw-modules/hw-dms1/src/main/resources/mapper/dms/DmsBaseDeviceDepreciationMapper.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - select device_depreciation_id, device_id, repair_frequency, repair_costs, depreciation_cost, putinto_time, use_life, is_flag, remark, create_by, create_time, update_by, update_time from dms_base_device_depreciation - - - - - - - - insert into dms_base_device_depreciation - - device_id, - repair_frequency, - repair_costs, - depreciation_cost, - putinto_time, - use_life, - is_flag, - remark, - create_by, - create_time, - update_by, - update_time, - - - #{deviceId}, - #{repairFrequency}, - #{repairCosts}, - #{depreciationCost}, - #{putintoTime}, - #{useLife}, - #{isFlag}, - #{remark}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - - - - - update dms_base_device_depreciation - - device_id = #{deviceId}, - repair_frequency = #{repairFrequency}, - repair_costs = #{repairCosts}, - depreciation_cost = #{depreciationCost}, - putinto_time = #{putintoTime}, - use_life = #{useLife}, - is_flag = #{isFlag}, - remark = #{remark}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - - where device_depreciation_id = #{deviceDepreciationId} - - - - delete from dms_base_device_depreciation where device_depreciation_id = #{deviceDepreciationId} - - - - delete from dms_base_device_depreciation where device_depreciation_id in - - #{deviceDepreciationId} - - - \ No newline at end of file diff --git a/hw-modules/hw-dms1/src/main/resources/mapper/dms/DmsBaseDeviceTypeMapper.xml b/hw-modules/hw-dms1/src/main/resources/mapper/dms/DmsBaseDeviceTypeMapper.xml deleted file mode 100644 index b2e7c00..0000000 --- a/hw-modules/hw-dms1/src/main/resources/mapper/dms/DmsBaseDeviceTypeMapper.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - select device_type_id, parent_id, type_code, type_name, is_flag, ancestors, remark, create_by, create_time, update_by, update_time from dms_base_device_type - - - - - - - - insert into dms_base_device_type - - parent_id, - type_code, - type_name, - is_flag, - ancestors, - remark, - create_by, - create_time, - update_by, - update_time, - - - #{parentId}, - #{typeCode}, - #{typeName}, - #{isFlag}, - #{ancestors}, - #{remark}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - - - - - update dms_base_device_type - - parent_id = #{parentId}, - type_code = #{typeCode}, - type_name = #{typeName}, - is_flag = #{isFlag}, - ancestors = #{ancestors}, - remark = #{remark}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - - where device_type_id = #{deviceTypeId} - - - - delete from dms_base_device_type where device_type_id = #{deviceTypeId} - - - - delete from dms_base_device_type where device_type_id in - - #{deviceTypeId} - - - \ No newline at end of file diff --git a/hw-ui/src/api/system/dept.js b/hw-ui/src/api/system/dept.js index fc943cd..331c4b2 100644 --- a/hw-ui/src/api/system/dept.js +++ b/hw-ui/src/api/system/dept.js @@ -49,4 +49,4 @@ export function delDept(deptId) { url: '/system/dept/' + deptId, method: 'delete' }) -} \ No newline at end of file +}