diff --git a/yxt_supervise/supervise-crm/pom.xml b/yxt_supervise/supervise-crm/pom.xml index d8dea140..adf2ca2a 100644 --- a/yxt_supervise/supervise-crm/pom.xml +++ b/yxt_supervise/supervise-crm/pom.xml @@ -7,7 +7,6 @@ 4.0.0 supervise-crm - supervise-crm-api supervise-crm-biz com.yxt.supervise diff --git a/yxt_supervise/supervise-crm/supervise-crm-biz/src/main/resources/application-devv.yml b/yxt_supervise/supervise-crm/supervise-crm-biz/src/main/resources/application-devv.yml index 85702485..22f020ce 100644 --- a/yxt_supervise/supervise-crm/supervise-crm-biz/src/main/resources/application-devv.yml +++ b/yxt_supervise/supervise-crm/supervise-crm-biz/src/main/resources/application-devv.yml @@ -3,9 +3,9 @@ spring: hikari: max-lifetime: 500000 driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/supervise_crm?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://39.104.100.138:3306/supervise_crm?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root - password: root + password: yxt_mysql_138 cloud: nacos: discovery: @@ -14,7 +14,7 @@ spring: register-enabled: false redis: database: 3 # Redis数据库索引(默认为0) - host: 127.0.0.1 + host: 39.104.100.138 jedis: pool: max-active: -1 #连接池最大连接数(使用负值表示没有限制) diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/pom.xml b/yxt_supervise/supervise-customer/supervise-customer-api/pom.xml deleted file mode 100644 index bc3cb436..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/pom.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - com.yxt - yxt-parent - 0.0.1 - - - 4.0.0 - - supervise-customer-api - com.yxt.supervise - 0.0.1-SNAPSHOT - - - - - - com.yxt - yxt-common-core - 0.0.1 - - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - - org.projectlombok - lombok - 1.18.24 - true - - - com.baomidou - mybatis-plus-boot-starter - - - com.baomidou - mybatis-plus-annotation - - - com.alibaba - easyexcel-core - 3.2.1 - compile - - - - - - nexus-releases - http://172.18.0.3:8081/repository/yxt-mvn-releases/ - - - nexus-snapshots - http://172.18.0.3:8081/repository/yxt-mvn-snapshot/ - - - - - \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGd.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGd.java deleted file mode 100644 index 498f0dd1..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGd.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragegd; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/29 13:34 - */ -@Data -@ApiModel(value = "入库数据", description = "入库数据") -@TableName("gd_instorage_gd") -public class GdInstorageGd extends EntityWithId { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdDetailsVo.java deleted file mode 100644 index 5911207d..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdDetailsVo.java +++ /dev/null @@ -1,67 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragegd; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/29 13:40 - */ -@Data -@ApiModel(value = "入库数据 视图数据详情", description = "入库数据 视图数据详情") -public class GdInstorageGdDetailsVo implements Vo { - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdDto.java deleted file mode 100644 index 42d23563..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdDto.java +++ /dev/null @@ -1,67 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragegd; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/29 13:46 - */ -@Data -@ApiModel(value = "入库数据 数据传输对象", description = "入库数据 数据传输对象") -public class GdInstorageGdDto implements Dto { - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdExcelVo.java deleted file mode 100644 index c91e456c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdExcelVo.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragegd; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/29 14:56 - */ -@Data -@ApiModel(value = "入库数据 Excel视图数据对象", description = "入库数据 Excel视图数据对象") -public class GdInstorageGdExcelVo implements Vo { - @ExcelProperty(value = "仓库/门店名称") - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - @ExcelProperty(value = "入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("商品名称") - @ExcelProperty(value = "商品名称") - private String coli8; // 商品名称 - @ExcelProperty(value = "商品规格") - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ExcelProperty(value = "类别编号") - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ExcelProperty(value = "类别名称") - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ExcelProperty(value = "入库数量") - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdFeign.java deleted file mode 100644 index a1afbe31..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdFeign.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragegd; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.ResponseBody; - -/** - * @author wangpengfei - * @date 2023/3/29 13:47 - */ -@Api(tags = "入库数据") -@FeignClient( - contextId = "yxt-supervise-GdInstorageGd", - name = "yxt-supervise", - path = "v1/gdinstoragegd", - fallback = GdInstorageGdFeignFallback.class) -public interface GdInstorageGdFeign { - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdFeignFallback.java deleted file mode 100644 index 77e0d27a..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdFeignFallback.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragegd; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/29 13:48 - */ -@Component -public class GdInstorageGdFeignFallback implements GdInstorageGdFeign{ - - @Override - public ResultBean> listPage(PagerQuery pq) { - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/gdinstoragegd/listPage无法访问"); - - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdQuery.java deleted file mode 100644 index 9ed4f457..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdQuery.java +++ /dev/null @@ -1,71 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragegd; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/29 13:50 - */ -@Data -@ApiModel(value = "入库数据 查询条件", description = "入库数据 查询条件") -public class GdInstorageGdQuery implements Query { - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 - @ApiModelProperty("开始时间") - private String startTime; - @ApiModelProperty("结束时间") - private String endTime; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdVo.java deleted file mode 100644 index d79f2a09..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragegd/GdInstorageGdVo.java +++ /dev/null @@ -1,67 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragegd; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/29 13:51 - */ -@Data -@ApiModel(value = "入库数据 视图数据对象", description = "入库数据 视图数据对象") -public class GdInstorageGdVo implements Vo { - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragejmd/GdInstorageJmd.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragejmd/GdInstorageJmd.java deleted file mode 100644 index 6a669780..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragejmd/GdInstorageJmd.java +++ /dev/null @@ -1,74 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.gdinstoragejmd; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -/** - * Project: yxt_supervise
- * File: GdInstorageJmd.java
- * Class: com.yxt.supervise.portal.biz.gdinstorage.GdInstorageJmd
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023/1/5 10:45
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@TableName("gd_instorage_jmd") -public class GdInstorageJmd extends EntityWithId { - private String cola0; // 企业组织机构代码证 - private String colb1; // 仓库/门店编号 - private String colc2; // 仓库/门店名称 - private String cold3; // 入库时间 - private String colex; // 供应商编号 - private String cole4; // 供应商名称 - private String colf5; // 单据号 - private String colg6; // 单据类型 - private String colh7; // 货号 - private String coli8; // 商品名称 - private String colj9; // 商品生产日期 - private String colk10; // 商品保质期 - private String coll11; // 商品规格 - private String colm12; // 类别编号 - private String coln13; // 类别名称 - private String colo14; // 一级类别名称 - private String colp15; // 二级类别名称 - private String colq16; // 入库金额 - private String colr17; // 入库数量 - private String cols18; // 成本金额 - private String colt19; // 成本税额 - private String colu20; // 不含税成本 - private String colv21; // 进项税率 - private String orderDate; // 单据日期 - private String supplierCodeUnified; // 供货商编码统一 - private String inOrderNo; // 入库定单号 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragelog/GdInstorageLog.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragelog/GdInstorageLog.java deleted file mode 100644 index 4fd9202c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragelog/GdInstorageLog.java +++ /dev/null @@ -1,33 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragelog; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -@Data -@TableName("gd_instorage_log") -public class GdInstorageLog extends EntityWithId { - - public GdInstorageLog() { - } - - public GdInstorageLog(String fileFullPath) { - this.fileFullPath = fileFullPath; - } - - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - private Date createTime = new Date(); // 记录创建时间/ - private String remarks; // 备注说明/ - private String fileFullPath; // 文件完整路径/ - private String fileUrl; //文件下载地址 - private String outFilePath; // 汇总文件路径 - // private String outfile; //输出文件名 - private int allNum; // 总记录数/ - private int validNum; // 有效记录数/ - private long durations; // 程序运行时长/ - private int errRowNum; // 出错的条数/ - private String orderDate; // 单据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragelogerr/GdInstorageLogErr.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragelogerr/GdInstorageLogErr.java deleted file mode 100644 index 7ce061f3..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstoragelogerr/GdInstorageLogErr.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstoragelogerr; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -@Data -@TableName("gd_instorage_log_err") -public class GdInstorageLogErr extends EntityWithId { - private Date createTime = new Date(); // 记录创建时间', - private String remarks; // 备注说明', - private String fileFullPath; // 文件完整路径', - private String errInfo; // 异常信息', - private String rowContent; // 原记录内容', - private int rowNum; // 出错行数', - private String prodCode; //商品编码 - private String prodName; //商品名称 - private String prodNum; //'商品数量 - private String prodValue; //商品货值 - private String supplierCode; //供货商编码 - private String supplierName; //供货商名称 - private String orderDate; // 单据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYc.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYc.java deleted file mode 100644 index b1e4b917..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYc.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstorageyc; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 10:00 - */ -@Data -@ApiModel(value = "入库数据(烟草)", description = "入库数据(烟草)") -@TableName("gd_instorage_yc") -public class GdInstorageYc extends EntityWithId { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 - private String purchaseDate; // 采购日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcDetailsVo.java deleted file mode 100644 index 5adf9549..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcDetailsVo.java +++ /dev/null @@ -1,67 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstorageyc; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 10:01 - */ -@Data -@ApiModel(value = "入库数据(烟草) 视图数据详情", description = "入库数据(烟草) 视图数据详情") -public class GdInstorageYcDetailsVo implements Vo { - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcDto.java deleted file mode 100644 index 9d853ca8..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcDto.java +++ /dev/null @@ -1,67 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstorageyc; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 10:01 - */ -@Data -@ApiModel(value = "入库数据(烟草) 数据传输对象", description = "入库数据(烟草) 数据传输对象") -public class GdInstorageYcDto implements Dto { - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcExcelVo.java deleted file mode 100644 index 9fc6e273..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcExcelVo.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstorageyc; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 10:01 - */ -@Data -@ApiModel(value = "入库数据(烟草) Excel视图数据对象", description = "入库数据(烟草) Excel视图数据对象") -public class GdInstorageYcExcelVo implements Vo { - @ExcelProperty(value = "仓库/门店名称") - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - @ExcelProperty(value = "入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("商品名称") - @ExcelProperty(value = "商品名称") - private String coli8; // 商品名称 - @ExcelProperty(value = "商品规格") - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ExcelProperty(value = "类别编号") - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ExcelProperty(value = "类别名称") - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ExcelProperty(value = "入库数量") - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcFeign.java deleted file mode 100644 index 89b53122..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcFeign.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstorageyc; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import com.yxt.supervise.customer.api.gdinstoragegd.GdInstorageGd; -import com.yxt.supervise.customer.api.gdinstoragegd.GdInstorageGdFeignFallback; -import com.yxt.supervise.customer.api.gdinstoragegd.GdInstorageGdQuery; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.ResponseBody; - -/** - * @author wangpengfei - * @date 2023/3/31 10:01 - */ -@Api(tags = "入库数据(烟草)") -@FeignClient( - contextId = "yxt-supervise-GdInstorageYc", - name = "yxt-supervise", - path = "v1/gdinstorageyc", - fallback = GdInstorageYcFeignFallback.class) -public interface GdInstorageYcFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcFeignFallback.java deleted file mode 100644 index 92ed1b81..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstorageyc; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/31 10:01 - */ -@Component -public class GdInstorageYcFeignFallback implements GdInstorageYcFeign{ -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcQuery.java deleted file mode 100644 index 300147a5..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcQuery.java +++ /dev/null @@ -1,71 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstorageyc; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 10:02 - */ -@Data -@ApiModel(value = "入库数据(烟草) 查询条件", description = "入库数据(烟草) 查询条件") -public class GdInstorageYcQuery implements Query { - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 - @ApiModelProperty("开始时间") - private String startTime; - @ApiModelProperty("结束时间") - private String endTime; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcVo.java deleted file mode 100644 index 38b068ff..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinstorageyc/GdInstorageYcVo.java +++ /dev/null @@ -1,67 +0,0 @@ -package com.yxt.supervise.customer.api.gdinstorageyc; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 10:02 - */ -@Data -@ApiModel(value = "入库数据(烟草) 视图数据对象", description = "入库数据(烟草) 视图数据对象") -public class GdInstorageYcVo implements Vo { - @ApiModelProperty("企业组织机构代码证") - private String cola0; // 企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String colb1; // 仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String colc2; // 仓库/门店名称 - @ApiModelProperty("入库时间") - private String cold3; // 入库时间 - @ApiModelProperty("供应商编号") - private String colex; // 供应商编号 - @ApiModelProperty("供应商名称") - private String cole4; // 供应商名称 - @ApiModelProperty("单据号") - private String colf5; // 单据号 - @ApiModelProperty("单据类型") - private String colg6; // 单据类型 - @ApiModelProperty("货号") - private String colh7; // 货号 - @ApiModelProperty("商品名称") - private String coli8; // 商品名称 - @ApiModelProperty("商品生产日期") - private String colj9; // 商品生产日期 - @ApiModelProperty("商品保质期") - private String colk10; // 商品保质期 - @ApiModelProperty("商品规格") - private String coll11; // 商品规格 - @ApiModelProperty("类别编号") - private String colm12; // 类别编号 - @ApiModelProperty("类别名称") - private String coln13; // 类别名称 - @ApiModelProperty("一级类别名称") - private String colo14; // 一级类别名称 - @ApiModelProperty("二级类别名称") - private String colp15; // 二级类别名称 - @ApiModelProperty("入库金额") - private String colq16; // 入库金额 - @ApiModelProperty("入库数量") - private String colr17; // 入库数量 - @ApiModelProperty("成本金额") - private String cols18; // 成本金额 - @ApiModelProperty("成本税额") - private String colt19; // 成本税额 - @ApiModelProperty("不含税成本") - private String colu20; // 不含税成本 - @ApiModelProperty("进项税率") - private String colv21; // 进项税率 - @ApiModelProperty("单据日期") - private String orderDate; // 单据日期 - @ApiModelProperty("供货商编码统一") - private String supplierCodeUnified; // 供货商编码统一 - @ApiModelProperty("入库定单号") - private String inOrderNo; // 入库定单号 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLog.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLog.java deleted file mode 100644 index 45e0c1bf..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLog.java +++ /dev/null @@ -1,42 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventorylog; - -import cn.hutool.core.lang.UUID; -import cn.hutool.core.util.IdUtil; -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/24 13:45 - */ -@Data -@TableName("gd_inventory_log") -public class GdInventoryLog extends EntityWithId { - - public GdInventoryLog() { - } - - public GdInventoryLog(String fileFullPath) { - this.fileFullPath = fileFullPath; - } - - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - private Date createTime = new Date(); // 记录创建时间/ - private String remarks; // 备注说明/ - private String fileFullPath; // 文件完整路径/ - private String outFilePath; // 汇总文件路径 - // private String outfile; //输出文件名 - private String fileUrl; //文件下载地址 - private int allNum; // 总记录数/ - private int validNum; // 有效记录数/ - private long durations; // 程序运行时长/ - private int errRowNum; // 出错的条数/ - private String orderDate; // 单据日期 - - private String sid = IdUtil.fastSimpleUUID(); - private int state = 0; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLogQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLogQuery.java deleted file mode 100644 index 08bb10e5..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLogQuery.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventorylog; - -import com.yxt.common.core.query.Query; - -public class GdInventoryLogQuery implements Query { - private String dataDateStart; // 数据日期 - private String dataDateEnd; // 数据日期 - - public String getDataDateStart() { - return dataDateStart; - } - - public void setDataDateStart(String dataDateStart) { - this.dataDateStart = dataDateStart; - } - - public String getDataDateEnd() { - return dataDateEnd; - } - - public void setDataDateEnd(String dataDateEnd) { - this.dataDateEnd = dataDateEnd; - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLogVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLogVo.java deleted file mode 100644 index 0a043b0c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylog/GdInventoryLogVo.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventorylog; - -/** - * @author wangpengfei - * @date 2023/4/24 13:46 - */ -public class GdInventoryLogVo { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylogerr/GdInventoryLogErr.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylogerr/GdInventoryLogErr.java deleted file mode 100644 index 7d1b20b8..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventorylogerr/GdInventoryLogErr.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventorylogerr; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/24 13:57 - */ -@Data -@TableName("gd_inventory_log_err") -public class GdInventoryLogErr extends EntityWithId { - private Date createTime = new Date(); // 记录创建时间', - private String remarks; // 备注说明', - private String fileFullPath; // 文件完整路径', - private String errInfo; // 异常信息', - private String rowContent; // 原记录内容', - private int rowNum; // 出错行数', - private String prodCode; //商品编码 - private String prodName; //商品名称 - private String prodNum; //'商品数量 - private String prodValue; //商品货值 - private String supplierCode; //供货商编码 - private String supplierName; //供货商名称 - private String orderDate; // 单据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOk.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOk.java deleted file mode 100644 index ae900b09..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOk.java +++ /dev/null @@ -1,51 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryok; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 10:37 - */ -@Data -@ApiModel(value = "国大库存数据", description = "国大库存数据") -@TableName("gd_inventory_ok") -public class GdInventoryOk extends EntityWithId { -// 企业组织机构代码证 仓库编号 仓库名称 类别编号 类别名称 一级类别名称 二级类别名称 商品编码 商品条码 商品名称 仓库类型 商品数量 商品货值 供应商 数据日期 - - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkDetailsVo.java deleted file mode 100644 index 8ff76177..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkDetailsVo.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryok; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 10:57 - */ -@Data -@ApiModel(value = "国大库存数据 视图数据详情", description = "国大库存数据 视图数据详情") -public class GdInventoryOkDetailsVo implements Vo { - @ApiModelProperty("ID,唯一编号") - private String id; - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkDto.java deleted file mode 100644 index 52a38991..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkDto.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryok; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 10:58 - */ -@Data -@ApiModel(value = "国大库存数据 数据传输对象", description = "国大库存数据 数据传输对象") -public class GdInventoryOkDto implements Dto { - @ApiModelProperty("ID,唯一编号") - private String id; - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkExcelVo.java deleted file mode 100644 index c9ed1b55..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkExcelVo.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryok; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 11:55 - */ -@Data -@ApiModel(value = "国大库存数据 Excel视图数据对象", description = "国大库存数据 Excel视图数据对象") -public class GdInventoryOkExcelVo implements Vo { - @ExcelProperty(value = "仓库/门店编号") - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ExcelProperty(value = "仓库/门店名称") - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ExcelProperty(value = "商品编码") - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ExcelProperty(value = "商品名称") - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ExcelProperty(value = "商品数量") - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ExcelProperty(value = "商品货值") - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ExcelProperty(value = "供应商") - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ExcelProperty(value = "数据日期") - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkFeign.java deleted file mode 100644 index 5c81e18e..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkFeign.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryok; - -import com.yxt.supervise.customer.api.gdinstoragegd.GdInstorageGdFeignFallback; -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/3/30 11:02 - */ -@Api(tags = "国大库存数据") -@FeignClient( - contextId = "yxt-supervise-GdInventoryOk", - name = "yxt-supervise", - path = "v1/gdinventoryok", - fallback = GdInstorageGdFeignFallback.class) -public interface GdInventoryOkFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkFeignFallback.java deleted file mode 100644 index 0d7c83e8..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryok; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/30 11:04 - */ -@Component -public class GdInventoryOkFeignFallback implements GdInventoryOkFeign{ -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkQuery.java deleted file mode 100644 index fa3ab623..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkQuery.java +++ /dev/null @@ -1,52 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryok; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 11:05 - */ -@Data -@ApiModel(value = "国大库存数据 查询条件", description = "国大库存数据 查询条件") -public class GdInventoryOkQuery implements Query { - @ApiModelProperty("ID,唯一编号") - private String id; - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 - - @ApiModelProperty("开始时间") - private String startDate; - @ApiModelProperty("结束时间") - private String endDate; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkVo.java deleted file mode 100644 index 3307219c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryok/GdInventoryOkVo.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryok; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 11:07 - */ -@Data -@ApiModel(value = "国大库存数据 视图数据对象", description = "国大库存数据 视图数据对象") -public class GdInventoryOkVo implements Vo { - @ApiModelProperty("ID,唯一编号") - private String id; - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYc.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYc.java deleted file mode 100644 index 711df5b6..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYc.java +++ /dev/null @@ -1,49 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryyc; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 9:31 - */ - -@Data -@ApiModel(value = "国大库存数据(烟草)", description = "国大库存数据") -@TableName("gd_inventory_yc") -public class GdInventoryYc extends EntityWithId { - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcDetailsVo.java deleted file mode 100644 index 47a65eb4..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcDetailsVo.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryyc; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 9:31 - */ -@Data -@ApiModel(value = "国大库存数据(烟草) 视图数据详情", description = "国大库存数据(烟草) 视图数据详情") -public class GdInventoryYcDetailsVo implements Vo { - @ApiModelProperty("ID,唯一编号") - private String id; - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcDto.java deleted file mode 100644 index 9ed57a77..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcDto.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryyc; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 9:31 - */ -@Data -@ApiModel(value = "国大库存数据(烟草) 数据传输对象", description = "国大库存数据(烟草) 数据传输对象") -public class GdInventoryYcDto implements Dto { - @ApiModelProperty("ID,唯一编号") - private String id; - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcExcelVo.java deleted file mode 100644 index bffc9345..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcExcelVo.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryyc; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 9:32 - */ -@Data -@ApiModel(value = "国大库存数据(烟草) Excel视图数据对象", description = "国大库存数据(烟草) Excel视图数据对象") -public class GdInventoryYcExcelVo implements Vo { - @ExcelProperty(value = "仓库/门店编号") - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ExcelProperty(value = "仓库/门店名称") - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ExcelProperty(value = "商品编码") - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ExcelProperty(value = "商品名称") - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ExcelProperty(value = "商品数量") - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ExcelProperty(value = "商品货值") - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ExcelProperty(value = "供应商") - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ExcelProperty(value = "数据日期") - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcFeign.java deleted file mode 100644 index ae47beb2..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcFeign.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryyc; - -import com.yxt.supervise.customer.api.gdinstoragegd.GdInstorageGdFeignFallback; -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/3/31 9:32 - */ -@Api(tags = "国大库存数据(烟草)") -@FeignClient( - contextId = "yxt-supervise-GdInventoryYc", - name = "yxt-supervise", - path = "v1/gdinventoryyc", - fallback = GdInventoryYcFeignFallback.class) -public interface GdInventoryYcFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcFeignFallback.java deleted file mode 100644 index 0d85a658..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcFeignFallback.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryyc; - -import com.yxt.supervise.customer.api.gdinventoryok.GdInventoryOkFeign; -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/31 9:32 - */ -@Component -public class GdInventoryYcFeignFallback implements GdInventoryYcFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcQuery.java deleted file mode 100644 index 0e5a20e9..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcQuery.java +++ /dev/null @@ -1,52 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryyc; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 9:32 - */ -@Data -@ApiModel(value = "国大库存数据(烟草) 查询条件", description = "国大库存数据(烟草) 查询条件") -public class GdInventoryYcQuery implements Query { - @ApiModelProperty("ID,唯一编号") - private String id; - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 - - @ApiModelProperty("开始时间") - private String startDate; - @ApiModelProperty("结束时间") - private String endDate; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcVo.java deleted file mode 100644 index df6d1e0f..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdinventoryyc/GdInventoryYcVo.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.yxt.supervise.customer.api.gdinventoryyc; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 9:32 - */ -@Data -@ApiModel(value = "国大库存数据(烟草) 视图数据对象", description = "国大库存数据(烟草) 视图数据对象") -public class GdInventoryYcVo implements Vo { - @ApiModelProperty("ID,唯一编号") - private String id; - @ApiModelProperty("企业组织机构代码证") - private String orgCode;//企业组织机构代码证 - @ApiModelProperty("仓库/门店编号") - private String warehouseCode;//仓库/门店编号 - @ApiModelProperty("仓库/门店名称") - private String warehouseName;//仓库/门店名称 - @ApiModelProperty("商品编码") - private String prodCode;//商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode;//商品条码 - @ApiModelProperty("商品名称") - private String prodName;//商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType;//仓库类型 - @ApiModelProperty("商品数量") - private String prodNum;//商品数量 - @ApiModelProperty("商品货值") - private String prodValue;//商品货值 - @ApiModelProperty("供应商") - private String suppliderName;//供应商 - @ApiModelProperty("数据日期") - private String dataDate;//数据日期 - @ApiModelProperty("类别编号") - private String typeCode;//类别编号 - @ApiModelProperty("类别名称") - private String typeName;//类别名称 - @ApiModelProperty("一级类别名称") - private String typeOne;//一级类别名称 - @ApiModelProperty("二级类别名称") - private String typeTwo;//二级类别名称 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdrescategoryprod/GdRescategoryProd.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdrescategoryprod/GdRescategoryProd.java deleted file mode 100644 index 52d7de35..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdrescategoryprod/GdRescategoryProd.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.yxt.supervise.customer.api.gdrescategoryprod; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/24 14:04 - */ -@Data -@TableName("gd_rescategory_prod") -public class GdRescategoryProd extends EntityWithId { - private String prodCode; -} - diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSales.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSales.java deleted file mode 100644 index a3b4042a..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSales.java +++ /dev/null @@ -1,58 +0,0 @@ -package com.yxt.supervise.customer.api.gdsales; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/28 15:05 - */ -@Data -@ApiModel(value = "销售数据", description = "销售数据") -@TableName("gd_sales") -public class GdSales extends EntityWithId { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("企业组织机构代码证") - private String orgCode; // 企业组织机构代码证 - @ApiModelProperty("订单类型") - private String orderType; // 订单类型 - @ApiModelProperty("销售订单号") - private String orderNo; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("商品大类") - private String categoryb; // 商品大类 - @ApiModelProperty("商品中类") - private String categorym; // 商品中类 - @ApiModelProperty("商品小类") - private String categorys; // 商品小类 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesDetailsVo.java deleted file mode 100644 index 5dd3ee57..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesDetailsVo.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.yxt.supervise.customer.api.gdsales; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/28 15:16 - */ -@Data -@ApiModel(value = "销售数据 视图数据详情", description = "销售数据 视图数据详情") -public class GdSalesDetailsVo implements Vo { - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String orderType; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesDto.java deleted file mode 100644 index 5cf10e5f..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesDto.java +++ /dev/null @@ -1,61 +0,0 @@ -package com.yxt.supervise.customer.api.gdsales; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/3/28 15:15 - */ -@Data -@ApiModel(value = "销售数据 数据传输对象", description = "销售数据 数据传输对象") -public class GdSalesDto implements Dto { - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private Date dataDate; // 数据日期 - @ApiModelProperty("类型") - private String orderType; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesExcelVo.java deleted file mode 100644 index f62cd40c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesExcelVo.java +++ /dev/null @@ -1,83 +0,0 @@ -package com.yxt.supervise.customer.api.gdsales; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; -import lombok.experimental.Accessors; - -/** - * @author wangpengfei - * @date 2023/3/29 10:43 - */ -@Data -@ApiModel(value = "销售数据 导出excel视图数据对象", description = "销售数据 导出excel视图数据对象") -public class GdSalesExcelVo implements Vo { - // private String sid; // sid -// -// @ApiModelProperty("创建者") -// private String createSid; // 创建者 -// @ApiModelProperty("更新者") -// private String modifySid; // 更新者 - @ExcelProperty(value = "销售订单号") - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ExcelProperty(value = "商品编码") - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - // @ApiModelProperty("商品条码") -// private String prodBarCode; // 商品条码 - @ExcelProperty(value = "商品名称") - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ExcelProperty(value = "销售数量") - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - // @ApiModelProperty("销售渠道") -// private String storeCode; // 销售渠道 - @ExcelProperty(value = "销售渠道") - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - // @ApiModelProperty("销售价格") -// private String salePrice; // 销售价格 -// @ApiModelProperty("销售成本") -// private String saleCost; // 销售成本 -// @ApiModelProperty("利润") -// private String profit; // 利润 - @ExcelProperty(value = "数据日期") - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ExcelProperty(value = "类型") - @ApiModelProperty("类型") - private String orderType; // 类型 - // @ApiModelProperty("客户代码") -// private String customerCode; // 客户代码 -// @ApiModelProperty("客户名称") -// private String customerName; // 客户名称 - @ExcelProperty(value = "品牌编码") - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ExcelProperty(value = "品牌名称") - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - // @ApiModelProperty("大类") -// private String categoryb; // 大类 -// @ApiModelProperty("种类") -// private String categorym; // 种类 -// @ApiModelProperty("小类") -// private String categorys; // 小类 - @ExcelProperty(value = "总价") - @ApiModelProperty("总价") - private String total; - - public void setSaleNum(String saleNum){ - int i=saleNum.indexOf("."); - if(i!=-1){ - String num=saleNum.substring(0,i); - this.saleNum=num; - }else{ - this.saleNum=saleNum; - } - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesFeign.java deleted file mode 100644 index aa389352..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesFeign.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.yxt.supervise.customer.api.gdsales; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.ResponseBody; - -import javax.servlet.http.HttpServletResponse; -import java.io.IOException; - -/** - * @author wangpengfei - * @date 2023/3/28 15:19 - */ -@Api(tags = "销售数据") -@FeignClient( - contextId = "yxt-supervise-SalesData", - name = "yxt-supervise", - path = "v1/gdsales", - fallback = GdSalesFeignFallback.class) -public interface GdSalesFeign { - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesFeignFallback.java deleted file mode 100644 index 4de415be..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesFeignFallback.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.customer.api.gdsales; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/28 15:20 - */ -@Component -public class GdSalesFeignFallback implements GdSalesFeign{ - - @Override - public ResultBean> listPage(PagerQuery pq) { - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/gdsales/listPage无法访问"); - - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesQuery.java deleted file mode 100644 index 466dff1a..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesQuery.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.yxt.supervise.customer.api.gdsales; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/28 15:21 - */ -@Data -@ApiModel(value = "销售数据 查询条件", description = "销售数据 查询条件") -public class GdSalesQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String orderType; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 - //开始时间 - private String startTime; - //结束时间 - private String endTime; - public void setSaleNum(String saleNum){ - int i=saleNum.indexOf("."); - if(i!=-1){ - String num=saleNum.substring(0,i); - this.saleNum=num; - }else{ - this.saleNum=saleNum; - } - } - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesVo.java deleted file mode 100644 index 501d5715..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsales/GdSalesVo.java +++ /dev/null @@ -1,82 +0,0 @@ -package com.yxt.supervise.customer.api.gdsales; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/28 15:21 - */ -@Data -@ApiModel(value = "销售数据 视图数据对象", description = "销售数据 视图数据对象") -public class GdSalesVo implements Vo { -// private String sid; // sid -// -// @ApiModelProperty("创建者") -// private String createSid; // 创建者 -// @ApiModelProperty("更新者") -// private String modifySid; // 更新者 - @ExcelProperty(value = "销售订单号") - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ExcelProperty(value = "商品编码") - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 -// @ApiModelProperty("商品条码") -// private String prodBarCode; // 商品条码 - @ExcelProperty(value = "商品名称") - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ExcelProperty(value = "销售数量") - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 -// @ApiModelProperty("销售渠道") -// private String storeCode; // 销售渠道 - @ExcelProperty(value = "销售渠道") - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 -// @ApiModelProperty("销售价格") -// private String salePrice; // 销售价格 -// @ApiModelProperty("销售成本") -// private String saleCost; // 销售成本 -// @ApiModelProperty("利润") -// private String profit; // 利润 - @ExcelProperty(value = "数据日期") - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ExcelProperty(value = "数据日期") - @ApiModelProperty("类型") - private String orderType; // 类型 -// @ApiModelProperty("客户代码") -// private String customerCode; // 客户代码 -// @ApiModelProperty("客户名称") -// private String customerName; // 客户名称 - @ExcelProperty(value = "品牌编码") - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ExcelProperty(value = "品牌名称") - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 -// @ApiModelProperty("大类") -// private String categoryb; // 大类 -// @ApiModelProperty("种类") -// private String categorym; // 种类 -// @ApiModelProperty("小类") -// private String categorys; // 小类 - @ExcelProperty(value = "总价") - @ApiModelProperty("总价") - private String total; - - public void setSaleNum(String saleNum){ - int i=saleNum.indexOf("."); - if(i!=-1){ - String num=saleNum.substring(0,i); - this.saleNum=num; - }else{ - this.saleNum=saleNum; - } - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesgd/GdSalesGd.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesgd/GdSalesGd.java deleted file mode 100644 index f0bd852a..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesgd/GdSalesGd.java +++ /dev/null @@ -1,68 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.gdsalesgd; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -/** - * Project: yxt_supervise
- * File: GdSalesGd.java
- * Class: com.yxt.supervise.portal.biz.gdsales.GdSalesGd
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023/1/7 16:09
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@TableName("gd_sales_gd") -public class GdSalesGd extends EntityWithId { - - private String orgCode; // 企业组织机构代码证 - private String orderType; // 订单类型 - private String orderNo; // 销售订单号 - private String prodCode; // 商品编码 - private String prodBarCode; // 商品条码 - private String prodName; // 商品名称 - private String brandCode; // 品牌代码 - private String brandName; // 品牌名称 - private String categoryb; // 商品大类 - private String categorym; // 商品中类 - private String categorys; // 商品小类 - private String customerCode; // 客户代码 - private String customerName; // 客户名称 - private String saleNum; // 销售数量 - private String storeCode; // 销售渠道 - private String salePrice; // 销售价格 - private String saleCost; // 销售成本 - private String profit; // 利润 - private String dataDate; // 数据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsaleslog/GdSalesLog.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsaleslog/GdSalesLog.java deleted file mode 100644 index 75b05d65..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsaleslog/GdSalesLog.java +++ /dev/null @@ -1,69 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.gdsaleslog; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -/** - * Project: yxt_supervise
- * File: GdSalesLog.java
- * Class: com.yxt.supervise.portal.biz.gdsales.GdSalesLog
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023/1/7 16:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@TableName("gd_sales_log") -public class GdSalesLog extends EntityWithId { - public GdSalesLog() { - } - - public GdSalesLog(String fileFullPath) { - this.fileFullPath = fileFullPath; - } - - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - private Date createTime = new Date(); // 记录创建时间/ - private String remarks; // 备注说明', - private String fileFullPath; // 文件完整路径', - private String outFilePath; // 汇总文件路径', - private String fileUrl; // 文件下载地址', - private int allNum = 0; // 总记录数', - private int validNum = 0; // 有效记录数', - private long durations = 0; // 程序运行时长', - private int errRowNum = 0; // 出错的条数', - private String orderDate; // 单据日期', -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsaleslogerr/GdSalesLogErr.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsaleslogerr/GdSalesLogErr.java deleted file mode 100644 index 7950505a..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsaleslogerr/GdSalesLogErr.java +++ /dev/null @@ -1,38 +0,0 @@ - -package com.yxt.supervise.customer.api.gdsaleslogerr; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -/** - * Project: yxt_supervise
- * File: GdSalesLogErr.java
- * Class: com.yxt.supervise.portal.biz.gdsales.GdSalesLogErr
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023/1/7 16:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@TableName("gd_sales_log_err") -public class GdSalesLogErr extends EntityWithId { - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - private Date createTime = new Date(); // 记录创建时间', - private String remarks; // 备注说明', - private String fileFullPath; // 文件完整路径', - private String errInfo; // 异常信息', - private String rowContent; // 原记录内容', - private int rowNum; // 出错行数', - private String orderDate; // 单据日期 - private String orderNo; // 销售订单号 - private String prodCode; //商品编码 - private String prodName; //商品名称 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYc.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYc.java deleted file mode 100644 index ae6bc6bc..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYc.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.yxt.supervise.customer.api.gdsalesyc; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 8:48 - */ -@Data -@ApiModel(value = "销售数据(烟草)", description = "销售数据(烟草)") -@TableName("gd_sales_yc") -public class GdSalesYc extends EntityWithId { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("企业组织机构代码证") - private String orgCode; // 企业组织机构代码证 - @ApiModelProperty("订单类型") - private String orderType; // 订单类型 - @ApiModelProperty("销售订单号") - private String orderNo; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("商品大类") - private String categoryb; // 商品大类 - @ApiModelProperty("商品中类") - private String categorym; // 商品中类 - @ApiModelProperty("商品小类") - private String categorys; // 商品小类 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcDetailsVo.java deleted file mode 100644 index 140ab7ec..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcDetailsVo.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.yxt.supervise.customer.api.gdsalesyc; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 8:48 - */ -@Data -@ApiModel(value = "销售数据(烟草) 视图数据详情", description = "销售数据(烟草) 视图数据详情") -public class GdSalesYcDetailsVo implements Vo { - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String orderType; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcDto.java deleted file mode 100644 index ce2e7408..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcDto.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.yxt.supervise.customer.api.gdsalesyc; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 8:49 - */ -@Data -@ApiModel(value = "销售数据 数据传输对象", description = "销售数据 数据传输对象") -public class GdSalesYcDto implements Dto { - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String orderType; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcExcelVo.java deleted file mode 100644 index 5cb8d72b..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcExcelVo.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.yxt.supervise.customer.api.gdsalesyc; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 8:49 - */ -@Data -@ApiModel(value = "销售数据 导出excel视图数据对象", description = "销售数据 导出excel视图数据对象") -public class GdSalesYcExcelVo implements Vo { - // private String sid; // sid -// -// @ApiModelProperty("创建者") -// private String createSid; // 创建者 -// @ApiModelProperty("更新者") -// private String modifySid; // 更新者 - @ExcelProperty(value = "销售订单号") - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ExcelProperty(value = "商品编码") - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - // @ApiModelProperty("商品条码") -// private String prodBarCode; // 商品条码 - @ExcelProperty(value = "商品名称") - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ExcelProperty(value = "销售数量") - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - // @ApiModelProperty("销售渠道") -// private String storeCode; // 销售渠道 - @ExcelProperty(value = "销售渠道") - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - // @ApiModelProperty("销售价格") -// private String salePrice; // 销售价格 -// @ApiModelProperty("销售成本") -// private String saleCost; // 销售成本 -// @ApiModelProperty("利润") -// private String profit; // 利润 - @ExcelProperty(value = "数据日期") - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ExcelProperty(value = "类型") - @ApiModelProperty("类型") - private String orderType; // 类型 - // @ApiModelProperty("客户代码") -// private String customerCode; // 客户代码 -// @ApiModelProperty("客户名称") -// private String customerName; // 客户名称 - @ExcelProperty(value = "品牌编码") - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ExcelProperty(value = "品牌名称") - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - // @ApiModelProperty("大类") -// private String categoryb; // 大类 -// @ApiModelProperty("种类") -// private String categorym; // 种类 -// @ApiModelProperty("小类") -// private String categorys; // 小类 - @ExcelProperty(value = "总价") - @ApiModelProperty("总价") - private String total; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcFeign.java deleted file mode 100644 index 91c48921..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcFeign.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.yxt.supervise.customer.api.gdsalesyc; - -import com.yxt.supervise.customer.api.gdsales.GdSalesFeignFallback; -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/3/31 8:49 - */ -@Api(tags = "销售数据(烟草)") -@FeignClient( - contextId = "yxt-supervise-SalesYcData", - name = "yxt-supervise", - path = "v1/gdsalesyc", - fallback = GdSalesYcFeignFallback.class) -public interface GdSalesYcFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcFeignFallback.java deleted file mode 100644 index 99a29421..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.customer.api.gdsalesyc; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/31 8:49 - */ -@Component -public class GdSalesYcFeignFallback implements GdSalesYcFeign{ -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcQuery.java deleted file mode 100644 index 48aaefd7..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcQuery.java +++ /dev/null @@ -1,62 +0,0 @@ -package com.yxt.supervise.customer.api.gdsalesyc; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 8:50 - */ -@Data -@ApiModel(value = "销售数据(烟草) 查询条件", description = "销售数据(烟草) 查询条件") -public class GdSalesYcQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String orderType; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 - //开始时间 - private String startTime; - //结束时间 - private String endTime; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcVo.java deleted file mode 100644 index 1d406337..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdsalesyc/GdSalesYcVo.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.yxt.supervise.customer.api.gdsalesyc; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/31 8:50 - */ -@Data -@ApiModel(value = "销售数据(烟草)", description = "销售数据(烟草)") -public class GdSalesYcVo implements Vo { - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - - @ApiModelProperty("类型") - private String orderType; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 - - @ApiModelProperty("总价") - private String total; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGd.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGd.java deleted file mode 100644 index 9ba3b829..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGd.java +++ /dev/null @@ -1,55 +0,0 @@ -package com.yxt.supervise.customer.api.gdwholesalegd; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 8:55 - */ -@Data -@ApiModel(value = "配送中心批发数据", description = "配送中心批发数据") -@TableName("gd_wholesale_gd") -public class GdWholesaleGd extends EntityWithId { - @ApiModelProperty("企业组织机构代码证") - private String orgCode; // 企业组织机构代码证 - @ApiModelProperty("订单类型") - private String orderType; // 订单类型 - @ApiModelProperty("销售订单号") - private String orderNo; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("商品大类") - private String categoryb; // 商品大类 - @ApiModelProperty("商品中类") - private String categorym; // 商品中类 - @ApiModelProperty("商品小类") - private String categorys; // 商品小类 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdDetailsVo.java deleted file mode 100644 index b792ad7f..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdDetailsVo.java +++ /dev/null @@ -1,53 +0,0 @@ -package com.yxt.supervise.customer.api.gdwholesalegd; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 8:59 - */ -@Data -@ApiModel(value = "配送中心批发数据", description = "配送中心批发数据") -public class GdWholesaleGdDetailsVo implements Vo { - @ApiModelProperty("企业组织机构代码证") - private String orgCode; // 企业组织机构代码证 - @ApiModelProperty("订单类型") - private String orderType; // 订单类型 - @ApiModelProperty("销售订单号") - private String orderNo; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("商品大类") - private String categoryb; // 商品大类 - @ApiModelProperty("商品中类") - private String categorym; // 商品中类 - @ApiModelProperty("商品小类") - private String categorys; // 商品小类 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdDto.java deleted file mode 100644 index d8fc1569..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdDto.java +++ /dev/null @@ -1,53 +0,0 @@ -package com.yxt.supervise.customer.api.gdwholesalegd; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 9:01 - */ -@Data -@ApiModel(value = "配送中心批发数据", description = "配送中心批发数据") -public class GdWholesaleGdDto implements Dto { - @ApiModelProperty("企业组织机构代码证") - private String orgCode; // 企业组织机构代码证 - @ApiModelProperty("订单类型") - private String orderType; // 订单类型 - @ApiModelProperty("销售订单号") - private String orderNo; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("商品大类") - private String categoryb; // 商品大类 - @ApiModelProperty("商品中类") - private String categorym; // 商品中类 - @ApiModelProperty("商品小类") - private String categorys; // 商品小类 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdExcelVo.java deleted file mode 100644 index 728fd929..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdExcelVo.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.yxt.supervise.customer.api.gdwholesalegd; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 9:44 - */ -@Data -@ApiModel(value = "配送中心批发数据 导出excel视图数据对象", description = "配送中心批发数据 导出excel视图数据对象") -public class GdWholesaleGdExcelVo implements Vo { - @ExcelProperty(value = "销售订单号") - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ExcelProperty(value = "商品编码") - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ExcelProperty(value = "商品名称") - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ExcelProperty(value = "品牌代码") - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ExcelProperty(value = "品牌名称") - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ExcelProperty(value = "销售数量") - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ExcelProperty(value = "类型") - @ApiModelProperty("类型") - private String orderType; // 类型 - @ExcelProperty(value = "销售渠道") - @ApiModelProperty("销售渠道") - private String storeName; // - @ExcelProperty(value = "数据日期") - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ExcelProperty(value = "价格") - @ApiModelProperty("总价") - private String total; // - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdFeign.java deleted file mode 100644 index 167dde9d..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdFeign.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.yxt.supervise.customer.api.gdwholesalegd; - -import com.yxt.supervise.customer.api.gdsales.GdSalesFeignFallback; -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/3/30 9:05 - */ -@Api(tags = "配送中心批发数据") -@FeignClient( - contextId = "yxt-supervise-GdWholesaleGd", - name = "yxt-supervise", - path = "v1/gdwholesalegd", - fallback = GdSalesFeignFallback.class) -public interface GdWholesaleGdFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdFeignFallback.java deleted file mode 100644 index 6ae7ed96..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.customer.api.gdwholesalegd; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/30 9:05 - */ -@Component -public class GdWholesaleGdFeignFallback implements GdWholesaleGdFeign{ -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdQuery.java deleted file mode 100644 index d94dbe31..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdQuery.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.yxt.supervise.customer.api.gdwholesalegd; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 9:05 - */ -@Data -@ApiModel(value = "配送中心批发数据 查询条件", description = "配送中心批发数据 查询条件") -public class GdWholesaleGdQuery implements Query { - @ApiModelProperty("企业组织机构代码证") - private String orgCode; // 企业组织机构代码证 - @ApiModelProperty("订单类型") - private String orderType; // 订单类型 - @ApiModelProperty("销售订单号") - private String orderNo; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("商品大类") - private String categoryb; // 商品大类 - @ApiModelProperty("商品中类") - private String categorym; // 商品中类 - @ApiModelProperty("商品小类") - private String categorys; // 商品小类 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("开始日期") - private String startDate; - @ApiModelProperty("结束日期") - private String endDate; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdVo.java deleted file mode 100644 index 795e1b0d..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/gdwholesalegd/GdWholesaleGdVo.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.yxt.supervise.customer.api.gdwholesalegd; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 9:06 - */ -@Data -@ApiModel(value = "配送中心批发数据 视图数据对象", description = "配送中心批发数据 视图数据对象") -public class GdWholesaleGdVo implements Vo { - @ApiModelProperty("企业组织机构代码证") - private String orgCode; // 企业组织机构代码证 - @ApiModelProperty("订单类型") - private String orderType; // 订单类型 - @ApiModelProperty("销售订单号") - private String orderNo; // 销售订单号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("商品大类") - private String categoryb; // 商品大类 - @ApiModelProperty("商品中类") - private String categorym; // 商品中类 - @ApiModelProperty("商品小类") - private String categorys; // 商品小类 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("渠道名称") - private String storeName; - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("总价") - private String total; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformation.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformation.java deleted file mode 100644 index c16f87c3..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformation.java +++ /dev/null @@ -1,156 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.productinformation; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: supervise-customer(客户中心)
- * File: ProductInformation.java
- * Class: com.supervise.customer.api.productinformation.ProductInformation
- * Description: 商品档案信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息", description = "商品档案信息") -@TableName("product_information") -public class ProductInformation extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("含量") - private String content; - @ApiModelProperty("类别") - private String category; - @ApiModelProperty("类别key") - private String categoryKey; - @ApiModelProperty("规格单位") - private String unit; - @ApiModelProperty("制造厂") - private String manufacturer; - @ApiModelProperty("制造厂sid") - private String manufacturerSid; - @ApiModelProperty("品牌") - private String brand; - @ApiModelProperty("品牌sid") - private String brandSid; - @ApiModelProperty("产地") - private String placeOfOrigin; - @ApiModelProperty("等级") - private String grade; - @ApiModelProperty("等级key") - private String gradeKey; - @ApiModelProperty("保质期") - private String qualityGuaranteePeriod; - @ApiModelProperty("部门") - private String deptartment; - @ApiModelProperty("货架") - private String goodsShelves; - @ApiModelProperty("货架code") - private String goodsShelvesCode; - @ApiModelProperty("第二代码") - private String secondCode; - @ApiModelProperty("毛利率") - private String grossProfitMargin; - @ApiModelProperty("采购员") - private String buyer; - @ApiModelProperty("核算售价") - private String accountingSalesPrice; - @ApiModelProperty("最新进价(系统中导出的)") - private String latestPurchasePrice; - @ApiModelProperty("库存价") - private String inventoryPrice; - @ApiModelProperty("合同进价") - private String contractPurchasePrice; - @ApiModelProperty("会员价") - private String membershipPrice; - @ApiModelProperty("进项税率") - private String inputTaxRate; - @ApiModelProperty("销项税率") - private String outputTaxRate; - @ApiModelProperty("仓位") - private String position; - @ApiModelProperty("仓位code") - private String positionCode; - @ApiModelProperty("结算供应商") - private String supplier; - @ApiModelProperty("结算供应商Sid") - private String supplierSid; - @ApiModelProperty("配货方式") - private String distributionMethod; - @ApiModelProperty("配货方式Key") - private String distributionMethodKey; - @ApiModelProperty("来源单位") - private String sourceUnit; - @ApiModelProperty("管理到效期") - private String managementExpirationDate; - @ApiModelProperty("配货价") - private String rationingPrice; - @ApiModelProperty("最低售价") - private String lowestSellingPrice; - @ApiModelProperty("缺省进价") - private String defaultPurchasePrice; - @ApiModelProperty("批发价") - private String tradePrice; - @ApiModelProperty("规格说明") - private String specifications; - @ApiModelProperty("规格长宽高") - private String description; - @ApiModelProperty("规格重量") - private String weight; - @ApiModelProperty("最后调价时间") - private Date priceAdjustmentTime; - @ApiModelProperty("对方系统代码") - private String systemCode; - @ApiModelProperty("去税最新进价") - private String priceWithoutTax; - @ApiModelProperty("去税库存价") - private String taxableInventoryPrice; - @ApiModelProperty("去税合同进价") - private String ContractPriceExcludingTax; - @ApiModelProperty("商品状态") - private String productStatus; - @ApiModelProperty("商品状态key") - private String productStatusKey; - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationDetailsVo.java deleted file mode 100644 index ddd9825d..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationDetailsVo.java +++ /dev/null @@ -1,155 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.productinformation; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: supervise-customer(客户中心)
- * File: ProductInformationVo.java
- * Class: com.supervise.customer.api.productinformation.ProductInformationVo
- * Description: 商品档案信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息 视图数据详情", description = "商品档案信息 视图数据详情") -public class ProductInformationDetailsVo implements Vo { - - private static final long serialVersionUID = -7305436694722608899L; - private String sid; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("类别") - private String category; - @ApiModelProperty("类别key") - private String categoryKey; - @ApiModelProperty("规格单位") - private String unit; - @ApiModelProperty("制造厂") - private String manufacturer; - @ApiModelProperty("制造厂sid") - private String manufacturerSid; - @ApiModelProperty("品牌") - private String brand; - @ApiModelProperty("品牌sid") - private String brandSid; - @ApiModelProperty("产地") - private String placeOfOrigin; - @ApiModelProperty("等级") - private String grade; - @ApiModelProperty("等级key") - private String gradeKey; - @ApiModelProperty("保质期") - private String qualityGuaranteePeriod; - - @ApiModelProperty("货架") - private String goodsShelves; - @ApiModelProperty("货架key") - private String goodsShelvesCode; - @ApiModelProperty("第二代码") - private String secondCode; - @ApiModelProperty("毛利率") - private String grossProfitMargin; - - @ApiModelProperty("核算售价") - private String accountingSalesPrice; - @ApiModelProperty("最新进价") - private String latestPurchasePrice; - @ApiModelProperty("库存价") - private String inventoryPrice; - @ApiModelProperty("合同进价") - private String contractPurchasePrice; - - @ApiModelProperty("会员价") - private String membershipPrice; - - @ApiModelProperty("进项利率") - private String inputTaxRate; - @ApiModelProperty("销项利率") - private String outputTaxRate; - @ApiModelProperty("仓位") - private String position; - @ApiModelProperty("仓位code") - private String positionCode; - @ApiModelProperty("结算供应商") - private String supplier; - @ApiModelProperty("结算供应商sid") - private String supplierSid; - @ApiModelProperty("配货方式") - private String distributionMethod; - @ApiModelProperty("配货方式key") - private String distributionMethodKey; - @ApiModelProperty("来源单位") - private String sourceUnit; - @ApiModelProperty("管理到货期") - private String managementExpirationDate; - - @ApiModelProperty("配货价") - private String rationingPrice; - @ApiModelProperty("最低售价") - private String lowestSellingPrice; - @ApiModelProperty("缺省进价") - private String defaultPurchasePrice; - @ApiModelProperty("批发价") - private String tradePrice; - @ApiModelProperty("规格说明") - private String specifications; - @ApiModelProperty("规格长宽高") - private String description; - @ApiModelProperty("规格重量") - private String weight; - @ApiModelProperty("最后调价时间") - private Date priceAdjustmentTime; - @ApiModelProperty("对方系统代码") - private String systemCode; - @ApiModelProperty("去税最新进价") - private String priceWithoutTax; - @ApiModelProperty("去税库存价") - private String taxableInventoryPrice; - @ApiModelProperty("去税合同进价") - private String ContractPriceExcludingTax; - @ApiModelProperty("商品状态") - private String productStatus; - @ApiModelProperty("商品状态key") - private String productStatusKey; - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationDto.java deleted file mode 100644 index 8f409b61..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationDto.java +++ /dev/null @@ -1,155 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.productinformation; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: supervise-customer(客户中心)
- * File: ProductInformationDto.java
- * Class: com.supervise.customer.api.productinformation.ProductInformationDto
- * Description: 商品档案信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息 数据传输对象", description = "商品档案信息 数据传输对象") -public class ProductInformationDto implements Dto { - - private static final long serialVersionUID = 2628182250934148420L; - private String sid; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("类别") - private String category; - @ApiModelProperty("类别key") - private String categoryKey; - @ApiModelProperty("规格单位") - private String unit; - @ApiModelProperty("制造厂") - private String manufacturer; - @ApiModelProperty("制造厂sid") - private String manufacturerSid; - @ApiModelProperty("品牌") - private String brand; - @ApiModelProperty("品牌sid") - private String brandSid; - @ApiModelProperty("产地") - private String placeOfOrigin; - @ApiModelProperty("等级") - private String grade; - @ApiModelProperty("等级key") - private String gradeKey; - @ApiModelProperty("保质期") - private String qualityGuaranteePeriod; - - @ApiModelProperty("货架") - private String goodsShelves; - @ApiModelProperty("货架key") - private String goodsShelvesCode; - @ApiModelProperty("第二代码") - private String secondCode; - @ApiModelProperty("毛利率") - private String grossProfitMargin; - - @ApiModelProperty("核算售价") - private String accountingSalesPrice; - @ApiModelProperty("最新进价") - private String latestPurchasePrice; - @ApiModelProperty("库存价") - private String inventoryPrice; - @ApiModelProperty("合同进价") - private String contractPurchasePrice; - - @ApiModelProperty("会员价") - private String membershipPrice; - - @ApiModelProperty("进项利率") - private String inputTaxRate; - @ApiModelProperty("销项利率") - private String outputTaxRate; - @ApiModelProperty("仓位") - private String position; - @ApiModelProperty("仓位code") - private String positionCode; - @ApiModelProperty("结算供应商") - private String supplier; - @ApiModelProperty("结算供应商sid") - private String supplierSid; - @ApiModelProperty("配货方式") - private String distributionMethod; - @ApiModelProperty("配货方式key") - private String distributionMethodKey; - @ApiModelProperty("来源单位") - private String sourceUnit; - @ApiModelProperty("管理到货期") - private String managementExpirationDate; - - @ApiModelProperty("配货价") - private String rationingPrice; - @ApiModelProperty("最低售价") - private String lowestSellingPrice; - @ApiModelProperty("缺省进价") - private String defaultPurchasePrice; - @ApiModelProperty("批发价") - private String tradePrice; - @ApiModelProperty("规格说明") - private String specifications; - @ApiModelProperty("规格长宽高") - private String description; - @ApiModelProperty("规格重量") - private String weight; - @ApiModelProperty("最后调价时间") - private Date priceAdjustmentTime; - @ApiModelProperty("对方系统代码") - private String systemCode; - @ApiModelProperty("去税最新进价") - private String priceWithoutTax; - @ApiModelProperty("去税库存价") - private String taxableInventoryPrice; - @ApiModelProperty("去税合同进价") - private String ContractPriceExcludingTax; - @ApiModelProperty("商品状态") - private String productStatus; - @ApiModelProperty("商品状态key") - private String productStatusKey; - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationFeign.java deleted file mode 100644 index d6bfd310..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.productinformation; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ProductInformationFeign.java
- * Class: com.supervise.api.productinformation.ProductInformationFeign
- * Description: 商品档案信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "商品档案信息") -@FeignClient( - contextId = "supervise-customer-ProductInformation", - name = "supervise-customer", - path = "v1/productinformation", - fallback = ProductInformationFeignFallback.class) -public interface ProductInformationFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody ProductInformationDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySid/{sid}") - @ResponseBody - public ResultBean delBySid(@PathVariable("sid")String sid); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationFeignFallback.java deleted file mode 100644 index 5c5e2759..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.productinformation; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: supervise-customer(客户中心)
- * File: ProductInformationFeignFallback.java
- * Class: com.supervise.customer.api.productinformation.ProductInformationFeignFallback
- * Description: 商品档案信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class ProductInformationFeignFallback implements ProductInformationFeign { - - @Override - public ResultBean> listPage(PagerQuery pq) { - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/productinformation/listPage无法访问"); - } - - @Override - public ResultBean save(ProductInformationDto dto) { - return ResultBean.fireFail().setMsg("接口yxt_supervise/productinformation/save无法访问"); - } - - @Override - public ResultBean delBySid(String sid) { - return ResultBean.fireFail().setMsg("接口yxt_supervise/productinformation/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid) { - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/productinformation/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationQuery.java deleted file mode 100644 index 173cd92c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationQuery.java +++ /dev/null @@ -1,60 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.productinformation; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: supervise-customer(客户中心)
- * File: ProductInformationQuery.java
- * Class: com.supervise.customer.api.productinformation.ProductInformationQuery
- * Description: 商品档案信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息 查询条件", description = "商品档案信息 查询条件") -public class ProductInformationQuery implements Query { - - private static final long serialVersionUID = -2156227778094595808L; - - - @ApiModelProperty("名称") - private String name; - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationVo.java deleted file mode 100644 index 2bb56a20..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/productinformation/ProductInformationVo.java +++ /dev/null @@ -1,80 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.productinformation; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: supervise-customer(客户中心)
- * File: ProductInformationVo.java
- * Class: com.supervise.customer.api.productinformation.ProductInformationVo
- * Description: 商品档案信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息 视图数据对象", description = "商品档案信息 视图数据对象") -public class ProductInformationVo implements Vo { - - private static final long serialVersionUID = 8544481348404723979L; - private String sid; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("类别") - private String category; - @ApiModelProperty("规格单位") - private String unit; - @ApiModelProperty("制造厂") - private String manufacturer; - - @ApiModelProperty("品牌") - private String brand; - - @ApiModelProperty("产地") - private String placeOfOrigin; - - @ApiModelProperty("第二代码") - private String secondCode; - @ApiModelProperty("规格长宽高") - private String description; - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisition.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisition.java deleted file mode 100644 index 972ad7f1..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisition.java +++ /dev/null @@ -1,74 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisition; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 13:42 - */ -@Data -@ApiModel(value = "订单采购信息", description = "订单采购信息") -@TableName("purchase_requisition") -public class PurchaseRequisition extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 - - - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState = "0"; - - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; - - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState = "0"; // 银行0未审核,1审核通过,2审核不通过', - - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见', -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionDetailsVo.java deleted file mode 100644 index e53e7250..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionDetailsVo.java +++ /dev/null @@ -1,63 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisition; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -/** - * @author wangpengfei - * @date 2023/3/30 13:46 - */ -@Data -@ApiModel(value = "采购订单表 视图数据详情", description = "采购订单表 视图数据详情") -public class PurchaseRequisitionDetailsVo implements Vo { - private String sid; // sid - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("创建日期") - private String createTime; - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionDto.java deleted file mode 100644 index 3fd17960..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionDto.java +++ /dev/null @@ -1,56 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisition; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 13:46 - */ -@Data -@ApiModel(value = "采购订单表 数据传输对象", description = "采购订单表 数据传输对象") -public class PurchaseRequisitionDto implements Dto { - private String sid; // sid - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionExcelVo.java deleted file mode 100644 index b079f153..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionExcelVo.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisition; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 15:00 - */ -@Data -@ApiModel(value = "采购订单表 导出excel视图数据对象", description = "采购订单表 导出excel视图数据对象") -public class PurchaseRequisitionExcelVo implements Vo { - @ExcelProperty(value = "订单号") - @ApiModelProperty("订单号") - private String code; // 订单号 - @ExcelProperty(value = "采购日期") - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ExcelProperty(value = "采购日期") - @ApiModelProperty("建单日期") - private String createTime; // 采购日期 - @ExcelProperty(value = "到货日期") - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ExcelProperty(value = "供应商名称") - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ExcelProperty(value = "供应商编码") - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ExcelProperty(value = "供应商唯一编码") - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; - - - - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionFeign.java deleted file mode 100644 index f51d0767..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionFeign.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisition; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/3/30 13:47 - */ -@Api(tags = "采购订单表") -@FeignClient( - contextId = "PurchaseRequisition", - name = "yxt-supervise", - path = "v1/purchaserequisition", - fallback = PurchaseRequisitionFeignFallback.class) -public interface PurchaseRequisitionFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionFeignFallback.java deleted file mode 100644 index 709f9f22..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisition; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/30 13:47 - */ -@Component -public class PurchaseRequisitionFeignFallback implements PurchaseRequisitionFeign{ -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionQuery.java deleted file mode 100644 index b56e04a3..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionQuery.java +++ /dev/null @@ -1,65 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisition; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 13:47 - */ -@Data -@ApiModel(value = "采购订单表 查询条件", description = "采购订单表 查询条件") -public class PurchaseRequisitionQuery implements Query { - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期开始") - private String purchaseDateStart; // 采购日期 - @ApiModelProperty("采购日期结束") - private String purchaseDateEnd; // 采购日期 - @ApiModelProperty("到货日期开始") - private String arrivalDateStart; // 到货日期 - @ApiModelProperty("到货日期结束") - private String arrivalDateEnd; // 到货日期 - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 - @ApiModelProperty("开始时间") - private String startDate; - @ApiModelProperty("结束时间") - private String endDate; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionVo.java deleted file mode 100644 index ce2f4a57..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisition/PurchaseRequisitionVo.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisition; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 13:48 - */ -@Data -@ApiModel(value = "采购订单表 视图数据对象", description = "采购订单表 视图数据对象") -public class PurchaseRequisitionVo implements Vo { - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("创建时间") - private String createTime; - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/InTransitCheckVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/InTransitCheckVo.java deleted file mode 100644 index 3d9f61ca..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/InTransitCheckVo.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -public class InTransitCheckVo { - - public InTransitCheckVo() { - } - - public InTransitCheckVo(String supplierOnlyCode) { - this.supplierOnlyCode = supplierOnlyCode; -// this.supplierName = supplierName; - } - - private String supplierOnlyCode; - // private String supplierName; - private double orderAmount = 0.0; - private double instorageAmount = 0.0; - - public String getSupplierOnlyCode() { - return supplierOnlyCode; - } - - public void setSupplierOnlyCode(String supplierOnlyCode) { - this.supplierOnlyCode = supplierOnlyCode; - } - -// public String getSupplierName() { -// return supplierName; -// } -// -// public void setSupplierName(String supplierName) { -// this.supplierName = supplierName; -// } - - public double getOrderAmount() { - return orderAmount; - } - - public void setOrderAmount(double orderAmount) { - this.orderAmount = orderAmount; - } - - public double getInstorageAmount() { - return instorageAmount; - } - - public void setInstorageAmount(double instorageAmount) { - this.instorageAmount = instorageAmount; - } - - public boolean getHasInTransit() { - return this.getOrderAmount() > this.getInstorageAmount(); - } - - public double getAmountOfInTransit() { - return this.getOrderAmount() - this.getInstorageAmount(); - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionPro.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionPro.java deleted file mode 100644 index 514dfd43..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionPro.java +++ /dev/null @@ -1,67 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 15:39 - */ -@Data -@ApiModel(value = "采购订单商品信息", description = "采购订单商品信息") -@TableName("purchase_requisition_pro") -public class PurchaseRequisitionPro extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 - @ApiModelProperty("含税金额") - private Double taxInclusiveAmount;// 含税金额 - @ApiModelProperty("配货金额") - private Double distributionAmount;// 配货金额 - @ApiModelProperty("订单编号") - private String preqCode;// 订单编号 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProCheckVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProCheckVo.java deleted file mode 100644 index 1c5c03b4..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProCheckVo.java +++ /dev/null @@ -1,111 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import com.yxt.common.core.vo.Vo; - -public class PurchaseRequisitionProCheckVo implements Vo { - public PurchaseRequisitionProCheckVo() { - } - - public PurchaseRequisitionProCheckVo(int resState) { - this.resState = resState; - } - - public PurchaseRequisitionProCheckVo(String prSid, String prCode, String productCode, String productName, int resState) { - this.prSid = prSid; - this.prCode = prCode; - this.productCode = productCode; - this.productName = productName; - this.resState = resState; - } - - private String prSid; - private String prCode; - private String productCode; - private String productName; - private String brandName; - private String brandCode; - private String categoryName; - private String categoryCode; - private int resState = 0; // 0=正常;1=商品不存在;2=品牌不符;3=品类不符 - private String msg; - - public String getPrSid() { - return prSid; - } - - public void setPrSid(String prSid) { - this.prSid = prSid; - } - - public String getPrCode() { - return prCode; - } - - public void setPrCode(String prCode) { - this.prCode = prCode; - } - - public String getProductCode() { - return productCode; - } - - public void setProductCode(String productCode) { - this.productCode = productCode; - } - - public String getProductName() { - return productName; - } - - public void setProductName(String productName) { - this.productName = productName; - } - - public String getBrandName() { - return brandName; - } - - public void setBrandName(String brandName) { - this.brandName = brandName; - } - - public String getBrandCode() { - return brandCode; - } - - public void setBrandCode(String brandCode) { - this.brandCode = brandCode; - } - - public String getCategoryName() { - return categoryName; - } - - public void setCategoryName(String categoryName) { - this.categoryName = categoryName; - } - - public String getCategoryCode() { - return categoryCode; - } - - public void setCategoryCode(String categoryCode) { - this.categoryCode = categoryCode; - } - - public int getResState() { - return resState; - } - - public void setResState(int resState) { - this.resState = resState; - } - - public String getMsg() { - return msg; - } - - public void setMsg(String msg) { - this.msg = msg; - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProDetailsVo.java deleted file mode 100644 index 54d937a9..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProDetailsVo.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 15:40 - */ -@Data -@ApiModel(value = "采购订单商品信息 视图数据详情", description = "采购订单商品信息 视图数据详情") -public class PurchaseRequisitionProDetailsVo implements Vo { - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProDto.java deleted file mode 100644 index ca8810e3..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProDto.java +++ /dev/null @@ -1,58 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 15:40 - */ - -@Data -@ApiModel(value = "采购订单商品信息 数据传输对象", description = "采购订单商品信息 数据传输对象") -public class PurchaseRequisitionProDto implements Dto { - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProExcelVo.java deleted file mode 100644 index 91412d1c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProExcelVo.java +++ /dev/null @@ -1,42 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import com.alibaba.excel.annotation.ExcelProperty; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 15:41 - */ -@Data -@ApiModel(value = "采购订单商品信息 导出excel视图数据对象", description = "采购订单商品信息 导出excel视图数据对象") -public class PurchaseRequisitionProExcelVo { - @ExcelProperty(value = "商品代码") - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ExcelProperty(value = "商品名称") - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ExcelProperty(value = "数量") - @ApiModelProperty("数量") - private String number; // 数量 - @ExcelProperty(value = "合计(元)") - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ExcelProperty(value = "商品品类名称") - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ExcelProperty(value = "商品品类编码") - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ExcelProperty(value = "品牌名称") - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ExcelProperty(value = "品牌编码") - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ExcelProperty(value = "订单时间") - @ApiModelProperty("订单时间") - private String createTime; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProFeign.java deleted file mode 100644 index 830623cf..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProFeign.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/3/30 15:41 - */ -@Api(tags = "采购订单商品信息") -@FeignClient( - contextId = "PurchaseRequisitionPro", - name = "yxt-supervise", - path = "v1/purchaserequisitionpro", - fallback = PurchaseRequisitionProFeignFallback.class) -public interface PurchaseRequisitionProFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProFeignFallback.java deleted file mode 100644 index f8987135..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/3/30 15:41 - */ -@Component -public class PurchaseRequisitionProFeignFallback implements PurchaseRequisitionProFeign{ -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProQuery.java deleted file mode 100644 index 39f37108..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProQuery.java +++ /dev/null @@ -1,63 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 15:41 - */ -@Data -@ApiModel(value = "采购订单商品信息 查询条件", description = "采购订单商品信息 查询条件") -public class PurchaseRequisitionProQuery implements Query { - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 - @ApiModelProperty("开始时间") - private String startDate; - @ApiModelProperty("结束时间") - private String endDate; - @ApiModelProperty("订单编号") - private String code; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProVo.java deleted file mode 100644 index 069aa575..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionpro/PurchaseRequisitionProVo.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionpro; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/3/30 15:42 - */ -@Data -@ApiModel(value = "采购订单商品信息 视图数据对象", description = "采购订单商品信息 视图数据对象") -public class PurchaseRequisitionProVo implements Vo { - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 - @ApiModelProperty("订单编号") - private String code; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStore.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStore.java deleted file mode 100644 index 1606e005..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStore.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionstore; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/3 16:45 - */ -@Data -@ApiModel(value = "采购订单商品信息(烟草)", description = "采购订单商品信息(烟草)") -@TableName("purchase_requisition_store") -public class PurchaseRequisitionStore extends BaseEntity { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("创建时间") - private Date createTime; - @ApiModelProperty("记录修改时间") - private Date modifyTime; - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - @ApiModelProperty("创建者") - private String createBySid; - @ApiModelProperty("更新者") - private String updateBySid; - @ApiModelProperty("备注") - private String remarks; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreDetailsVo.java deleted file mode 100644 index 4adba787..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreDetailsVo.java +++ /dev/null @@ -1,45 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionstore; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/3 16:45 - */ -@Data -@ApiModel(value = "采购订单商品信息(烟草) 视图数据详情", description = "采购订单商品信息(烟草)视图数据详情") -public class PurchaseRequisitionStoreDetailsVo implements Vo { - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("创建时间") - private Date createTime; - @ApiModelProperty("记录修改时间") - private Date modifyTime; - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - @ApiModelProperty("创建者") - private String createBySid; - @ApiModelProperty("更新者") - private String updateBySid; - @ApiModelProperty("备注") - private String remarks; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreDto.java deleted file mode 100644 index 2707cd84..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreDto.java +++ /dev/null @@ -1,45 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionstore; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/3 16:46 - */ -@Data -@ApiModel(value = "采购订单商品信息(烟草) 数据传输对象", description = "采购订单商品信息(烟草) 数据传输对象") -public class PurchaseRequisitionStoreDto implements Dto { - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("创建时间") - private Date createTime; - @ApiModelProperty("记录修改时间") - private Date modifyTime; - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - @ApiModelProperty("创建者") - private String createBySid; - @ApiModelProperty("更新者") - private String updateBySid; - @ApiModelProperty("备注") - private String remarks; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreExcelVo.java deleted file mode 100644 index b218c809..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreExcelVo.java +++ /dev/null @@ -1,34 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionstore; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/3 16:46 - */ -@Data -@ApiModel(value = "采购订单商品信息(烟草) Excel视图数据对象", description = "采购订单商品信息(烟草) Excel视图数据对象") -public class PurchaseRequisitionStoreExcelVo implements Vo { - @ExcelProperty(value = "创建时间") - @ApiModelProperty("创建时间") - private Date createTime; - @ExcelProperty(value = "烟草证编码") - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ExcelProperty(value = "门店代码") - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ExcelProperty(value = "门店名称") - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ExcelProperty(value = "金额") - @ApiModelProperty("金额") - private String price; // 金额 - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreFeign.java deleted file mode 100644 index 8377f69d..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreFeign.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionstore; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/4/3 16:46 - */ -@Api(tags = "采购订单商品信息") -@FeignClient( - contextId = "yxt-supervise-PurchaseRequisitionStore", - name = "yxt-supervise", - path = "v1/purchaserequisitionstore", - fallback = PurchaseRequisitionStoreFeignFallback.class) -public interface PurchaseRequisitionStoreFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreFeignFallback.java deleted file mode 100644 index 2aff5749..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionstore; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/4/3 16:46 - */ -@Component -public class PurchaseRequisitionStoreFeignFallback implements PurchaseRequisitionStoreFeign{ -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreQuery.java deleted file mode 100644 index adcec7ee..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreQuery.java +++ /dev/null @@ -1,49 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionstore; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/3 16:46 - */ -@Data -@ApiModel(value = "采购订单商品信息(烟草) 查询条件", description = "采购订单商品信息(烟草) 查询条件") -public class PurchaseRequisitionStoreQuery implements Query { - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("创建时间") - private Date createTime; - @ApiModelProperty("记录修改时间") - private Date modifyTime; - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - @ApiModelProperty("创建者") - private String createBySid; - @ApiModelProperty("更新者") - private String updateBySid; - @ApiModelProperty("备注") - private String remarks; - @ApiModelProperty("开始时间") - private String startDate; - @ApiModelProperty("结束时间") - private String endDate; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreVo.java deleted file mode 100644 index d4c67bd6..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitionstore/PurchaseRequisitionStoreVo.java +++ /dev/null @@ -1,45 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitionstore; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/3 16:46 - */ -@Data -@ApiModel(value = "采购订单商品信息(烟草) 视图数据对象", description = "采购订单商品信息(烟草) 视图数据对象") -public class PurchaseRequisitionStoreVo implements Vo { - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("创建时间") - private Date createTime; - @ApiModelProperty("记录修改时间") - private Date modifyTime; - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - @ApiModelProperty("创建者") - private String createBySid; - @ApiModelProperty("更新者") - private String updateBySid; - @ApiModelProperty("备注") - private String remarks; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobacco.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobacco.java deleted file mode 100644 index 027146e0..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobacco.java +++ /dev/null @@ -1,70 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitiontobacco; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 16:06 - */ -@Data -@ApiModel(value = "采购订单表(烟草)", description = "采购订单表") -@TableName("purchase_requisition_tobacco") -public class PurchaseRequisitionTobacco extends BaseEntity { - private static final long serialVersionUID = 1L; - - - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDetailsVo.java deleted file mode 100644 index f05396af..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDetailsVo.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitiontobacco; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 16:07 - */ -@Data -@ApiModel(value = "采购订单表(烟草) 视图数据详情", description = "采购订单表 视图数据详情") -public class PurchaseRequisitionTobaccoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDto.java deleted file mode 100644 index 428466e2..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDto.java +++ /dev/null @@ -1,71 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitiontobacco; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 16:07 - */ -@Data -@ApiModel(value = "采购订单表(烟草) 数据传输对象", description = "采购订单表 数据传输对象") -public class PurchaseRequisitionTobaccoDto implements Dto { - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoExcelVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoExcelVo.java deleted file mode 100644 index 6650fe92..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoExcelVo.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitiontobacco; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 16:13 - */ -@Data -@ApiModel(value = "采购订单表(烟草) Excel视图数据对象", description = "采购订单表(烟草) Excel视图数据对象") -public class PurchaseRequisitionTobaccoExcelVo implements Vo { - @ExcelProperty(value = "订单号") - @ApiModelProperty("订单号") - private String code; // 订单号 - @ExcelProperty(value = "采购日期") - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ExcelProperty(value = "采购日期") - @ApiModelProperty("建单日期") - private String createTime; // 采购日期 - @ExcelProperty(value = "到货日期") - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ExcelProperty(value = "供应商名称") - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ExcelProperty(value = "供应商编码") - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeign.java deleted file mode 100644 index 49f86a0b..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeign.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitiontobacco; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/4/3 16:07 - */ -@Api(tags = "采购订单表(烟草)") -@FeignClient( - contextId = "yxt-supervise-PurchaseRequisitionTobacco", - name = "yxt-supervise", - path = "v1/purchaserequisitiontobacco", - fallback = PurchaseRequisitionTobaccoFeignFallback.class) -public interface PurchaseRequisitionTobaccoFeign { -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeignFallback.java deleted file mode 100644 index e4c369bd..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitiontobacco; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/4/3 16:07 - */ -@Component -public class PurchaseRequisitionTobaccoFeignFallback implements PurchaseRequisitionTobaccoFeign{ -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoQuery.java deleted file mode 100644 index a456a27e..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoQuery.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitiontobacco; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 16:08 - */ -@Data -@ApiModel(value = "采购订单表(烟草) 查询条件", description = "采购订单表 查询条件") -public class PurchaseRequisitionTobaccoQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; - private String startDate; - private String endDate; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoVo.java deleted file mode 100644 index 7e92211d..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoVo.java +++ /dev/null @@ -1,73 +0,0 @@ -package com.yxt.supervise.customer.api.purchaserequisitiontobacco; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 16:08 - */ -@Data -@ApiModel(value = "采购订单表(烟草) 视图数据对象", description = "采购订单表 视图数据对象") -public class PurchaseRequisitionTobaccoVo implements Vo { - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("创建日期") - private String createTime; - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrand.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrand.java deleted file mode 100644 index a2dd672f..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrand.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedbrand; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedBrand.java
- * Class: com.yxt.supervise.customer.api.restrictedbrand.RestrictedBrand
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌", description = "限定品牌") -@TableName("restricted_brand") -public class RestrictedBrand extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandDetailsVo.java deleted file mode 100644 index 4e58bcd8..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandDetailsVo.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedbrand; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedBrandVo.java
- * Class: com.yxt.supervise.customer.api.restrictedbrand.RestrictedBrandVo
- * Description: 限定品牌 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 视图数据详情", description = "限定品牌 视图数据详情") -public class RestrictedBrandDetailsVo implements Vo { - - private static final long serialVersionUID = 414974237796022251L; - private String sid; - - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandDto.java deleted file mode 100644 index ba1f79f7..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandDto.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedbrand; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedBrandDto.java
- * Class: com.yxt.supervise.customer.api.restrictedbrand.RestrictedBrandDto
- * Description: 限定品牌 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 数据传输对象", description = "限定品牌 数据传输对象") -public class RestrictedBrandDto implements Dto { - - private static final long serialVersionUID = -4284546832808688666L; - private String sid; - private String id; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandFeign.java deleted file mode 100644 index 14200786..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedbrand; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedBrandFeign.java
- * Class: com.yxt.supervise.customer.api.restrictedbrand.RestrictedBrandFeign
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "限定品牌") -@FeignClient( - contextId = "supervise-customer-RestrictedBrand", - name = "supervise-customer", - path = "v1/restrictedbrand", - fallback = RestrictedBrandFeignFallback.class) -public interface RestrictedBrandFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody RestrictedBrandDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySid/{sid}") - @ResponseBody - public ResultBean delBySid(@PathVariable("sid")String sid); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandFeignFallback.java deleted file mode 100644 index c67b057b..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedbrand; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedBrandFeignFallback.java
- * Class: com.yxt.supervise.customer.api.restrictedbrand.RestrictedBrandFeignFallback
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class RestrictedBrandFeignFallback implements RestrictedBrandFeign { - - @Override - public ResultBean> listPage(PagerQuery pq) { - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedbrand/listPage无法访问"); - } - - @Override - public ResultBean save(RestrictedBrandDto dto) { - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedbrand/save无法访问"); - } - - @Override - public ResultBean delBySid(String sid) { - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedbrand/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid) { - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedbrand/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandQuery.java deleted file mode 100644 index 0ca55902..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandQuery.java +++ /dev/null @@ -1,57 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedbrand; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedBrandQuery.java
- * Class: com.yxt.supervise.customer.api.restrictedbrand.RestrictedBrandQuery
- * Description: 限定品牌 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 查询条件", description = "限定品牌 查询条件") -public class RestrictedBrandQuery implements Query { - - private static final long serialVersionUID = 1469442912078558237L; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandVo.java deleted file mode 100644 index cce5ade6..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedbrand/RestrictedBrandVo.java +++ /dev/null @@ -1,61 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedbrand; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedBrandVo.java
- * Class: com.yxt.supervise.customer.api.restrictedbrand.RestrictedBrandVo
- * Description: 限定品牌 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 视图数据对象", description = "限定品牌 视图数据对象") -public class RestrictedBrandVo implements Vo { - - private static final long serialVersionUID = 4695482182172367290L; - private String sid; - private String id; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - private String dictValue; - private String dictKey; - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategory.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategory.java deleted file mode 100644 index eaf20fee..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategory.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedcategory; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedCategory.java
- * Class: com.yxt.supervise.customer.api.restrictedcategory.RestrictedCategory
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类", description = "限定品类") -@TableName("restricted_category") -public class RestrictedCategory extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("监管品类") - private String categorys; - @ApiModelProperty("监管品类Key") - private String categoryKey; - - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryDetailsVo.java deleted file mode 100644 index b1f6d213..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryDetailsVo.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedcategory; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedCategoryVo.java
- * Class: com.yxt.supervise.customer.api.restrictedcategory.RestrictedCategoryVo
- * Description: 限定品类 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 视图数据详情", description = "限定品类 视图数据详情") -public class RestrictedCategoryDetailsVo implements Vo { - - private static final long serialVersionUID = 855177717255339140L; - private String sid; - @ApiModelProperty("监管品类") - private String categorys; - @ApiModelProperty("监管品类Key") - private String categoryKey; - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryDto.java deleted file mode 100644 index 345b9768..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryDto.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedcategory; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedCategoryDto.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryDto
- * Description: 限定品类 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 数据传输对象", description = "限定品类 数据传输对象") -public class RestrictedCategoryDto implements Dto { - - private static final long serialVersionUID = 2112403315598174369L; - private String sid; - private String id; - @ApiModelProperty("监管品类") - private String categorys; - @ApiModelProperty("监管品类Key") - private String categoryKey; - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryFeign.java deleted file mode 100644 index c522d419..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedcategory; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedCategoryFeign.java
- * Class: com.yxt.supervise.customer.api.restrictedcategory.RestrictedCategoryFeign
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "限定品类") -@FeignClient( - contextId = "supervise-customer-RestrictedCategory", - name = "supervise-customer", - path = "v1/restrictedcategory", - fallback = RestrictedCategoryFeignFallback.class) -public interface RestrictedCategoryFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody RestrictedCategoryDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySid/{sid}") - @ResponseBody - public ResultBean delBySid(@PathVariable("sid")String sid); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryFeignFallback.java deleted file mode 100644 index 1241f048..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedcategory; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedCategoryFeignFallback.java
- * Class: com.yxt.supervise.customer.api.restrictedcategory.RestrictedCategoryFeignFallback
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class RestrictedCategoryFeignFallback implements RestrictedCategoryFeign { - - @Override - public ResultBean> listPage(PagerQuery pq) { - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedcategory/listPage无法访问"); - } - - @Override - public ResultBean save(RestrictedCategoryDto dto) { - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedcategory/save无法访问"); - } - - @Override - public ResultBean delBySid(String sid) { - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedcategory/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid) { - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedcategory/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryQuery.java deleted file mode 100644 index f41e3f43..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryQuery.java +++ /dev/null @@ -1,57 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedcategory; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedCategoryQuery.java
- * Class: com.yxt.supervise.customer.api.restrictedcategory.RestrictedCategoryQuery
- * Description: 限定品类 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 查询条件", description = "限定品类 查询条件") -public class RestrictedCategoryQuery implements Query { - - private static final long serialVersionUID = -8593577848480469393L; - @ApiModelProperty("监管品类") - private String categorys; - @ApiModelProperty("监管品类Key") - private String categoryKey; - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryVo.java deleted file mode 100644 index 04ab2d84..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/restrictedcategory/RestrictedCategoryVo.java +++ /dev/null @@ -1,61 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.restrictedcategory; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-customer(客户中心)
- * File: RestrictedCategoryVo.java
- * Class: com.yxt.supervise.customer.api.restrictedcategory.RestrictedCategoryVo
- * Description: 限定品类 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 视图数据对象", description = "限定品类 视图数据对象") -public class RestrictedCategoryVo implements Vo { - - private static final long serialVersionUID = 7449291362621420732L; - private String sid; - private String id; - @ApiModelProperty("监管品类") - private String categorys; - @ApiModelProperty("监管品类Key") - private String categoryKey; - - private String dictValue; - private String dictKey; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfo.java deleted file mode 100644 index 1934ff1b..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfo.java +++ /dev/null @@ -1,86 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.storeinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfo.java
- * Class: com.supervise.api.storeinfo.StoreInfo
- * Description: 门店信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息", description = "门店信息") -@TableName("store_info") -public class StoreInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; -// 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoDetailsVo.java deleted file mode 100644 index 0c0567c7..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoDetailsVo.java +++ /dev/null @@ -1,107 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.storeinfo; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoVo.java
- * Class: com.supervise.api.storeinfo.StoreInfoVo
- * Description: 门店信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息 视图数据详情", description = "门店信息 视图数据详情") -public class StoreInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; - // 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoDto.java deleted file mode 100644 index ca58b34a..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoDto.java +++ /dev/null @@ -1,107 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.storeinfo; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoDto.java
- * Class: com.supervise.api.storeinfo.StoreInfoDto
- * Description: 门店信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息 数据传输对象", description = "门店信息 数据传输对象") -public class StoreInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; - // 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoFeign.java deleted file mode 100644 index 365ec487..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.storeinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoFeign.java
- * Class: com.supervise.api.storeinfo.StoreInfoFeign
- * Description: 门店信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "门店信息") -@FeignClient( - contextId = "yxt-supervise-StoreInfo", - name = "yxt-supervise", - path = "v1/storeinfo", - fallback = StoreInfoFeignFallback.class) -public interface StoreInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody StoreInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoFeignFallback.java deleted file mode 100644 index 5ce02726..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.storeinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoFeignFallback.java
- * Class: com.supervise.api.storeinfo.StoreInfoFeignFallback
- * Description: 门店信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class StoreInfoFeignFallback implements StoreInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/storeinfo/listPage无法访问"); - } - - @Override - public ResultBean save(StoreInfoDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/storeinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/storeinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/storeinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoQuery.java deleted file mode 100644 index e4acc550..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoQuery.java +++ /dev/null @@ -1,105 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.storeinfo; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoQuery.java
- * Class: com.supervise.api.storeinfo.StoreInfoQuery
- * Description: 门店信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息 查询条件", description = "门店信息 查询条件") -public class StoreInfoQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; - // 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoVo.java deleted file mode 100644 index 78250b97..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/storeinfo/StoreInfoVo.java +++ /dev/null @@ -1,107 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.storeinfo; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoVo.java
- * Class: com.supervise.api.storeinfo.StoreInfoVo
- * Description: 门店信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息 视图数据对象", description = "门店信息 视图数据对象") -public class StoreInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; - // 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/PurchaseRequisitionCheckVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/PurchaseRequisitionCheckVo.java deleted file mode 100644 index a646c4e7..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/PurchaseRequisitionCheckVo.java +++ /dev/null @@ -1,77 +0,0 @@ -package com.yxt.supervise.customer.api.supplierbankinfo; - -public class PurchaseRequisitionCheckVo { - public PurchaseRequisitionCheckVo() { - } - - public PurchaseRequisitionCheckVo(String prSid, String prCode, int resState) { - this.prSid = prSid; - this.prCode = prCode; - this.resState = resState; - } - - private String prSid; - private String prCode; - private String supplierCode; - private String supplierName; - private String supplierCodeUnified; - - private int resState = 0; // 0=正常;1=无供应商信息;2=供应商编码不符;3=有在途;4=供应商索引编码重复;5=没有对应订单;6=供应商没审核 - private String msg; - - public String getPrSid() { - return prSid; - } - - public void setPrSid(String prSid) { - this.prSid = prSid; - } - - public String getPrCode() { - return prCode; - } - - public void setPrCode(String prCode) { - this.prCode = prCode; - } - - public String getSupplierCode() { - return supplierCode; - } - - public void setSupplierCode(String supplierCode) { - this.supplierCode = supplierCode; - } - - public String getSupplierName() { - return supplierName; - } - - public void setSupplierName(String supplierName) { - this.supplierName = supplierName; - } - - public String getSupplierCodeUnified() { - return supplierCodeUnified; - } - - public void setSupplierCodeUnified(String supplierCodeUnified) { - this.supplierCodeUnified = supplierCodeUnified; - } - - public int getResState() { - return resState; - } - - public void setResState(int resState) { - this.resState = resState; - } - - public String getMsg() { - return msg; - } - - public void setMsg(String msg) { - this.msg = msg; - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfo.java deleted file mode 100644 index 0db7b0b0..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfo.java +++ /dev/null @@ -1,53 +0,0 @@ -package com.yxt.supervise.customer.api.supplierbankinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @Author dimengzhe - * @Date 2023/3/7 8:59 - * @Description - */ -@Data -@ApiModel(value = "供应商信息", description = "供应商信息") -@TableName("supplier_bank_info") -public class SupplierBankInfo extends BaseEntity { - private static final long serialVersionUID = -6729115896266312554L; - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("锁定状态1.锁定2.未锁定 ") - private Integer lockingStatus; - @ApiModelProperty("锁定原因") - private String lockingReason; - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoDetailsVo.java deleted file mode 100644 index 74f8c5a9..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoDetailsVo.java +++ /dev/null @@ -1,91 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierbankinfo; - - -import com.yxt.common.core.vo.Vo; -import com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfoDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoVo.java
- * Class: com.yxt.supervise.customer.api.supplierbankinfo.SupplierBankInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据详情", description = "供应商信息 视图数据详情") -public class SupplierBankInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("营业执照附件") - private String[] businessLicenseFiles; // 营业执照附件 - @ApiModelProperty("第二编码") - private List codeIndex = new ArrayList<>(); // 第二编码 - @ApiModelProperty("合同信息") - private SupplierContractInfoDto contractInfo; // 合同信息 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoDto.java deleted file mode 100644 index 4da9dc13..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoDto.java +++ /dev/null @@ -1,91 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierbankinfo; - - -import com.yxt.common.core.dto.Dto; -import com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfoDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoDto.java
- * Class: com.yxt.supervise.customer.api.supplierbankinfo.SupplierBankInfoDto
- * Description: 供应商信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 数据传输对象", description = "供应商信息 数据传输对象") -public class SupplierBankInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // businessLicenseFiles营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("营业执照附件") - private String[] businessLicenseFiles; // 营业执照附件 - @ApiModelProperty("第二编码") - private List codeIndex = new ArrayList<>(); // 第二编码 - @ApiModelProperty("合同信息") - private SupplierContractInfoDto contractInfo; // 合同信息 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoFeign.java deleted file mode 100644 index 13369925..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierbankinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoFeign.java
- * Class: com.yxt.supervise.customer.api.supplierbankinfo.SupplierBankInfoFeign
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供应商信息") -@FeignClient( - contextId = "supervise-customer-SupplierBankInfo", - name = "supervise-customer", - path = "v1/supplierbankinfo", - fallback = SupplierBankInfoFeignFallback.class) -public interface SupplierBankInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierBankInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoFeignFallback.java deleted file mode 100644 index 405d8756..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierbankinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoFeignFallback.java
- * Class: com.yxt.supervise.customer.api.supplierbankinfo.SupplierBankInfoFeignFallback
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierBankInfoFeignFallback implements SupplierBankInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/supplierbankinfo/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierBankInfoDto dto){ - return ResultBean.fireFail().setMsg("接口supervise/supplierbankinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[]sids){ - return ResultBean.fireFail().setMsg("接口supervise/supplierbankinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/supplierbankinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoQuery.java deleted file mode 100644 index d608a513..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoQuery.java +++ /dev/null @@ -1,80 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierbankinfo; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoQuery.java
- * Class: com.yxt.supervise.customer.api.supplierbankinfo.SupplierBankInfoQuery
- * Description: 供应商信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 查询条件", description = "供应商信息 查询条件") -public class SupplierBankInfoQuery implements Query { - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoVo.java deleted file mode 100644 index def6b20f..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierbankinfo/SupplierBankInfoVo.java +++ /dev/null @@ -1,82 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierbankinfo; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoVo.java
- * Class: com.yxt.supervise.customer.api.supplierbankinfo.SupplierBankInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据对象", description = "供应商信息 视图数据对象") -public class SupplierBankInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfo.java deleted file mode 100644 index e0e0bc6b..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfo.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.suppliercontractinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfo.java
- * Class: com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfo
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息", description = "供应商信息") -@TableName("supplier_contract_info") -public class SupplierContractInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("经办人") - private String handledBy; // 经办人 - @ApiModelProperty("签署组织") - private String signingOrganization; // 签署组织 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoDetailsVo.java deleted file mode 100644 index 2b90ce9c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoDetailsVo.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.suppliercontractinfo; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoVo.java
- * Class: com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据详情", description = "供应商信息 视图数据详情") -public class SupplierContractInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("经办人") - private String handledBy; // 经办人 - @ApiModelProperty("签署组织") - private String signingOrganization; // 签署组织 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoDto.java deleted file mode 100644 index 0e929122..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoDto.java +++ /dev/null @@ -1,71 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.suppliercontractinfo; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoDto.java
- * Class: com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfoDto
- * Description: 供应商信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 数据传输对象", description = "供应商信息 数据传输对象") -public class SupplierContractInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("经办人") - private String handledBy; // 经办人 - @ApiModelProperty("签署组织") - private String signingOrganization; // 签署组织 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - @ApiModelProperty("合同照片") - private String[] contractFiles; // 合同照片 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoFeign.java deleted file mode 100644 index bc82b087..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.suppliercontractinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoFeign.java
- * Class: com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfoFeign
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供应商信息") -@FeignClient( - contextId = "supervise-SupplierContractInfo", - name = "supervise", - path = "v1/suppliercontractinfo", - fallback = SupplierContractInfoFeignFallback.class) -public interface SupplierContractInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierContractInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoFeignFallback.java deleted file mode 100644 index 76a4681b..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.suppliercontractinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoFeignFallback.java
- * Class: com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfoFeignFallback
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierContractInfoFeignFallback implements SupplierContractInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/suppliercontractinfo/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierContractInfoDto dto){ - return ResultBean.fireFail().setMsg("接口supervise/suppliercontractinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise/suppliercontractinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/suppliercontractinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoQuery.java deleted file mode 100644 index 837f6f4f..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoQuery.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.suppliercontractinfo; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoQuery.java
- * Class: com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfoQuery
- * Description: 供应商信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 查询条件", description = "供应商信息 查询条件") -public class SupplierContractInfoQuery implements Query { - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoVo.java deleted file mode 100644 index a4986cf6..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/suppliercontractinfo/SupplierContractInfoVo.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.suppliercontractinfo; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoVo.java
- * Class: com.yxt.supervise.customer.api.suppliercontractinfo.SupplierContractInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据对象", description = "供应商信息 视图数据对象") -public class SupplierContractInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("经办人") - private String handledBy; // 经办人 - @ApiModelProperty("签署组织") - private String signingOrganization; // 签署组织 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndex.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndex.java deleted file mode 100644 index e13dc396..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndex.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierindex; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndex.java
- * Class: com.yxt.supervise.customer.api.supplierindex.SupplierIndex
- * Description: 供货商编码对应表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表", description = "供货商编码对应表") -@TableName("supplier_index") -public class SupplierIndex extends EntityWithId { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexDetailsVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexDetailsVo.java deleted file mode 100644 index 8da47675..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexDetailsVo.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierindex; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexVo.java
- * Class: com.yxt.supervise.customer.api.supplierindex.SupplierIndexVo
- * Description: 供货商编码对应表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表 视图数据详情", description = "供货商编码对应表 视图数据详情") -public class SupplierIndexDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexDto.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexDto.java deleted file mode 100644 index 0f3810fe..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexDto.java +++ /dev/null @@ -1,67 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierindex; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexDto.java
- * Class: com.yxt.supervise.customer.api.supplierindex.SupplierIndexDto
- * Description: 供货商编码对应表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表 数据传输对象", description = "供货商编码对应表 数据传输对象") -public class SupplierIndexDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - @ApiModelProperty("supplierIndexDto") - private List list; // 父类Sid -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexFeign.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexFeign.java deleted file mode 100644 index 6f49fb85..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexFeign.java +++ /dev/null @@ -1,83 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierindex; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexFeign.java
- * Class: com.yxt.supervise.customer.api.supplierindex.SupplierIndexFeign
- * Description: 供货商编码对应表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供货商编码对应表") -@FeignClient( - contextId = "supervise-SupplierIndex", - name = "supervise", - path = "v1/supplierindex", - fallback = SupplierIndexFeignFallback.class) -public interface SupplierIndexFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierIndexDto dto); - @ApiOperation("保存关联供应商信息-验证") - @PostMapping("/verification") - @ResponseBody - public ResultBean verification(@RequestBody SupplierIndexDto dto); - @ApiOperation("保存关联供应商信息-新增保存") - @PostMapping("/verificationSave") - @ResponseBody - public ResultBean verificationSave(@RequestBody SupplierIndexDto dto); - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexFeignFallback.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexFeignFallback.java deleted file mode 100644 index d248bd60..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexFeignFallback.java +++ /dev/null @@ -1,80 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierindex; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexFeignFallback.java
- * Class: com.yxt.supervise.customer.api.supplierindex.SupplierIndexFeignFallback
- * Description: 供货商编码对应表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierIndexFeignFallback implements SupplierIndexFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/supplierindex/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierIndexDto dto){ - return ResultBean.fireFail().setMsg("接口supervise/supplierindex/save无法访问"); - } - - @Override - public ResultBean verification(SupplierIndexDto dto) { - return null; - } - - @Override - public ResultBean verificationSave(SupplierIndexDto dto) { - return null; - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise/supplierindex/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/supplierindex/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexQuery.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexQuery.java deleted file mode 100644 index 0fc2d0a4..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexQuery.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierindex; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexQuery.java
- * Class: com.yxt.supervise.customer.api.supplierindex.SupplierIndexQuery
- * Description: 供货商编码对应表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表 查询条件", description = "供货商编码对应表 查询条件") -public class SupplierIndexQuery implements Query { - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexVo.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexVo.java deleted file mode 100644 index df3bbb0b..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/supplierindex/SupplierIndexVo.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.customer.api.supplierindex; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexVo.java
- * Class: com.yxt.supervise.customer.api.supplierindex.SupplierIndexVo
- * Description: 供货商编码对应表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表 视图数据对象", description = "供货商编码对应表 视图数据对象") -public class SupplierIndexVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/Miniprogram.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/Miniprogram.java deleted file mode 100644 index 4847d535..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/Miniprogram.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.customer.api.wechat; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 13:55 - */ -@Data -public class Miniprogram { - private String appid; - private String pagepath; - -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/Template.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/Template.java deleted file mode 100644 index 8adf43b5..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/Template.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.yxt.supervise.customer.api.wechat; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 14:33 - */ -@Data -public class Template { - private String value; - private String color; - public Template(String value) { - this.value = value; - this.color = "#173177"; - } - - public Template(String value, String color) { - this.value = value; - this.color = color; - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/TemplateData.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/TemplateData.java deleted file mode 100644 index ed03877c..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/TemplateData.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.customer.api.wechat; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 13:46 - */ -@Data -public class TemplateData { - private String value; - private String color; - - public String getValue() { - return value; - } - public void setValue(String value) { - this.value = value; - } - public String getColor() { - return color; - } - public void setColor(String color) { - this.color = color; - } -} diff --git a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/WeChatTemplateMsg.java b/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/WeChatTemplateMsg.java deleted file mode 100644 index 2795c92a..00000000 --- a/yxt_supervise/supervise-customer/supervise-customer-api/src/main/java/com/yxt/supervise/customer/api/wechat/WeChatTemplateMsg.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.yxt.supervise.customer.api.wechat; - -import lombok.Data; - -import java.util.HashMap; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/4/3 13:08 - */ -@Data -public class WeChatTemplateMsg { - private String template_id; - private String touser; - private String url; - - private String client_msg_id; - - Map miniprogram = new HashMap<>(); - - //private Miniprogram miniprogram; - private String topcolor; - private Map data; - - public String getTemplate_id() { - return template_id; - } - public void setTemplate_id(String template_id) { - this.template_id = template_id; - } - public String getTouser() { - return touser; - } - public void setTouser(String touser) { - this.touser = touser; - } - public String getUrl() { - return url; - } - public void setUrl(String url) { - this.url = url; - } - public String getTopcolor() { - return topcolor; - } - public void setTopcolor(String topcolor) { - this.topcolor = topcolor; - } - public Map getData() { - return data; - } - public void setData(Map data) { - this.data = data; - } - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/pom.xml b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/pom.xml deleted file mode 100644 index 7e5a425d..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - com.yxt - yxt-parent - 0.0.1 - - - 4.0.0 - - supervise-dispatchcenter-api - com.yxt.supervise.dispatchcenter - 0.0.1 - - - - com.yxt - yxt-common-core - 0.0.1 - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - org.projectlombok - lombok - true - - - org.hibernate.validator - hibernate-validator - - - - \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTVo.java deleted file mode 100644 index 062767ee..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTVo.java +++ /dev/null @@ -1,63 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchModleTemplateVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate.DispatchModleTemplateVo
- * Description: 模型模板对照 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "模型模板对照DispatchModleTVo 视图数据对象", description = "模型模板对照DispatchModleTVo 视图数据对象") -public class DispatchModleTVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("任务项标准库id") - private String taskid; // 任务项标准库id - @ApiModelProperty("任务项标准库名称") - private String taskname; // 任务项标准库名称 - @ApiModelProperty("任务描述") - private String taskdesc; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplate.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplate.java deleted file mode 100644 index 052daedf..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplate.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchModleTemplate.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate.DispatchModleTemplate
- * Description: 模型模板对照.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "模型模板对照", description = "模型模板对照") -@TableName("dispatch_modle_template") -public class DispatchModleTemplate extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("任务项标准库id") - private String taskid; // 任务项标准库id - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateDetailsVo.java deleted file mode 100644 index 995fefd6..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateDetailsVo.java +++ /dev/null @@ -1,61 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchModleTemplateVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate.DispatchModleTemplateVo
- * Description: 模型模板对照 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "模型模板对照 视图数据详情", description = "模型模板对照 视图数据详情") -public class DispatchModleTemplateDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("任务项标准库id") - private List taskid; // 任务项标准库id - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateDto.java deleted file mode 100644 index 45cc8628..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateDto.java +++ /dev/null @@ -1,61 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchModleTemplateDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate.DispatchModleTemplateDto
- * Description: 模型模板对照 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "模型模板对照 数据传输对象", description = "模型模板对照 数据传输对象") -public class DispatchModleTemplateDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("任务项标准库id") - private List taskid; // 任务项标准库id - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateFeign.java deleted file mode 100644 index 9fdb6081..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateFeign.java +++ /dev/null @@ -1,85 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchModleTemplateFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate.DispatchModleTemplateFeign
- * Description: 模型模板对照.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "模型模板对照") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchModleTemplate", - name = "supervise-dispatchcenter", - path = "v1/dispatchmodletemplate", - fallback = DispatchModleTemplateFeignFallback.class) -public interface DispatchModleTemplateFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchModleTemplateDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - @ApiOperation("根据模板sid删除记录") - @DeleteMapping("/delByTemplateSid") - @ResponseBody - public ResultBean delByTemplateSid(@RequestBody String templateSid); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); - @ApiOperation("根据模板SID获取一条记录") - @GetMapping("/fetchDetailsByTemplateSid/{sid}") - public ResultBean fetchDetailsByTemplateSid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateFeignFallback.java deleted file mode 100644 index 5021e8c7..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateFeignFallback.java +++ /dev/null @@ -1,82 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchModleTemplateFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate.DispatchModleTemplateFeignFallback
- * Description: 模型模板对照.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchModleTemplateFeignFallback implements DispatchModleTemplateFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchmodletemplate/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchModleTemplateDto dto){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchmodletemplate/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchmodletemplate/delBySids无法访问"); - } - - @Override - public ResultBean delByTemplateSid(String templateSid) { - return null; - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchmodletemplate/fetchDetailsBySid无法访问"); - } - - @Override - public ResultBean fetchDetailsByTemplateSid(String sid) { - return null; - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateQuery.java deleted file mode 100644 index a9322a10..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateQuery.java +++ /dev/null @@ -1,57 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchModleTemplateQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate.DispatchModleTemplateQuery
- * Description: 模型模板对照 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "模型模板对照 查询条件", description = "模型模板对照 查询条件") -public class DispatchModleTemplateQuery implements Query { - - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("任务项标准库id") - private String taskid; // 任务项标准库id - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateVo.java deleted file mode 100644 index d071b562..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchmodletemplate/DispatchModleTemplateVo.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchModleTemplateVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchmodletemplate.DispatchModleTemplateVo
- * Description: 模型模板对照 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "模型模板对照 视图数据对象", description = "模型模板对照 视图数据对象") -public class DispatchModleTemplateVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("任务项标准库id") - private List taskid; // 任务项标准库id - - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarm.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarm.java deleted file mode 100644 index ff2cfce7..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarm.java +++ /dev/null @@ -1,91 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarm; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarm.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarm.DispatchOpmAlarm
- * Description: (运维告警信息主表).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表)", description = "(运维告警信息主表)") -@TableName("dispatch_opm_alarm") -public class DispatchOpmAlarm extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("首次告警时间") - private String firsttime; // 首次告警时间 - @ApiModelProperty("最后告警时间") - private String lasttime; // 最后告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmDetailsVo.java deleted file mode 100644 index 8d89f06b..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmDetailsVo.java +++ /dev/null @@ -1,92 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarm; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarm.DispatchOpmAlarmVo
- * Description: (运维告警信息主表) 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 视图数据详情", description = "(运维告警信息主表) 视图数据详情") -public class DispatchOpmAlarmDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("首次告警时间") - private String firsttime; // 首次告警时间 - @ApiModelProperty("最后告警时间") - private String lasttime; // 最后告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmDto.java deleted file mode 100644 index a95b4b22..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmDto.java +++ /dev/null @@ -1,92 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarm; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarm.DispatchOpmAlarmDto
- * Description: (运维告警信息主表) 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 数据传输对象", description = "(运维告警信息主表) 数据传输对象") -public class DispatchOpmAlarmDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("首次告警时间") - private String firsttime; // 首次告警时间 - @ApiModelProperty("最后告警时间") - private String lasttime; // 最后告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmFeign.java deleted file mode 100644 index 56ea781d..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmFeign.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarm; - -import com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfoDto; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarm.DispatchOpmAlarmFeign
- * Description: (运维告警信息主表).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "(运维告警信息主表)") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchOpmAlarm", - name = "supervise-dispatchcenter", - path = "v1/dispatchopmalarm", - fallback = DispatchOpmAlarmFeignFallback.class) -public interface DispatchOpmAlarmFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchOpmAlarmDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmFeignFallback.java deleted file mode 100644 index b65216e1..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmFeignFallback.java +++ /dev/null @@ -1,73 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarm; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfoDto; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarm.DispatchOpmAlarmFeignFallback
- * Description: (运维告警信息主表).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchOpmAlarmFeignFallback implements DispatchOpmAlarmFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_dispatchcenter/dispatchopmalarm/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchOpmAlarmDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_dispatchcenter/dispatchopmalarm/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_dispatchcenter/dispatchopmalarm/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_dispatchcenter/dispatchopmalarm/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmQuery.java deleted file mode 100644 index e3dd8001..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmQuery.java +++ /dev/null @@ -1,90 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarm; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarm.DispatchOpmAlarmQuery
- * Description: (运维告警信息主表) 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 查询条件", description = "(运维告警信息主表) 查询条件") -public class DispatchOpmAlarmQuery implements Query { - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("首次告警时间") - private String firsttime; // 首次告警时间 - @ApiModelProperty("最后告警时间") - private String lasttime; // 最后告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmVo.java deleted file mode 100644 index ee413125..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarm/DispatchOpmAlarmVo.java +++ /dev/null @@ -1,92 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarm; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarm.DispatchOpmAlarmVo
- * Description: (运维告警信息主表) 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 视图数据对象", description = "(运维告警信息主表) 视图数据对象") -public class DispatchOpmAlarmVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("首次告警时间") - private String firsttime; // 首次告警时间 - @ApiModelProperty("最后告警时间") - private String lasttime; // 最后告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHis.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHis.java deleted file mode 100644 index 1e07b4b1..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHis.java +++ /dev/null @@ -1,89 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmHis.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis.DispatchOpmAlarmHis
- * Description: (运维告警信息主表) 历史表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 历史表", description = "(运维告警信息主表) 历史表") -@TableName("dispatch_opm_alarm_his") -public class DispatchOpmAlarmHis extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("告警时间") - private String firsttime; // 告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisDetailsVo.java deleted file mode 100644 index 68ae8dd0..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisDetailsVo.java +++ /dev/null @@ -1,90 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmHisVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis.DispatchOpmAlarmHisVo
- * Description: (运维告警信息主表) 历史表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 历史表 视图数据详情", description = "(运维告警信息主表) 历史表 视图数据详情") -public class DispatchOpmAlarmHisDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("告警时间") - private String firsttime; // 告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisDto.java deleted file mode 100644 index 9ca86a97..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisDto.java +++ /dev/null @@ -1,90 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmHisDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis.DispatchOpmAlarmHisDto
- * Description: (运维告警信息主表) 历史表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 历史表 数据传输对象", description = "(运维告警信息主表) 历史表 数据传输对象") -public class DispatchOpmAlarmHisDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("告警时间") - private String firsttime; // 告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisFeign.java deleted file mode 100644 index 3c8a57bb..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmHisFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis.DispatchOpmAlarmHisFeign
- * Description: (运维告警信息主表) 历史表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "(运维告警信息主表) 历史表") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchOpmAlarmHis", - name = "supervise-dispatchcenter", - path = "v1/dispatchopmalarmhis", - fallback = DispatchOpmAlarmHisFeignFallback.class) -public interface DispatchOpmAlarmHisFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchOpmAlarmHisDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisFeignFallback.java deleted file mode 100644 index 709a9b02..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmHisFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis.DispatchOpmAlarmHisFeignFallback
- * Description: (运维告警信息主表) 历史表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchOpmAlarmHisFeignFallback implements DispatchOpmAlarmHisFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_dispatchcenter/dispatchopmalarmhis/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchOpmAlarmHisDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_dispatchcenter/dispatchopmalarmhis/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_dispatchcenter/dispatchopmalarmhis/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_dispatchcenter/dispatchopmalarmhis/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisQuery.java deleted file mode 100644 index 7681bce0..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisQuery.java +++ /dev/null @@ -1,88 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmHisQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis.DispatchOpmAlarmHisQuery
- * Description: (运维告警信息主表) 历史表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 历史表 查询条件", description = "(运维告警信息主表) 历史表 查询条件") -public class DispatchOpmAlarmHisQuery implements Query { - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("告警时间") - private String firsttime; // 告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisVo.java deleted file mode 100644 index ad2bce53..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchopmalarmhis/DispatchOpmAlarmHisVo.java +++ /dev/null @@ -1,90 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchOpmAlarmHisVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchopmalarmhis.DispatchOpmAlarmHisVo
- * Description: (运维告警信息主表) 历史表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 22:20:04
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维告警信息主表) 历史表 视图数据对象", description = "(运维告警信息主表) 历史表 视图数据对象") -public class DispatchOpmAlarmHisVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("告警1一级、2二级") - private String warnlevel; // 告警1一级、2二级 - @ApiModelProperty("告警说明") - private String warnremarks; // 告警说明 - @ApiModelProperty("告警时间") - private String firsttime; // 告警时间 - @ApiModelProperty("告警类型") - private String alarmtype; // 告警类型 - @ApiModelProperty("1待处理、2已处理、3处理中、4忽略处理") - private String operationstatus; // 1待处理、2已处理、3处理中、4忽略处理 - @ApiModelProperty("处理说明") - private String operationcontent; // 处理说明 - @ApiModelProperty("处理人") - private String operationuser; // 处理人 - @ApiModelProperty("处理人名称") - private String operationuserrname; // 处理人名称 - @ApiModelProperty("处理时间") - private String operationtime; // 处理时间 - @ApiModelProperty("告警对象监测点") - private String warnobjectmpsn; // 告警对象监测点 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("告警设备id") - private String warneterid; // 告警设备id - @ApiModelProperty("告警内容") - private String alarmcontent; // 告警内容 - @ApiModelProperty("告警原因") - private String alarmreason; // 告警原因 -// @ApiModelProperty("告警1一级、2二级key") -// private String warnlevelkey; - @ApiModelProperty("告警类型key") - private String alarmtypekey; - @ApiModelProperty("客户标识") - private String custname; - @ApiModelProperty("告警1一级、2二级value") - private String warnlevelvalue="一级"; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfo.java deleted file mode 100644 index cd363662..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfo.java +++ /dev/null @@ -1,86 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchOrderinfo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfo
- * Description: 汇总工单数据.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "汇总工单数据", description = "汇总工单数据") -@TableName("dispatch_orderinfo") -public class DispatchOrderinfo extends BaseEntity { - private static final long serialVersionUID = 1L; - @ApiModelProperty("客户ID") - private String custid; // 客户ID - @ApiModelProperty("客户名称") - private String custname; // 客户名称 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("用法说明:工单编号规则。") - private String orderno; // 用法说明:工单编号规则。 - @ApiModelProperty("工单名称") - private String ordername; // 工单名称 - @ApiModelProperty("描述:1-一般;2-重要; 3-紧急;4-督办。") - private String orderdegree; // 描述:1-一般;2-重要; 3-紧急;4-督办。 - @ApiModelProperty("描述:1-计划巡视;") - private Integer ordertype; // 描述:1-计划巡视; - @ApiModelProperty("工单内容") - private String ordercontent; // 工单内容 - @ApiModelProperty("到达现场时间") - private String arrivetime; // 到达现场时间 - @ApiModelProperty("完成时间") - private String planfinishtime; // 完成时间 - @ApiModelProperty("处理情况") - private String operationcontent; // 处理情况 - @ApiModelProperty("现场联系人") - private String receiveperson; // 现场联系人 - @ApiModelProperty("现场联系人电话") - private String receivetel; // 现场联系人电话 - @ApiModelProperty("描述(数据字典):1-一般;2-重要; 3-紧急;4-督办。key") - private String orderdegreekey; - @ApiModelProperty("描述(数据字典):1-计划巡视,专项巡视、告警巡视;key") - private String ordertypekey; - @ApiModelProperty("告警信息的id") - private String alarmid; - @ApiModelProperty("模板sid") - private String templatesid; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoDetailsVo.java deleted file mode 100644 index c2815019..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoDetailsVo.java +++ /dev/null @@ -1,86 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderinfo; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchOrderinfoVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfoVo
- * Description: 汇总工单数据 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "汇总工单数据 视图数据详情", description = "汇总工单数据 视图数据详情") -public class DispatchOrderinfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("客户ID") - private String custid; // 客户ID - @ApiModelProperty("客户名称") - private String custname; // 客户名称 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("用法说明:工单编号规则。") - private String orderno; // 用法说明:工单编号规则。 - @ApiModelProperty("工单名称") - private String ordername; // 工单名称 - @ApiModelProperty("描述:1-一般;2-重要; 3-紧急;4-督办。") - private String orderdegree; // 描述:1-一般;2-重要; 3-紧急;4-督办。 - @ApiModelProperty("描述:1-计划巡视;") - private Integer ordertype; // 描述:1-计划巡视; - @ApiModelProperty("工单内容") - private String ordercontent; // 工单内容 - @ApiModelProperty("到达现场时间") - private String arrivetime; // 到达现场时间 - @ApiModelProperty("完成时间") - private String planfinishtime; // 完成时间 - @ApiModelProperty("处理情况") - private String operationcontent; // 处理情况 - @ApiModelProperty("现场联系人") - private String receiveperson; // 现场联系人 - @ApiModelProperty("现场联系人电话") - private String receivetel; // 现场联系人电话 - @ApiModelProperty("描述(数据字典):1-一般;2-重要; 3-紧急;4-督办。key") - private String orderdegreekey; - @ApiModelProperty("描述(数据字典):1-计划巡视,专项巡视、告警巡视;key") - private String ordertypekey; - @ApiModelProperty("模板sid") - private String templatesid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoDto.java deleted file mode 100644 index 2187ed4d..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoDto.java +++ /dev/null @@ -1,93 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderinfo; - - -import com.yxt.common.core.dto.Dto; - -import com.yxt.supervise.dispatchcenter.api.dispatchworker.DispatchWorkerDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchOrderinfoDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfoDto
- * Description: 汇总工单数据 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "汇总工单数据 数据传输对象", description = "汇总工单数据 数据传输对象") -public class DispatchOrderinfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("客户ID") - private String custid; // 客户ID - @ApiModelProperty("客户名称") - private String custname; // 客户名称 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("用法说明:工单编号规则。") - private String orderno; // 用法说明:工单编号规则。 - @ApiModelProperty("工单名称") - private String ordername; // 工单名称 - @ApiModelProperty("描述:1-一般;2-重要; 3-紧急;4-督办。") - private String orderdegree; // 描述:1-一般;2-重要; 3-紧急;4-督办。 - @ApiModelProperty("描述:1-计划巡视;") - private String ordertype; // 描述:1-计划巡视; - @ApiModelProperty("工单内容") - private String ordercontent; // 工单内容 - @ApiModelProperty("到达现场时间") - private String arrivetime; // 到达现场时间 - @ApiModelProperty("完成时间") - private String planfinishtime; // 完成时间 - @ApiModelProperty("处理情况") - private String operationcontent; // 处理情况 - @ApiModelProperty("现场联系人") - private String receiveperson; // 现场联系人 - @ApiModelProperty("现场联系人电话") - private String receivetel; // 现场联系人电话 - @ApiModelProperty("模板sid") - private String templatesid; // templatesid - @ApiModelProperty("描述(数据字典):1-一般;2-重要; 3-紧急;4-督办。key") - private String orderdegreekey; - @ApiModelProperty("描述(数据字典):1-计划巡视,专项巡视、告警巡视;key") - private String ordertypekey; - @ApiModelProperty("告警信息的id") - private String alarmid; - @ApiModelProperty("运维人员信息") - private List workers; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoFeign.java deleted file mode 100644 index 5e83c928..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchOrderinfoFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfoFeign
- * Description: 汇总工单数据.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "汇总工单数据") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchOrderinfo", - name = "supervise-dispatchcenter", - path = "v1/dispatchorderinfo", - fallback = DispatchOrderinfoFeignFallback.class) -public interface DispatchOrderinfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchOrderinfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoFeignFallback.java deleted file mode 100644 index 1ea1ad7e..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchOrderinfoFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfoFeignFallback
- * Description: 汇总工单数据.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchOrderinfoFeignFallback implements DispatchOrderinfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchorderinfo/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchOrderinfoDto dto){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchorderinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchorderinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchorderinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoQuery.java deleted file mode 100644 index 2ddc1a1a..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoQuery.java +++ /dev/null @@ -1,92 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderinfo; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchOrderinfoQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfoQuery
- * Description: 汇总工单数据 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "汇总工单数据 查询条件", description = "汇总工单数据 查询条件") -public class DispatchOrderinfoQuery implements Query { - - @ApiModelProperty("客户ID") - private String custid; // 客户ID - @ApiModelProperty("客户名称") - private String custname; // 客户名称 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("用法说明:工单编号规则。") - private String orderno; // 用法说明:工单编号规则。 - @ApiModelProperty("工单名称") - private String ordername; // 工单名称 - @ApiModelProperty("描述:1-一般;2-重要; 3-紧急;4-督办。") - private String orderdegree; // 描述:1-一般;2-重要; 3-紧急;4-督办。 - @ApiModelProperty("描述:1-计划巡视;") - private String ordertype; // 描述:1-计划巡视; - @ApiModelProperty("工单内容") - private String ordercontent; // 工单内容 - @ApiModelProperty("到达现场时间") - private String arrivetime; // 到达现场时间 - @ApiModelProperty("到达现场时间结束") - private String arrivetimeEnd; // 到达现场时间 - @ApiModelProperty("到达现场时间开始") - private String arrivetimeStart; // 到达现场时间 - @ApiModelProperty("完成时间") - private String planfinishtime; // 完成时间 - @ApiModelProperty("完成时间开始") - private String planfinishtimeStart; // 完成时间 - @ApiModelProperty("完成时间结束") - private String planfinishtimeEnd; // 完成时间 - @ApiModelProperty("处理情况") - private String operationcontent; // 处理情况 - @ApiModelProperty("现场联系人") - private String receiveperson; // 现场联系人 - @ApiModelProperty("现场联系人电话") - private String receivetel; // 现场联系人电话 - @ApiModelProperty("描述(数据字典):1-一般;2-重要; 3-紧急;4-督办。key") - private String orderdegreekey; - @ApiModelProperty("描述(数据字典):1-计划巡视,专项巡视、告警巡视;key") - private String ordertypekey; - @ApiModelProperty("模板sid") - private String templatesid; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoVo.java deleted file mode 100644 index 35e4cb16..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderinfo/DispatchOrderinfoVo.java +++ /dev/null @@ -1,86 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderinfo; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchOrderinfoVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchorderinfo.DispatchOrderinfoVo
- * Description: 汇总工单数据 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "汇总工单数据 视图数据对象", description = "汇总工单数据 视图数据对象") -public class DispatchOrderinfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("客户ID") - private String custid; // 客户ID - @ApiModelProperty("客户名称") - private String custname; // 客户名称 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("用法说明:工单编号规则。") - private String orderno; // 用法说明:工单编号规则。 - @ApiModelProperty("工单名称") - private String ordername; // 工单名称 - @ApiModelProperty("描述:1-一般;2-重要; 3-紧急;4-督办。") - private String orderdegree; // 描述:1-一般;2-重要; 3-紧急;4-督办。 - @ApiModelProperty("描述:1-计划巡视;") - private Integer ordertype; // 描述:1-计划巡视; - @ApiModelProperty("工单内容") - private String ordercontent; // 工单内容 - @ApiModelProperty("到达现场时间") - private String arrivetime; // 到达现场时间 - @ApiModelProperty("完成时间") - private String planfinishtime; // 完成时间 - @ApiModelProperty("处理情况") - private String operationcontent; // 处理情况 - @ApiModelProperty("现场联系人") - private String receiveperson; // 现场联系人 - @ApiModelProperty("现场联系人电话") - private String receivetel; // 现场联系人电话 - @ApiModelProperty("描述(数据字典):1-一般;2-重要; 3-紧急;4-督办。key") - private String orderdegreekey; - @ApiModelProperty("描述(数据字典):1-计划巡视,专项巡视、告警巡视;key") - private String ordertypekey; - @ApiModelProperty("模板sid") - private String templatesid; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandards.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandards.java deleted file mode 100644 index 0c2df525..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandards.java +++ /dev/null @@ -1,75 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderstandards; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandards.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandards
- * Description: 订单关联的标准的任务项.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "订单关联的标准的任务项", description = "订单关联的标准的任务项") -@TableName("dispatch_order_standards") -public class DispatchOrderStandards extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类(数据字典)value") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务项分类(数据字典)key") - private String tasktypekey; - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(数据字典1选项 2图片 3文字)value") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("反馈形式(数据字典1选项 2图片 3文字)key") - private String taskreturnkey; - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("订单id") - private String ordersid; - @ApiModelProperty("反馈内容") - private String taskvalue; - @ApiModelProperty("模板sid") - private String templatesid; - @ApiModelProperty("标准任务id") - private String tasksid; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsDetailsVo.java deleted file mode 100644 index 9b49445b..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsDetailsVo.java +++ /dev/null @@ -1,75 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderstandards; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsVo
- * Description: 订单关联的标准的任务项 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "订单关联的标准的任务项 视图数据详情", description = "订单关联的标准的任务项 视图数据详情") -public class DispatchOrderStandardsDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("订单id") - private String ordersid; - @ApiModelProperty("反馈内容") - private String taskvalue; - @ApiModelProperty("模板sid") - private String templatesid; - @ApiModelProperty("标准任务id") - private String tasksid; - @ApiModelProperty("任务项分类(数据字典)key") - private String tasktypekey; - @ApiModelProperty("反馈形式(数据字典1选项 2图片 3文字)key") - private String taskreturnkey; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsDto.java deleted file mode 100644 index bec7144c..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsDto.java +++ /dev/null @@ -1,75 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderstandards; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsDto
- * Description: 订单关联的标准的任务项 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "订单关联的标准的任务项 数据传输对象", description = "订单关联的标准的任务项 数据传输对象") -public class DispatchOrderStandardsDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("订单id") - private String ordersid; - @ApiModelProperty("反馈内容") - private String taskvalue; - @ApiModelProperty("模板sid") - private String templatesid; - @ApiModelProperty("标准任务id") - private String tasksid; - @ApiModelProperty("任务项分类(数据字典)key") - private String tasktypekey; - @ApiModelProperty("反馈形式(数据字典1选项 2图片 3文字)key") - private String taskreturnkey; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsFeign.java deleted file mode 100644 index 3b180b7b..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderstandards; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsFeign
- * Description: 订单关联的标准的任务项.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "订单关联的标准的任务项") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchOrderStandards", - name = "supervise-dispatchcenter", - path = "v1/dispatchorderstandards", - fallback = DispatchOrderStandardsFeignFallback.class) -public interface DispatchOrderStandardsFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchOrderStandardsDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsFeignFallback.java deleted file mode 100644 index a90a5002..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderstandards; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsFeignFallback
- * Description: 订单关联的标准的任务项.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchOrderStandardsFeignFallback implements DispatchOrderStandardsFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchstandards/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchOrderStandardsDto dto){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchstandards/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchstandards/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchstandards/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsQuery.java deleted file mode 100644 index bd447349..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsQuery.java +++ /dev/null @@ -1,73 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderstandards; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsQuery
- * Description: 订单关联的标准的任务项 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "订单关联的标准的任务项 查询条件", description = "订单关联的标准的任务项 查询条件") -public class DispatchOrderStandardsQuery implements Query { - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("订单id") - private String ordersid; - @ApiModelProperty("反馈内容") - private String taskvalue; - @ApiModelProperty("模板sid") - private String templatesid; - @ApiModelProperty("标准任务id") - private String tasksid; - @ApiModelProperty("任务项分类(数据字典)key") - private String tasktypekey; - @ApiModelProperty("反馈形式(数据字典1选项 2图片 3文字)key") - private String taskreturnkey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsVo.java deleted file mode 100644 index 643fb65f..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchorderstandards/DispatchOrderStandardsVo.java +++ /dev/null @@ -1,75 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchorderstandards; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsVo
- * Description: 订单关联的标准的任务项 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "订单关联的标准的任务项 视图数据对象", description = "订单关联的标准的任务项 视图数据对象") -public class DispatchOrderStandardsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("订单id") - private String ordersid; - @ApiModelProperty("反馈内容") - private String taskvalue; - @ApiModelProperty("模板sid") - private String templatesid; - @ApiModelProperty("标准任务id") - private String tasksid; - @ApiModelProperty("任务项分类(数据字典)key") - private String tasktypekey; - @ApiModelProperty("反馈形式(数据字典1选项 2图片 3文字)key") - private String taskreturnkey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModle.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModle.java deleted file mode 100644 index 0f186e91..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModle.java +++ /dev/null @@ -1,60 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolModle.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle.DispatchPatrolModle
- * Description: 巡视任务模型,工单和模型之间的关联关系.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "巡视任务模型,工单和模型之间的关联关系", description = "巡视任务模型,工单和模型之间的关联关系") -@TableName("dispatch_patrol_modle") -public class DispatchPatrolModle extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("模型id") - private String modleid; // 模型id - @ApiModelProperty("工单id(与工单表一致)") - private String orderid; // 工单id(与工单表一致) - @ApiModelProperty("模型名称") - private String modlename; // 模型名称 - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleDetailsVo.java deleted file mode 100644 index 7ac933f6..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleDetailsVo.java +++ /dev/null @@ -1,61 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolModleVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle.DispatchPatrolModleVo
- * Description: 巡视任务模型,工单和模型之间的关联关系 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "巡视任务模型,工单和模型之间的关联关系 视图数据详情", description = "巡视任务模型,工单和模型之间的关联关系 视图数据详情") -public class DispatchPatrolModleDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("模型id") - private String modleid; // 模型id - @ApiModelProperty("工单id(与工单表一致)") - private String orderid; // 工单id(与工单表一致) - @ApiModelProperty("模型名称") - private String modlename; // 模型名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleDto.java deleted file mode 100644 index ee715eac..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleDto.java +++ /dev/null @@ -1,61 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolModleDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle.DispatchPatrolModleDto
- * Description: 巡视任务模型,工单和模型之间的关联关系 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "巡视任务模型,工单和模型之间的关联关系 数据传输对象", description = "巡视任务模型,工单和模型之间的关联关系 数据传输对象") -public class DispatchPatrolModleDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("模型id") - private String modleid; // 模型id - @ApiModelProperty("工单id(与工单表一致)") - private String orderid; // 工单id(与工单表一致) - @ApiModelProperty("模型名称") - private String modlename; // 模型名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleFeign.java deleted file mode 100644 index 42067d4d..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolModleFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle.DispatchPatrolModleFeign
- * Description: 巡视任务模型,工单和模型之间的关联关系.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "巡视任务模型,工单和模型之间的关联关系") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchPatrolModle", - name = "supervise-dispatchcenter", - path = "v1/dispatchpatrolmodle", - fallback = DispatchPatrolModleFeignFallback.class) -public interface DispatchPatrolModleFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchPatrolModleDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleFeignFallback.java deleted file mode 100644 index b9627065..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolModleFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle.DispatchPatrolModleFeignFallback
- * Description: 巡视任务模型,工单和模型之间的关联关系.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchPatrolModleFeignFallback implements DispatchPatrolModleFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchpatrolmodle/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchPatrolModleDto dto){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchpatrolmodle/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchpatrolmodle/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchpatrolmodle/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleQuery.java deleted file mode 100644 index 4b5ea7cd..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleQuery.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolModleQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle.DispatchPatrolModleQuery
- * Description: 巡视任务模型,工单和模型之间的关联关系 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "巡视任务模型,工单和模型之间的关联关系 查询条件", description = "巡视任务模型,工单和模型之间的关联关系 查询条件") -public class DispatchPatrolModleQuery implements Query { - - @ApiModelProperty("模型id") - private String modleid; // 模型id - @ApiModelProperty("工单id(与工单表一致)") - private String orderid; // 工单id(与工单表一致) - @ApiModelProperty("模型名称") - private String modlename; // 模型名称 - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleVo.java deleted file mode 100644 index ef1fb8ec..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolmodle/DispatchPatrolModleVo.java +++ /dev/null @@ -1,61 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolModleVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolmodle.DispatchPatrolModleVo
- * Description: 巡视任务模型,工单和模型之间的关联关系 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "巡视任务模型,工单和模型之间的关联关系 视图数据对象", description = "巡视任务模型,工单和模型之间的关联关系 视图数据对象") -public class DispatchPatrolModleVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("模型id") - private String modleid; // 模型id - @ApiModelProperty("工单id(与工单表一致)") - private String orderid; // 工单id(与工单表一致) - @ApiModelProperty("模型名称") - private String modlename; // 模型名称 - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlan.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlan.java deleted file mode 100644 index 65fe4967..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlan.java +++ /dev/null @@ -1,85 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolPlan.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan.DispatchPatrolPlan
- * Description: (巡视计划包含客户信息、仓库等).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(巡视计划包含客户信息、仓库等)", description = "(巡视计划包含客户信息、仓库等)") -@TableName("dispatch_patrol_plan") -public class DispatchPatrolPlan extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("计划名称") - private String planname; // 计划名称 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("客户名称") - private String custname; // 客户标识 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("1计划巡视、2专项巡视") - private String patroltype; // 1计划巡视、2专项巡视 - @ApiModelProperty("计划开始日期") - private String startdate; // 计划开始日期 - @ApiModelProperty("计划结束日期") - private String enddate; // 计划结束日期 - @ApiModelProperty("用户联系人") - private String contactperson; // 用户联系人 - @ApiModelProperty("用户联系人电话") - private String contactphone; // 用户联系人电话 - @ApiModelProperty("计划编号") - private String planno; // 计划编号 - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("周期类型(固定间隔周期)") - private String cycletype; // 周期类型(固定间隔周期) - @ApiModelProperty("巡检周期") - private String cycle; // 巡检周期 - @ApiModelProperty("周期值") - private String cyclevalue; // 周期值 - @ApiModelProperty("1计划巡视、2专项巡视 key") - private String patroltypekey; - @ApiModelProperty("周期类型(固定间隔周期)日、月 key") - private String cycletypekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanDetailsVo.java deleted file mode 100644 index 92378a5f..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanDetailsVo.java +++ /dev/null @@ -1,87 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolPlanVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan.DispatchPatrolPlanVo
- * Description: (巡视计划包含客户信息、仓库等) 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(巡视计划包含客户信息、仓库等) 视图数据详情", description = "(巡视计划包含客户信息、仓库等) 视图数据详情") -public class DispatchPatrolPlanDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("计划名称") - private String planname; // 计划名称 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("客户名称") - private String custname; // 客户标识 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("1计划巡视、2专项巡视") - private String patroltype; // 1计划巡视、2专项巡视 - @ApiModelProperty("计划开始日期") - private String startdate; // 计划开始日期 - @ApiModelProperty("计划结束日期") - private String enddate; // 计划结束日期 - @ApiModelProperty("用户联系人") - private String contactperson; // 用户联系人 - @ApiModelProperty("用户联系人电话") - private String contactphone; // 用户联系人电话 - @ApiModelProperty("计划编号") - private String planno; // 计划编号 - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("周期类型(固定间隔周期)") - private String cycletype; // 周期类型(固定间隔周期) - @ApiModelProperty("巡检周期") - private String cycle; // 巡检周期 - @ApiModelProperty("周期值") - private String cyclevalue; // 周期值 - @ApiModelProperty("1计划巡视、2专项巡视 key") - private String patroltypekey; - @ApiModelProperty("周期类型(固定间隔周期)日、月 key") - private String cycletypekey; - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanDto.java deleted file mode 100644 index c93d05be..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanDto.java +++ /dev/null @@ -1,91 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan; - - -import com.yxt.common.core.dto.Dto; - -import com.yxt.supervise.dispatchcenter.api.dispatchplanworker.DispatchPlanWorkerDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolPlanDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan.DispatchPatrolPlanDto
- * Description: (巡视计划包含客户信息、仓库等) 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(巡视计划包含客户信息、仓库等) 数据传输对象", description = "(巡视计划包含客户信息、仓库等) 数据传输对象") -public class DispatchPatrolPlanDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("计划名称") - private String planname; // 计划名称 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("客户名称") - private String custname; // 客户标识 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("1计划巡视、2专项巡视") - private String patroltype; // 1计划巡视、2专项巡视 - @ApiModelProperty("计划开始日期") - private String startdate; // 计划开始日期 - @ApiModelProperty("计划结束日期") - private String enddate; // 计划结束日期 - @ApiModelProperty("用户联系人") - private String contactperson; // 用户联系人 - @ApiModelProperty("用户联系人电话") - private String contactphone; // 用户联系人电话 - @ApiModelProperty("计划编号") - private String planno; // 计划编号 - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("周期类型(固定间隔周期)") - private String cycletype; // 周期类型(固定间隔周期) - @ApiModelProperty("巡检周期") - private String cycle; // 巡检周期 - @ApiModelProperty("周期值") - private String cyclevalue; // 周期值 - @ApiModelProperty("1计划巡视、2专项巡视 key") - private String patroltypekey; - @ApiModelProperty("周期类型(固定间隔周期)日、月 key") - private String cycletypekey; - @ApiModelProperty("计划中的运维人员列表") - private List workers; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanFeign.java deleted file mode 100644 index 5f6e5869..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolPlanFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan.DispatchPatrolPlanFeign
- * Description: (巡视计划包含客户信息、仓库等).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "(巡视计划包含客户信息、仓库等)") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchPatrolPlan", - name = "supervise-dispatchcenter", - path = "v1/dispatchpatrolplan", - fallback = DispatchPatrolPlanFeignFallback.class) -public interface DispatchPatrolPlanFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchPatrolPlanDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanFeignFallback.java deleted file mode 100644 index b96fd104..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolPlanFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan.DispatchPatrolPlanFeignFallback
- * Description: (巡视计划包含客户信息、仓库等).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchPatrolPlanFeignFallback implements DispatchPatrolPlanFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchpatrolplan/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchPatrolPlanDto dto){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchpatrolplan/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchpatrolplan/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchpatrolplan/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanQuery.java deleted file mode 100644 index 456c8dae..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanQuery.java +++ /dev/null @@ -1,82 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolPlanQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan.DispatchPatrolPlanQuery
- * Description: (巡视计划包含客户信息、仓库等) 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(巡视计划包含客户信息、仓库等) 查询条件", description = "(巡视计划包含客户信息、仓库等) 查询条件") -public class DispatchPatrolPlanQuery implements Query { - - @ApiModelProperty("计划名称") - private String planname; // 计划名称 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("1计划巡视、2专项巡视") - private String patroltype; // 1计划巡视、2专项巡视 - @ApiModelProperty("计划开始日期") - private String startdate; // 计划开始日期 - @ApiModelProperty("计划结束日期") - private String enddate; // 计划结束日期 - @ApiModelProperty("用户联系人") - private String contactperson; // 用户联系人 - @ApiModelProperty("用户联系人电话") - private String contactphone; // 用户联系人电话 - @ApiModelProperty("计划编号") - private String planno; // 计划编号 - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("周期类型(固定间隔周期)") - private String cycletype; // 周期类型(固定间隔周期) - @ApiModelProperty("巡检周期") - private String cycle; // 巡检周期 - @ApiModelProperty("周期值") - private String cyclevalue; // 周期值 - @ApiModelProperty("1计划巡视、2专项巡视 key") - private String patroltypekey; - @ApiModelProperty("周期类型(固定间隔周期)日、月 key") - private String cycletypekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanVo.java deleted file mode 100644 index 7af09570..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchpatrolplan/DispatchPatrolPlanVo.java +++ /dev/null @@ -1,86 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchPatrolPlanVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchpatrolplan.DispatchPatrolPlanVo
- * Description: (巡视计划包含客户信息、仓库等) 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(巡视计划包含客户信息、仓库等) 视图数据对象", description = "(巡视计划包含客户信息、仓库等) 视图数据对象") -public class DispatchPatrolPlanVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("计划名称") - private String planname; // 计划名称 - @ApiModelProperty("客户标识") - private String custid; // 客户标识 - @ApiModelProperty("客户名称") - private String custname; // 客户标识 - @ApiModelProperty("监管公司id") - private String supervisesid; // 监管公司id - @ApiModelProperty("1计划巡视、2专项巡视") - private String patroltype; // 1计划巡视、2专项巡视 - @ApiModelProperty("计划开始日期") - private String startdate; // 计划开始日期 - @ApiModelProperty("计划结束日期") - private String enddate; // 计划结束日期 - @ApiModelProperty("用户联系人") - private String contactperson; // 用户联系人 - @ApiModelProperty("用户联系人电话") - private String contactphone; // 用户联系人电话 - @ApiModelProperty("计划编号") - private String planno; // 计划编号 - @ApiModelProperty("模板id") - private String templateid; // 模板id - @ApiModelProperty("周期类型(固定间隔周期)") - private String cycletype; // 周期类型(固定间隔周期) - @ApiModelProperty("巡检周期") - private String cycle; // 巡检周期 - @ApiModelProperty("周期值") - private String cyclevalue; // 周期值 - @ApiModelProperty("1计划巡视、2专项巡视 key") - private String patroltypekey; - @ApiModelProperty("周期类型(固定间隔周期)日、月 key") - private String cycletypekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorker.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorker.java deleted file mode 100644 index 3551d6aa..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorker.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchplanworker; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchPlanWorker.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchplanworker.DispatchPlanWorker
- * Description: 计划运维人员情况.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 21:49:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "计划运维人员情况", description = "计划运维人员情况") -@TableName("dispatch_plan_worker") -public class DispatchPlanWorker extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("计划id") - private String planid; // 计划id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; // 是否负责人key - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; // 响应状态(接受、拒绝)key - @ApiModelProperty("班组组织。id") - private String workteamid; // 班组组织。id - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerDetailsVo.java deleted file mode 100644 index 1f4f473a..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerDetailsVo.java +++ /dev/null @@ -1,77 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchplanworker; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchPlanWorkerVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchplanworker.DispatchPlanWorkerVo
- * Description: 计划运维人员情况 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 21:49:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "计划运维人员情况 视图数据详情", description = "计划运维人员情况 视图数据详情") -public class DispatchPlanWorkerDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("计划id") - private String planid; // 计划id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; // 是否负责人key - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; // 响应状态(接受、拒绝)key - @ApiModelProperty("班组组织。id") - private String workteamid; // 班组组织。id - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerDto.java deleted file mode 100644 index c82d15cd..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerDto.java +++ /dev/null @@ -1,77 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchplanworker; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchPlanWorkerDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchplanworker.DispatchPlanWorkerDto
- * Description: 计划运维人员情况 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 21:49:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "计划运维人员情况 数据传输对象", description = "计划运维人员情况 数据传输对象") -public class DispatchPlanWorkerDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("计划id") - private String planid; // 计划id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; // 是否负责人key - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; // 响应状态(接受、拒绝)key - @ApiModelProperty("班组组织。id") - private String workteamid; // 班组组织。id - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerFeign.java deleted file mode 100644 index eb4e5ee9..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchplanworker; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchPlanWorkerFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchplanworker.DispatchPlanWorkerFeign
- * Description: 计划运维人员情况.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 21:49:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "计划运维人员情况") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchPlanWorker", - name = "supervise-dispatchcenter", - path = "v1/dispatchplanworker", - fallback = DispatchPlanWorkerFeignFallback.class) -public interface DispatchPlanWorkerFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchPlanWorkerDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerFeignFallback.java deleted file mode 100644 index 8bf7f15d..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchplanworker; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchPlanWorkerFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchplanworker.DispatchPlanWorkerFeignFallback
- * Description: 计划运维人员情况.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 21:49:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchPlanWorkerFeignFallback implements DispatchPlanWorkerFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_dispatchcenter/dispatchplanworker/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchPlanWorkerDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_dispatchcenter/dispatchplanworker/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_dispatchcenter/dispatchplanworker/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_dispatchcenter/dispatchplanworker/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerQuery.java deleted file mode 100644 index 933a4cc9..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerQuery.java +++ /dev/null @@ -1,75 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchplanworker; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchPlanWorkerQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchplanworker.DispatchPlanWorkerQuery
- * Description: 工单运维人员情况 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 21:49:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "计划运维人员情况 查询条件", description = "计划运维人员情况 查询条件") -public class DispatchPlanWorkerQuery implements Query { - - @ApiModelProperty("计划id") - private String planid; // 计划id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; // 是否负责人key - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; // 响应状态(接受、拒绝)key - @ApiModelProperty("班组组织。id") - private String workteamid; // 班组组织。id - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerVo.java deleted file mode 100644 index fdfdb076..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchplanworker/DispatchPlanWorkerVo.java +++ /dev/null @@ -1,77 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchplanworker; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_dispatchcenter(工单系统)
- * File: DispatchPlanWorkerVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchplanworker.DispatchPlanWorkerVo
- * Description: 计划运维人员情况 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-06-04 21:49:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "计划运维人员情况 视图数据对象", description = "计划运维人员情况 视图数据对象") -public class DispatchPlanWorkerVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("计划id") - private String planid; // 计划id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; // 是否负责人key - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; // 响应状态(接受、拒绝)key - @ApiModelProperty("班组组织。id") - private String workteamid; // 班组组织。id - -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandards.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandards.java deleted file mode 100644 index eafedc09..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandards.java +++ /dev/null @@ -1,67 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchstandards; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandards.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandards
- * Description: (运维任务标准库).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维任务标准库)", description = "(运维任务标准库)") -@TableName("dispatch_standards") -public class DispatchStandards extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("任务项分类key") - private String tasktypekey; - @ApiModelProperty("反馈形式(1选项 2图片 3文字)key") - private String taskreturnkey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsDetailsVo.java deleted file mode 100644 index 735dc7d4..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsDetailsVo.java +++ /dev/null @@ -1,68 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchstandards; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsVo
- * Description: (运维任务标准库) 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维任务标准库) 视图数据详情", description = "(运维任务标准库) 视图数据详情") -public class DispatchStandardsDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("任务项分类key") - private String tasktypekey; - @ApiModelProperty("反馈形式(1选项 2图片 3文字)key") - private String taskreturnkey; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsDto.java deleted file mode 100644 index 5b32236a..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsDto.java +++ /dev/null @@ -1,68 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchstandards; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsDto
- * Description: (运维任务标准库) 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维任务标准库) 数据传输对象", description = "(运维任务标准库) 数据传输对象") -public class DispatchStandardsDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("任务项分类key") - private String tasktypekey; - @ApiModelProperty("反馈形式(1选项 2图片 3文字)key") - private String taskreturnkey; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsFeign.java deleted file mode 100644 index 85d15936..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchstandards; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsFeign
- * Description: (运维任务标准库).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "(运维任务标准库)") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchStandards", - name = "supervise-dispatchcenter", - path = "v1/dispatchstandards", - fallback = DispatchStandardsFeignFallback.class) -public interface DispatchStandardsFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchStandardsDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsFeignFallback.java deleted file mode 100644 index cf9069b5..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchstandards; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsFeignFallback
- * Description: (运维任务标准库).
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchStandardsFeignFallback implements DispatchStandardsFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchstandards/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchStandardsDto dto){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchstandards/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchstandards/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchstandards/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsQuery.java deleted file mode 100644 index d19ba8c7..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsQuery.java +++ /dev/null @@ -1,68 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchstandards; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsQuery
- * Description: (运维任务标准库) 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维任务标准库) 查询条件", description = "(运维任务标准库) 查询条件") -public class DispatchStandardsQuery implements Query { - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("任务项分类key") - private String tasktypekey; - @ApiModelProperty("反馈形式(1选项 2图片 3文字)key") - private String taskreturnkey; - @ApiModelProperty("模板id") - private String templateid; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsVo.java deleted file mode 100644 index fe46231c..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchstandards/DispatchStandardsVo.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchstandards; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchStandardsVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchstandards.DispatchStandardsVo
- * Description: (运维任务标准库) 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "(运维任务标准库) 视图数据对象", description = "(运维任务标准库) 视图数据对象") -public class DispatchStandardsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("任务项名称") - private String taskname; // 任务项名称 - @ApiModelProperty("任务项分类") - private String tasktype; // 任务项分类 - @ApiModelProperty("任务描述") - private String taskdesc; // 任务描述 - @ApiModelProperty("反馈形式(1选项 2图片 3文字)") - private String taskreturn; // 反馈形式(1选项 2图片 3文字) - @ApiModelProperty("任务项父级分类+") - private String tasktypeparent; // 任务项父级分类+ - @ApiModelProperty("任务项分类key") - private String tasktypekey; - @ApiModelProperty("反馈形式(1选项 2图片 3文字)key") - private String taskreturnkey; - @ApiModelProperty("选中状态") - private String selected; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplate.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplate.java deleted file mode 100644 index 48d325b8..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplate.java +++ /dev/null @@ -1,63 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchtemplate; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchTemplate.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchtemplate.DispatchTemplate
- * Description: 运维任务模板.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "运维任务模板", description = "运维任务模板") -@TableName("dispatch_template") -public class DispatchTemplate extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("模板名称") - private String templatename; // 模板名称 - @ApiModelProperty("描述:2-计划检修;3-巡检任务;") - private String ordertype; // 描述:2-计划检修;3-巡检任务; - @ApiModelProperty("仓库类型(仓库、门店)") - private String devtype; // 仓库类型(仓库、门店) - @ApiModelProperty("描述:2-计划检修;3-巡检任务;key") - private String ordertypekey; - @ApiModelProperty("巡视对象类型(仓库、门店)key") - private String devtypekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateDetailsVo.java deleted file mode 100644 index f2b1b788..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateDetailsVo.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchtemplate; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchTemplateVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchtemplate.DispatchTemplateVo
- * Description: 运维任务模板 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "运维任务模板 视图数据详情", description = "运维任务模板 视图数据详情") -public class DispatchTemplateDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("模板名称") - private String templatename; // 模板名称 - @ApiModelProperty("描述:2-计划检修;3-巡检任务;") - private String ordertype; // 描述:2-计划检修;3-巡检任务; - @ApiModelProperty("仓库类型(仓库、门店)") - private String devtype; // 仓库类型(仓库、门店) - @ApiModelProperty("描述:2-计划检修;3-巡检任务;key") - private String ordertypekey; - @ApiModelProperty("巡视对象类型(仓库、门店)key") - private String devtypekey; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateDto.java deleted file mode 100644 index 5a097961..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateDto.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchtemplate; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchTemplateDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchtemplate.DispatchTemplateDto
- * Description: 运维任务模板 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "运维任务模板 数据传输对象", description = "运维任务模板 数据传输对象") -public class DispatchTemplateDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("模板名称") - private String templatename; // 模板名称 - @ApiModelProperty("描述:2-计划检修;3-巡检任务;") - private String ordertype; // 描述:2-计划检修;3-巡检任务; - @ApiModelProperty("仓库类型(仓库、门店)") - private String devtype; // 仓库类型(仓库、门店) - @ApiModelProperty("描述:2-计划检修;3-巡检任务;key") - private String ordertypekey; - @ApiModelProperty("巡视对象类型(仓库、门店)key") - private String devtypekey; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateFeign.java deleted file mode 100644 index d9b098b2..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchtemplate; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchTemplateFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchtemplate.DispatchTemplateFeign
- * Description: 运维任务模板.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "运维任务模板") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchTemplate", - name = "supervise-dispatchcenter", - path = "v1/dispatchtemplate", - fallback = DispatchTemplateFeignFallback.class) -public interface DispatchTemplateFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchTemplateDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateFeignFallback.java deleted file mode 100644 index ff0a3e1c..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchtemplate; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchTemplateFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchtemplate.DispatchTemplateFeignFallback
- * Description: 运维任务模板.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchTemplateFeignFallback implements DispatchTemplateFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchtemplate/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchTemplateDto dto){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchtemplate/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchtemplate/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchtemplate/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateQuery.java deleted file mode 100644 index 19199227..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateQuery.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchtemplate; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchTemplateQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchtemplate.DispatchTemplateQuery
- * Description: 运维任务模板 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "运维任务模板 查询条件", description = "运维任务模板 查询条件") -public class DispatchTemplateQuery implements Query { - - @ApiModelProperty("模板名称") - private String templatename; // 模板名称 - @ApiModelProperty("描述:2-计划检修;3-巡检任务;") - private String ordertype; // 描述:2-计划检修;3-巡检任务; - @ApiModelProperty("仓库类型(仓库、门店)") - private String devtype; // 仓库类型(仓库、门店) - @ApiModelProperty("描述:2-计划检修;3-巡检任务;key") - private String ordertypekey; - @ApiModelProperty("巡视对象类型(仓库、门店)key") - private String devtypekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateVo.java deleted file mode 100644 index ad8d9046..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchtemplate/DispatchTemplateVo.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchtemplate; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchTemplateVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchtemplate.DispatchTemplateVo
- * Description: 运维任务模板 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "运维任务模板 视图数据对象", description = "运维任务模板 视图数据对象") -public class DispatchTemplateVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("模板名称") - private String templatename; // 模板名称 - @ApiModelProperty("描述:2-计划检修;3-巡检任务;") - private String ordertype; // 描述:2-计划检修;3-巡检任务; - @ApiModelProperty("仓库类型(仓库、门店)") - private String devtype; // 仓库类型(仓库、门店) - @ApiModelProperty("描述:2-计划检修;3-巡检任务;key") - private String ordertypekey; - @ApiModelProperty("巡视对象类型(仓库、门店)key") - private String devtypekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorker.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorker.java deleted file mode 100644 index 12fe7aa8..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorker.java +++ /dev/null @@ -1,75 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchworker; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchWorker.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchworker.DispatchWorker
- * Description: 工单运维人员情况.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "工单运维人员情况", description = "工单运维人员情况") -@TableName("dispatch_worker") -public class DispatchWorker extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("工单id") - private String orderid; // 工单id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("班组组织。id") - private String workteamid; - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerDetailsVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerDetailsVo.java deleted file mode 100644 index da3dd1e7..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerDetailsVo.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchworker; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchWorkerVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchworker.DispatchWorkerVo
- * Description: 工单运维人员情况 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "工单运维人员情况 视图数据详情", description = "工单运维人员情况 视图数据详情") -public class DispatchWorkerDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("工单id") - private String orderid; // 工单id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("班组组织。id") - private String workteamid; - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerDto.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerDto.java deleted file mode 100644 index 7f932d60..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerDto.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchworker; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchWorkerDto.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchworker.DispatchWorkerDto
- * Description: 工单运维人员情况 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "工单运维人员情况 数据传输对象", description = "工单运维人员情况 数据传输对象") -public class DispatchWorkerDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("工单id") - private String orderid; // 工单id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("班组组织。id") - private String workteamid; - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerFeign.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerFeign.java deleted file mode 100644 index cfcc1d14..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchworker; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchWorkerFeign.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchworker.DispatchWorkerFeign
- * Description: 工单运维人员情况.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "工单运维人员情况") -@FeignClient( - contextId = "supervise-dispatchcenter-DispatchWorker", - name = "supervise-dispatchcenter", - path = "v1/dispatchworker", - fallback = DispatchWorkerFeignFallback.class) -public interface DispatchWorkerFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DispatchWorkerDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerFeignFallback.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerFeignFallback.java deleted file mode 100644 index 6991329d..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchworker; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchWorkerFeignFallback.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchworker.DispatchWorkerFeignFallback
- * Description: 工单运维人员情况.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Component -public class DispatchWorkerFeignFallback implements DispatchWorkerFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchworker/listPage无法访问"); - } - - @Override - public ResultBean save(DispatchWorkerDto dto){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchworker/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise-dispatchcenter/dispatchworker/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise-dispatchcenter/dispatchworker/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerQuery.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerQuery.java deleted file mode 100644 index 5751a243..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerQuery.java +++ /dev/null @@ -1,74 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchworker; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchWorkerQuery.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchworker.DispatchWorkerQuery
- * Description: 工单运维人员情况 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "工单运维人员情况 查询条件", description = "工单运维人员情况 查询条件") -public class DispatchWorkerQuery implements Query { - - @ApiModelProperty("工单id") - private String orderid; // 工单id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("班组组织。id") - private String workteamid; - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerVo.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerVo.java deleted file mode 100644 index e76e137d..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/dispatchworker/DispatchWorkerVo.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.dispatchcenter.api.dispatchworker; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise-dispatchcenter(工单系统)
- * File: DispatchWorkerVo.java
- * Class: com.yxt.supervise.dispatchcenter.api.dispatchworker.DispatchWorkerVo
- * Description: 工单运维人员情况 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-05-28 10:30:03
- * - * @author djz - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "工单运维人员情况 视图数据对象", description = "工单运维人员情况 视图数据对象") -public class DispatchWorkerVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("工单id") - private String orderid; // 工单id - @ApiModelProperty("巡视人名称") - private String principalname; // 巡视人名称 - @ApiModelProperty("巡视人sid") - private String principalsid; // 巡视人sid - @ApiModelProperty("联系方式") - private String principalcontact; // 联系方式 - @ApiModelProperty("是否负责人") - private String executorname; // 是否负责人 - @ApiModelProperty("班组组织。") - private String workteam; // 班组组织。 - @ApiModelProperty("班组组织。id") - private String workteamid; - @ApiModelProperty("响应状态(接受、拒绝)") - private Integer assignstate; // 响应状态(接受、拒绝) - @ApiModelProperty("响应时间(接受、拒绝)") - private String assigntime; // 响应时间(接受、拒绝) - @ApiModelProperty("是否负责人key") - private String executornamekey; - @ApiModelProperty("响应状态(接受、拒绝)key") - private String assignstatekey; -} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/enums/CommonConstant.java b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/enums/CommonConstant.java deleted file mode 100644 index 59a38c29..00000000 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-api/src/main/java/com/yxt/supervise/dispatchcenter/api/enums/CommonConstant.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.dispatchcenter.api.enums; - -public enum CommonConstant { - PATROLPERIOD_DAY(5),PATROLPERIOD_MONTH(2); - private int code; - - public int getCode() { - return code; - } - - CommonConstant(int code) { - this.code = code; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/pom.xml b/yxt_supervise/supervise-flowable/supervise-flowable-api/pom.xml deleted file mode 100644 index 9cd6e36a..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/pom.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - supervise-flowable - com.yxt.supervise - 0.0.1 - - 4.0.0 - - supervise-flowable-api - - - - com.yxt - yxt-common-base - 0.0.1 - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - org.projectlombok - lombok - 1.18.24 - - - com.baomidou - mybatis-plus-annotation - - - org.flowable - flowable-bpmn-model - 6.5.0 - compile - - - - - - - nexus-releases - http://172.18.0.3:8081/repository/yxt-mvn-releases/ - - - nexus-snapshots - http://172.18.0.3:8081/repository/yxt-mvn-snapshot/ - - - - \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowCommentDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowCommentDto.java deleted file mode 100644 index a8fd9f6d..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowCommentDto.java +++ /dev/null @@ -1,40 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import lombok.Builder; -import lombok.Data; - -import java.io.Serializable; - -/** - * @author XuanXuan - * @date 2021/3/28 15:50 - */ -@Data -@Builder -/*@NoArgsConstructor -@AllArgsConstructor*/ -public class FlowCommentDto implements Serializable { - public FlowCommentDto() { - } - - public FlowCommentDto(String type, String comment) { - this.type = type; - this.comment = comment; - } - - /** - * - */ - private static final long serialVersionUID = 1929734226858491967L; - - /** - * 意见类别 1正常(同意)意见 2退回意见 3 驳回意见 4 委派意见 5 转办意见 6 终止流程 7 撤回流程 - */ - private String type; - - /** - * 意见内容 - */ - private String comment; - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowDto.java deleted file mode 100644 index c916a3ba..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowDto.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@ApiModel("工作流数据") -@Data -public class FlowDto { - - @ApiModelProperty("业务sid") - private String businessSid; - - @ApiModelProperty("意见") - private String comment; - - @ApiModelProperty("流程实例id") - private String instanceId; - - @ApiModelProperty("任务id") - private String taskId; - @ApiModelProperty("流程定义id") - private String modelId; - @ApiModelProperty("下一环节的代办人sid") - private String nextNodeUserSids; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowProcinst.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowProcinst.java deleted file mode 100644 index 2bef0ee3..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowProcinst.java +++ /dev/null @@ -1,175 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -public class FlowProcinst { - private String ID_;// `varchar (192), - private String REV_;//` int (11), - private String PROC_INST_ID_;//` varchar (192), - private String BUSINESS_KEY_;//` varchar (765), - private String PROC_DEF_ID_;//` varchar (192), - private String START_TIME_;//` datetime , - private String END_TIME_;//` datetime , - private String DURATION_;//` bigint (20), - private String START_USER_ID_;//` varchar (765), - private String START_ACT_ID_;//` varchar (765), - private String END_ACT_ID_;//` varchar (765), - private String SUPER_PROCESS_INSTANCE_ID_;//` varchar (192), - private String DELETE_REASON_;//` varchar (12000), - private String TENANT_ID_;//` varchar (765), - private String NAME_;//` varchar (765), - private String CALLBACK_ID_;//` varchar (765), - private String CALLBACK_TYPE_;//` varchar (765), - private String REFERENCE_ID_;//` varchar (765), - private String REFERENCE_TYPE_;//` varchar (765) - - public String getID_() { - return ID_; - } - - public void setID_(String ID_) { - this.ID_ = ID_; - } - - public String getREV_() { - return REV_; - } - - public void setREV_(String REV_) { - this.REV_ = REV_; - } - - public String getPROC_INST_ID_() { - return PROC_INST_ID_; - } - - public void setPROC_INST_ID_(String PROC_INST_ID_) { - this.PROC_INST_ID_ = PROC_INST_ID_; - } - - public String getBUSINESS_KEY_() { - return BUSINESS_KEY_; - } - - public void setBUSINESS_KEY_(String BUSINESS_KEY_) { - this.BUSINESS_KEY_ = BUSINESS_KEY_; - } - - public String getPROC_DEF_ID_() { - return PROC_DEF_ID_; - } - - public void setPROC_DEF_ID_(String PROC_DEF_ID_) { - this.PROC_DEF_ID_ = PROC_DEF_ID_; - } - - public String getSTART_TIME_() { - return START_TIME_; - } - - public void setSTART_TIME_(String START_TIME_) { - this.START_TIME_ = START_TIME_; - } - - public String getEND_TIME_() { - return END_TIME_; - } - - public void setEND_TIME_(String END_TIME_) { - this.END_TIME_ = END_TIME_; - } - - public String getDURATION_() { - return DURATION_; - } - - public void setDURATION_(String DURATION_) { - this.DURATION_ = DURATION_; - } - - public String getSTART_USER_ID_() { - return START_USER_ID_; - } - - public void setSTART_USER_ID_(String START_USER_ID_) { - this.START_USER_ID_ = START_USER_ID_; - } - - public String getSTART_ACT_ID_() { - return START_ACT_ID_; - } - - public void setSTART_ACT_ID_(String START_ACT_ID_) { - this.START_ACT_ID_ = START_ACT_ID_; - } - - public String getEND_ACT_ID_() { - return END_ACT_ID_; - } - - public void setEND_ACT_ID_(String END_ACT_ID_) { - this.END_ACT_ID_ = END_ACT_ID_; - } - - public String getSUPER_PROCESS_INSTANCE_ID_() { - return SUPER_PROCESS_INSTANCE_ID_; - } - - public void setSUPER_PROCESS_INSTANCE_ID_(String SUPER_PROCESS_INSTANCE_ID_) { - this.SUPER_PROCESS_INSTANCE_ID_ = SUPER_PROCESS_INSTANCE_ID_; - } - - public String getDELETE_REASON_() { - return DELETE_REASON_; - } - - public void setDELETE_REASON_(String DELETE_REASON_) { - this.DELETE_REASON_ = DELETE_REASON_; - } - - public String getTENANT_ID_() { - return TENANT_ID_; - } - - public void setTENANT_ID_(String TENANT_ID_) { - this.TENANT_ID_ = TENANT_ID_; - } - - public String getNAME_() { - return NAME_; - } - - public void setNAME_(String NAME_) { - this.NAME_ = NAME_; - } - - public String getCALLBACK_ID_() { - return CALLBACK_ID_; - } - - public void setCALLBACK_ID_(String CALLBACK_ID_) { - this.CALLBACK_ID_ = CALLBACK_ID_; - } - - public String getCALLBACK_TYPE_() { - return CALLBACK_TYPE_; - } - - public void setCALLBACK_TYPE_(String CALLBACK_TYPE_) { - this.CALLBACK_TYPE_ = CALLBACK_TYPE_; - } - - public String getREFERENCE_ID_() { - return REFERENCE_ID_; - } - - public void setREFERENCE_ID_(String REFERENCE_ID_) { - this.REFERENCE_ID_ = REFERENCE_ID_; - } - - public String getREFERENCE_TYPE_() { - return REFERENCE_TYPE_; - } - - public void setREFERENCE_TYPE_(String REFERENCE_TYPE_) { - this.REFERENCE_TYPE_ = REFERENCE_TYPE_; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTask.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTask.java deleted file mode 100644 index f5d0a8f6..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTask.java +++ /dev/null @@ -1,98 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.io.Serializable; -import java.util.Date; - -/** - *

工作流任务

- * - * @author XuanXuan - * @date 2021-04-03 - */ -@ApiModel("工作流任务相关-返回参数") -@Data -public class FlowTask extends BaseEntity implements Serializable { - - @ApiModelProperty("任务编号") - private String taskId; - - @ApiModelProperty("任务名称") - private String taskName; - - @ApiModelProperty("任务Key") - private String taskDefKey; - - @ApiModelProperty("任务执行人Id") - private Long assigneeId; - - @ApiModelProperty("部门名称") - private String deptName; - - @ApiModelProperty("流程发起人部门名称") - private String startDeptName; - - @ApiModelProperty("任务执行人名称") - private String assigneeName; - - @ApiModelProperty("任务执行人头像") - private String assigneeHeadImage; - - @ApiModelProperty("流程发起人Id") - private String startUserId; - - @ApiModelProperty("流程发起人名称") - private String startUserName; - - @ApiModelProperty("流程类型") - private String category; - - @ApiModelProperty("流程变量信息") - private Object procVars; - - @ApiModelProperty("局部变量信息") - private Object taskLocalVars; - - @ApiModelProperty("流程部署编号") - private String deployId; - - @ApiModelProperty("流程ID") - private String procDefId; - - @ApiModelProperty("流程key") - private String procDefKey; - - @ApiModelProperty("流程定义名称") - private String procDefName; - - @ApiModelProperty("流程定义内置使用版本") - private int procDefVersion; - - @ApiModelProperty("流程实例ID") - private String procInsId; - - @ApiModelProperty("历史流程实例ID") - private String hisProcInsId; - - @ApiModelProperty("任务耗时") - private String duration; - - @ApiModelProperty("任务意见") - private FlowCommentDto comment = new FlowCommentDto(); - - @ApiModelProperty("候选执行人") - private String candidate; - - @ApiModelProperty("任务创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date createTime; - - @ApiModelProperty("任务完成时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date finishTime; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTaskQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTaskQuery.java deleted file mode 100644 index bdfb9c40..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTaskQuery.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author hanweijia - * @date 2021/11/06 13:53 - * @description - */ -@Data -public class FlowTaskQuery implements Query { - private static final long serialVersionUID = -7395299971899690002L; - @ApiModelProperty(value = "用户sid", required = true) - private String userSid; - @ApiModelProperty(value = "zd", required = true) - private String zd; - @ApiModelProperty(value = "days", required = true) - private String days; - - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTaskVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTaskVo.java deleted file mode 100644 index e3f83a32..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowTaskVo.java +++ /dev/null @@ -1,51 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - *

流程任务

- * - * @author XuanXuan - * @date 2021-04-03 - */ -@ApiModel("工作流任务相关--请求参数") -@Data -public class FlowTaskVo { - - @ApiModelProperty("任务Id") - private String taskId; - - @ApiModelProperty("用户Id") - private String userId; - @ApiModelProperty("用户Sid") - private String userSid; - - @ApiModelProperty("任务意见") - private String comment; - - @ApiModelProperty("流程实例Id") - private String instanceId; - - @ApiModelProperty("节点") - private String targetKey; - - @ApiModelProperty("流程变量信息") - private Map values=new HashMap<>(); - - @ApiModelProperty("审批人") - private String assignee; - - @ApiModelProperty("候选人") - private List candidateUsers=new ArrayList<>(); - - @ApiModelProperty("审批组") - private List candidateGroups=new ArrayList<>(); - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/Flowable.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/Flowable.java deleted file mode 100644 index ac33d6ab..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/Flowable.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import com.yxt.common.core.domain.BaseEntity; -import lombok.Data; - -@Data -public class Flowable extends BaseEntity { -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowableFallback.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowableFallback.java deleted file mode 100644 index a8feb1d3..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowableFallback.java +++ /dev/null @@ -1,79 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import com.yxt.anrui.flowable.sqloperationsymbol.BusinessVariables; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import org.springframework.stereotype.Component; - -import java.util.Map; - -@Component -public class FlowableFallback implements FlowableFeign { - @Override - public ResultBean businessStart(BusinessVariables bv) { - return null; - } - - @Override - public ResultBean processPagerList(Integer pageNum, Integer pageSize) { - return null; - } - - @Override - public ResultBean myprocess(String userSid, PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean stopProcess(FlowTaskVo flowTaskVo) { - return null; - } - - @Override - public ResultBean deleteProcess(String procInsId) { - return null; - } - - @Override - public ResultBean getNextNodeUserSidsOfCreate(BusinessVariables bv ) { - return null; - } - - @Override - public ResultBean getNextNodeUserSidsOfSubmit(BusinessVariables bv ) { - return null; - } - - @Override - public ResultBean startProcess(BusinessVariables dto) { - return null; - } - - @Override - public ResultBean startProcessNoOrgPath(BusinessVariables dto) { - return null; - } - - - @Override - public ResultBean handleProsess(BusinessVariables bv) { - return null; - } - - @Override - public ResultBean revokeProcess(com.yxt.anrui.flowable.api.flowtask.FlowTaskVo fl ) { - return null; - } - - @Override - public ResultBean taskReject(com.yxt.anrui.flowable.api.flowtask.FlowTaskVo fl) { - return null; - } - - @Override - public ResultBean breakProcess(com.yxt.anrui.flowable.api.flowtask.FlowTaskVo fl) { - return null; - } - - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowableFeign.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowableFeign.java deleted file mode 100644 index 50eb8b48..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/FlowableFeign.java +++ /dev/null @@ -1,120 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import com.yxt.anrui.flowable.sqloperationsymbol.BusinessVariables; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.Map; - -@Api(tags = "Flowable") -@FeignClient( - contextId = "supervise-flowable-Flowable", - name = "supervise-flowable", - path = "v1/flow", - fallback = FlowableFallback.class) -public interface FlowableFeign { - /** - * 业务系统发起流程申请 - * - * @return - */ - @PostMapping("/businessStart") - public ResultBean businessStart(@RequestBody BusinessVariables bv); - - /** - * 流程定义列表 一般业务中不需要查询该列表 - * - * @param pageNum 页数 - * @param pageSize 容量 - * @return - */ - @PostMapping("/processPagerList/{userSid}") - public ResultBean processPagerList(@ApiParam(value = "当前页码", required = true) @RequestParam("pageNum") Integer pageNum, - @ApiParam(value = "每页条数", required = true) @RequestParam("pageSize") Integer pageSize); - - /** - * 我的流程 我发起的流程 - * - * @param userSid 用户sid - * @param taskQueryPagerQuery 查询参数 - * @return - */ - @PostMapping("/myprocess/{userSid}") - public ResultBean myprocess(@ApiParam(value = "用户sid") @PathVariable(value = "userSid") String userSid, - @ApiParam(value = "变量集合,json对象") @RequestBody PagerQuery taskQueryPagerQuery); - - /** - * 取消申请 - * - * @param flowTaskVo - * @return - */ - @ApiOperation(value = "取消申请") - @PostMapping(value = "/task/stopProcess") - @ResponseBody - ResultBean stopProcess(@ApiParam(value = "工作流任务相关--请求参数") @RequestBody FlowTaskVo flowTaskVo); - - /** - * 删除流程实例 - * - * @param procInsId 流程实例id - * @return - */ - @ApiOperation(value = "删除流程实例") - @DeleteMapping(value = "/task/deleteProcess/{procInsId}") - @ResponseBody - ResultBean deleteProcess(@ApiParam(value = "流程实例id") @PathVariable(value = "procInsId") String procInsId); - - /** - * 创建流程实例时取下一环节的用户sid - * - * @return - */ - @ApiOperation(value = "创建流程实例时取下一环节的用户sid") - @GetMapping(value = "/getNextNodeUserSidsOfCreate") - @ResponseBody - ResultBean getNextNodeUserSidsOfCreate( @RequestBody BusinessVariables bv); - /** - * 提交流程实例时取下一环节的用户sid - * - * @return - */ - @ApiOperation(value = "提交流程实例时取下一环节的用户sid") - @GetMapping(value = "/getNextNodeUserSidsOfSubmit") - @ResponseBody - ResultBean getNextNodeUserSidsOfSubmit(@RequestBody BusinessVariables bv); - - @ApiOperation(value = "启动流程") - @PostMapping(value = "/startProcess") - @ResponseBody - ResultBean startProcess(@RequestBody BusinessVariables dto); - @ApiOperation(value = "启动流程不涉及到组织架构") - @PostMapping(value = "/startProcessNoOrgPath") - @ResponseBody - ResultBean startProcessNoOrgPath(@RequestBody BusinessVariables dto); - - @ApiOperation(value = "处理流程") - @PostMapping(value = "/handleProsess") - @ResponseBody - ResultBean handleProsess(@RequestBody BusinessVariables bv); - - @ApiOperation(value = "撤回流程") - @PostMapping(value = "/revokeProcess") - @ResponseBody - ResultBean revokeProcess(@RequestBody com.yxt.anrui.flowable.api.flowtask.FlowTaskVo fl); - - @ApiOperation(value = "驳回流程") - @PostMapping(value = "/taskReject") - @ResponseBody - ResultBean taskReject(@RequestBody com.yxt.anrui.flowable.api.flowtask.FlowTaskVo fl); - - @ApiOperation(value = "终止流程") - @PostMapping(value = "/breakProcess") - @ResponseBody - ResultBean breakProcess(@RequestBody com.yxt.anrui.flowable.api.flowtask.FlowTaskVo fl); -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/StartProcessDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/StartProcessDto.java deleted file mode 100644 index 50a24904..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/StartProcessDto.java +++ /dev/null @@ -1,60 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import java.util.Map; - -public class StartProcessDto { - private String orgSidPath; - private String businessSid; - private String orgSid; //部门sid - private String proDefId; - private String userSid; - private Map variables; - - public String getOrgSidPath() { - return orgSidPath; - } - - public void setOrgSidPath(String orgSidPath) { - this.orgSidPath = orgSidPath; - } - - public String getBusinessSid() { - return businessSid; - } - - public void setBusinessSid(String businessSid) { - this.businessSid = businessSid; - } - - public String getOrgSid() { - return orgSid; - } - - public void setOrgSid(String orgSid) { - this.orgSid = orgSid; - } - - public String getProDefId() { - return proDefId; - } - - public void setProDefId(String proDefId) { - this.proDefId = proDefId; - } - - public String getUserSid() { - return userSid; - } - - public void setUserSid(String userSid) { - this.userSid = userSid; - } - - public Map getVariables() { - return variables; - } - - public void setVariables(Map variables) { - this.variables = variables; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/TaskQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/TaskQuery.java deleted file mode 100644 index 680660d6..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/TaskQuery.java +++ /dev/null @@ -1,90 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.flow; - -import com.yxt.common.core.query.Query; - -/** - * Project: anrui-parent
- * File: TaskQuery.java
- * Class: com.yxt.anrui.portal.biz.flow.TaskQuery
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2021/10/27 下午3:36
- * - * @author popo - * @version 1.0 - * @since 1.0 - */ -public class TaskQuery implements Query { - - private String userSid; - private String days; - private String zd1; - private String processDefinitionId; - private String startTime; - - public String getZd1() { - return zd1; - } - - public void setZd1(String zd1) { - this.zd1 = zd1; - } - - public String getProcessDefinitionId() { - return processDefinitionId; - } - - public void setProcessDefinitionId(String processDefinitionId) { - this.processDefinitionId = processDefinitionId; - } - - public String getUserSid() { - return userSid; - } - - public void setUserSid(String userSid) { - this.userSid = userSid; - } - - public String getDays() { - return days; - } - - public void setDays(String days) { - this.days = days; - } - - public String getStartTime() { - return startTime; - } - - public void setStartTime(String startTime) { - this.startTime = startTime; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/UpdateFlowFieldVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/UpdateFlowFieldVo.java deleted file mode 100644 index fbb5b314..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/UpdateFlowFieldVo.java +++ /dev/null @@ -1,70 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import com.yxt.anrui.flowable.api.utils.ProcDefEnum; - -public class UpdateFlowFieldVo { - - private String sid; - private String procDefId; - private String nodeState; - private String procInsId; - private String taskDefKey; - private String taskId; - private String nextNodeUserSids; - - public String getNextNodeUserSids() { - return nextNodeUserSids; - } - - public void setNextNodeUserSids(String nextNodeUserSids) { - this.nextNodeUserSids = nextNodeUserSids; - } - - public String getSid() { - return sid; - } - - public void setSid(String sid) { - this.sid = sid; - } - - public String getProcDefId() { - return procDefId; - } - - public void setProcDefId(String procDefId) { - this.procDefId = procDefId; - } - - public String getNodeState() { - return nodeState; - } - - public void setNodeState(String nodeState) { - this.nodeState = nodeState; - } - - public String getProcInsId() { - return procInsId; - } - - public void setProcInsId(String procInsId) { - this.procInsId = procInsId; - } - - public String getTaskDefKey() { - return taskDefKey; - } - - public void setTaskDefKey(String taskDefKey) { - this.taskDefKey = taskDefKey; - } - - public String getTaskId() { - return taskId; - } - - public void setTaskId(String taskId) { - this.taskId = taskId; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/UserAndOrgPath.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/UserAndOrgPath.java deleted file mode 100644 index 1d4d1cf8..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flow/UserAndOrgPath.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.yxt.anrui.flowable.api.flow; - -import lombok.Data; - -@Data -public class UserAndOrgPath { - /** - * 用户sid - */ - private String userSid; - /** - * 组织及部门sid全路径 - */ - private String orgPath; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowComment.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowComment.java deleted file mode 100644 index ceb9f9f9..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowComment.java +++ /dev/null @@ -1,60 +0,0 @@ -package com.yxt.anrui.flowable.api.flowcomment; - -/** - * @author dimengzhe - * @date 2021/6/16 9:05 - * @description 流程意见类型 - */ - -public enum FlowComment { - - /** - * 说明 - */ - START("0", "发起"), - - NORMAL("1", "同意"), - - REBACK("2", "退回"), - - REJECT("3", "驳回"), - DELEGATE("4", "委派意见"), - - ASSIGN("5", "转办意见"), - STOP("6", "终止"), - - RECALL("7", "撤回"), - SETTLE("8", "已办结"), - AGAIN("9", "重新提交"); - - /** - * 类型 - */ - private final String type; - - /** - * 说明 - */ - private final String remark; - - FlowComment(String type, String remark) { - this.type = type; - this.remark = remark; - } - - public String getType() { - return type; - } - - public String getRemark() { - return remark; - } - public static String getRemarkByType(String type){ - for(FlowComment f : FlowComment.values()){ - if(type.equals(f.type)){ - return f.getRemark(); - } - } - return null; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowCommentDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowCommentDto.java deleted file mode 100644 index 91b80c08..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowCommentDto.java +++ /dev/null @@ -1,39 +0,0 @@ -package com.yxt.anrui.flowable.api.flowcomment; - -import lombok.Builder; -import lombok.Data; - -import java.io.Serializable; - -/** - * @author XuanXuan - * @date 2021/3/28 15:50 - */ -@Data -@Builder -/*@NoArgsConstructor -@AllArgsConstructor*/ -public class FlowCommentDto implements Serializable { - public FlowCommentDto() { - } - - public FlowCommentDto(String type, String comment) { - this.type = type; - this.comment = comment; - } - /** - * - */ - private static final long serialVersionUID = 1929734226858491967L; - - /** - * 意见类别 1正常(同意)意见 2退回意见 3 驳回意见 4 委派意见 5 转办意见 6 终止流程 7 撤回流程 - */ - private String type; - - /** - * 意见内容 - */ - private String comment; - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowCommentVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowCommentVo.java deleted file mode 100644 index 7ff5ff52..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowCommentVo.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.yxt.anrui.flowable.api.flowcomment; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author dimengzhe - * @date 2021/8/23 15:02 - * @description - */ -@Data -public class FlowCommentVo implements Vo { - private static final long serialVersionUID = 8476778511839065050L; - - /** - * 意见类别 意见类别 1正常(同意)意见 2退回意见 3 驳回意见 4 委派意见 5 转办意见 6 终止流程 7 撤回流程 - */ - private String type; - - /** - * 意见内容 - */ - private String comment; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeign.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeign.java deleted file mode 100644 index 2297ada6..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeign.java +++ /dev/null @@ -1,85 +0,0 @@ -package com.yxt.anrui.flowable.api.flowdefinition; - -import com.yxt.anrui.flowable.api.flowtask.FlowTask; -import com.yxt.anrui.flowable.sqloperationsymbol.BusinessVariables; -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; -import org.springframework.web.multipart.MultipartFile; - -import java.util.Map; - -/** - * @author dimengzhe - * @date 2021/6/16 17:16 - * @description 流程定义 - */ -@FeignClient( - contextId = "supervise-flowable-FlowDefinition", - name = "supervise-flowable", - path = "/v1/flowable/definition", - fallback = FlowDefinitionFeignFallBack.class) -public interface FlowDefinitionFeign { - - @ApiOperation(value = "导入流程文件", notes = "上传bpmn20的xml文件") - @PostMapping("/import") - @ResponseBody - public ResultBean importFile(@RequestParam( name ="name", required = false) String name, - @RequestParam(name ="category",required = false) String category, - MultipartFile file); - - @ApiOperation(value = "流程定义分页列表") - @PostMapping("/pagerList") - @ResponseBody - public ResultBean pagerList(@ApiParam(value = "当前页码", required = true) @RequestParam("pageNum") Integer pageNum, - @ApiParam(value = "每页条数", required = true) @RequestParam("pageSize") Integer pageSize); - - /** - * 挂起后,就不可以再开启一个流程实例了,也就是 runtimeService.startProcessInstanceByKey("流程定义ID");会抛出异常 - * 流程定义的挂起,不影响已经启动的流程实例继续 - */ - @ApiOperation(value = "激活或挂起流程定义") - @PostMapping(value = "/updateState") - public ResultBean updateState(@ApiParam(value = "1:激活,2:挂起", required = true) @RequestParam("state") Integer state, - @ApiParam(value = "流程部署ID", required = true) @RequestParam("deployId") String deployId); - - @ApiOperation(value = "删除流程") - @DeleteMapping(value = "/delete") - @ResponseBody - public ResultBean delete(@ApiParam(value = "流程部署ID", required = true) @RequestParam("deployId") String deployId); - - @ApiOperation(value = "保存xml文件") - @PostMapping(value = "/save") - @ResponseBody - public ResultBean save(@RequestBody FlowSaveXmlQuery flowSaveXmlQuery); - - @ApiOperation(value = "读取xml文件") - @GetMapping("/readXml/{deployId}") - @ResponseBody - public ResultBean readXml(@ApiParam(value = "流程定义id") @PathVariable(value = "deployId") String deployId); - - - @ApiOperation(value = "指定流程办理人员列表") - @GetMapping("/userList") - @ResponseBody - public ResultBean userList(SysUser user); - - @ApiOperation(value = "指定流程办理候选组(角色)") - @GetMapping("/roleList") - @ResponseBody - public ResultBean roleList(); - - @ApiOperation(value = "根据流程定义id启动流程实例") - @PostMapping("/start/{procDefId}") - @ResponseBody - public ResultBean start(@ApiParam(value = "流程定义id") @PathVariable(value = "procDefId") String procDefId, - @ApiParam(value = "变量集合,json对象") @RequestBody Map variables); - - /* @ApiOperation(value = "业务系统发起流程根据流程定义id启动流程实例") - @PostMapping("/businessStart") - @ResponseBody - public ResultBean businessStart(@ApiParam(value = "请求参数") @RequestBody - BusinessVariables dto);*/ -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeignBusinessStartDTO.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeignBusinessStartDTO.java deleted file mode 100644 index d9f42834..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeignBusinessStartDTO.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.flowdefinition; - -import io.swagger.annotations.ApiModelProperty; - -import java.util.HashMap; -import java.util.Map; - -/** - * Project: anrui-parent
- * File: FlowDefinitionFeignDTO.java
- * Class: com.yxt.anrui.flowable.api.flowdefinition.FlowDefinitionFeignDTO
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2021/10/25 上午11:47
- * - * @author popo - * @version 1.0 - * @since 1.0 - */ -public class FlowDefinitionFeignBusinessStartDTO { - - @ApiModelProperty("流程定义id") - private String procDefId; - @ApiModelProperty("用户sid") - private String userSid; - @ApiModelProperty("流程定义id") - private Map variables = new HashMap<>(); - - public String getProcDefId() { - return procDefId; - } - - public void setProcDefId(String procDefId) { - this.procDefId = procDefId; - } - - public String getUserSid() { - return userSid; - } - - public void setUserSid(String userSid) { - this.userSid = userSid; - } - - public Map getVariables() { - return variables; - } - - public void setVariables(Map variables) { - this.variables = variables; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeignFallBack.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeignFallBack.java deleted file mode 100644 index d8004902..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionFeignFallBack.java +++ /dev/null @@ -1,68 +0,0 @@ -package com.yxt.anrui.flowable.api.flowdefinition; - -import com.yxt.anrui.flowable.api.flowtask.FlowTask; -import com.yxt.anrui.flowable.sqloperationsymbol.BusinessVariables; -import com.yxt.common.core.result.ResultBean; -import org.springframework.stereotype.Component; -import org.springframework.web.multipart.MultipartFile; - -import java.util.Map; - -/** - * @author dimengzhe - * @date 2021/8/20 15:44 - * @description - */ -@Component -public class FlowDefinitionFeignFallBack implements FlowDefinitionFeign { - @Override - public ResultBean importFile(String name, String category, MultipartFile file) { - return null; - } - - @Override - public ResultBean pagerList(Integer pageNum, Integer pageSize) { - return null; - } - - @Override - public ResultBean updateState(Integer state, String deployId) { - return null; - } - - @Override - public ResultBean delete(String deployId) { - return null; - } - - @Override - public ResultBean save(FlowSaveXmlQuery flowSaveXmlQuery) { - return null; - } - - @Override - public ResultBean readXml(String deployId) { - return null; - } - - @Override - public ResultBean userList(SysUser user) { - return null; - } - - @Override - public ResultBean roleList() { - return null; - } - - @Override - public ResultBean start(String procDefId, Map variables) { - return null; - } - - /* @Override - public ResultBean businessStart(BusinessVariables dto) { - return null; - } -*/ -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionVo.java deleted file mode 100644 index 796dca2c..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowDefinitionVo.java +++ /dev/null @@ -1,49 +0,0 @@ -package com.yxt.anrui.flowable.api.flowdefinition; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author dimengzhe - * @date 2021/6/18 8:57 - * @description 流程定义 - */ -@Data -public class FlowDefinitionVo implements Vo { - private static final long serialVersionUID = 2046175148595754071L; - - @ApiModelProperty("流程id") - private String id; - - @ApiModelProperty("流程名称") - private String name; - - @ApiModelProperty("流程key") - private String key; - - @ApiModelProperty("流程分类") - private String category; - - @ApiModelProperty("配置表单名称") - private String formName; - - @ApiModelProperty("配置表单id") - private Long formId; - - @ApiModelProperty("版本") - private int version; - - @ApiModelProperty("部署ID") - private String deploymentId; - - @ApiModelProperty("流程定义状态: 1:激活 , 2:中止") - private int suspensionState; - - @ApiModelProperty("部署时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date deploymentTime; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowInstanceDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowInstanceDto.java deleted file mode 100644 index d3b28510..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowInstanceDto.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.yxt.anrui.flowable.api.flowdefinition; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author dimengzhe - * @date 2021/6/21 19:15 - * @description 流程实例dto - */ -@Data -public class FlowInstanceDto implements Dto { - - private static final long serialVersionUID = -2972287297281145598L; - @ApiModelProperty(value = "流程定义id") - private String processId; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowSaveXmlQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowSaveXmlQuery.java deleted file mode 100644 index 0929c677..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/FlowSaveXmlQuery.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.anrui.flowable.api.flowdefinition; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author dimengzhe - * @date 2021/8/31 16:56 - * @description - */ -@Data -public class FlowSaveXmlQuery implements Query { - private static final long serialVersionUID = -9097158378333761305L; - - - @ApiModelProperty(value = "流程名称") - private String name; - - - @ApiModelProperty(value = "流程分类") - private String category; - - - @ApiModelProperty(value = "xml文件") - private String xml; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/SysUser.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/SysUser.java deleted file mode 100644 index aad9a412..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowdefinition/SysUser.java +++ /dev/null @@ -1,64 +0,0 @@ -package com.yxt.anrui.flowable.api.flowdefinition; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: anrui_portal(门户建设)
- * File: SysUser.java
- * Class: com.yxt.anrui.portal.api.sysuser.SysUser
- * Description: 用户表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2021-08-03 00:24:30
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -public class SysUser extends BaseEntity { - private static final long serialVersionUID = 1L; - @ApiModelProperty("登录名,登录名不能相同") - private String userName; - - @ApiModelProperty("密码(加密或签名后)") - private String password; - - @ApiModelProperty("密码修改时限") - private String pwdDayslimit; - - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("最后一次密码修改时间") - private Date pwdModifyTime; - - @ApiModelProperty("在线状态(0为离线、1为在线)") - private Integer onlineState; - - @ApiModelProperty("用户登录时随机生成身份验证字符串") - private String token; - - @ApiModelProperty("是否是管理员:1管理员,2一般用户,0是超级管理员,3尚无单位人员") - private String isAdmin; - - @ApiModelProperty("手机登录唯一标识,手机与用户绑定字段") - private String appId; - - @ApiModelProperty("关联的人员sid") - private String staffSid; - - @ApiModelProperty("手机号") - private String mobile; - - @ApiModelProperty("用户类型:1员工、2客户、3供应商") - private Integer userType; - - @ApiModelProperty("用户头像") - private String headImage; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceFeign.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceFeign.java deleted file mode 100644 index 4abcca57..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceFeign.java +++ /dev/null @@ -1,44 +0,0 @@ -package com.yxt.anrui.flowable.api.flowinstance; - -import com.yxt.anrui.flowable.api.flowdefinition.FlowInstanceDto; -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - - -/** - * @author dimengzhe - * @date 2021/6/16 10:33 - * @description 工作流流程实例管理 - */ -@FeignClient( - contextId = "supervise-flowable-FlowInstance", - name = "supervise-flowable", - path = "v1/flowable/instance", - fallback = FlowInstanceFeignFallBack.class) -public interface FlowInstanceFeign { - - @PostMapping("/start") - @ResponseBody - @ApiOperation(value = "启动流程") - public ResultBean startProcess(@RequestBody FlowInstanceDto flowTaskDto); - - - @ApiOperation(value = "根据流程定义id启动流程实例") - @PostMapping("/startBy/{procDefId}") - @ResponseBody - public ResultBean startById(@ApiParam(value = "流程定义id") @PathVariable(value = "procDefId") String procDefId); - - - @ApiOperation(value = "删除流程实例") - @DeleteMapping(value = "/delete") - public ResultBean delete(@ApiParam(value = "流程实例ID", required = true) @RequestParam(value = "instanceId") String instanceId, - @ApiParam(value = "删除原因") @RequestParam(value = "deleteReason", required = false) String deleteReason); - - @ApiOperation(value = "激活或挂起流程实例") - @PostMapping(value = "/updateState") - public ResultBean updateState(@ApiParam(value = "1:激活,2:挂起", required = true) @RequestParam(value = "state") Integer state, - @ApiParam(value = "流程实例ID", required = true) @RequestParam(value = "instanceId") String instanceId); -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceFeignFallBack.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceFeignFallBack.java deleted file mode 100644 index 8778ba6a..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceFeignFallBack.java +++ /dev/null @@ -1,33 +0,0 @@ -package com.yxt.anrui.flowable.api.flowinstance; - -import com.yxt.anrui.flowable.api.flowdefinition.FlowInstanceDto; -import com.yxt.common.core.result.ResultBean; -import org.springframework.stereotype.Component; - -/** - * @author dimengzhe - * @date 2021/6/22 10:51 - * @description - */ -@Component -public class FlowInstanceFeignFallBack implements FlowInstanceFeign { - @Override - public ResultBean startProcess(FlowInstanceDto flowTaskDto) { - return null; - } - - @Override - public ResultBean startById(String procDefId) { - return null; - } - - @Override - public ResultBean delete(String instanceId, String deleteReason) { - return null; - } - - @Override - public ResultBean updateState(Integer state, String instanceId) { - return null; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceVo.java deleted file mode 100644 index 9ffa4bc5..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowinstance/FlowInstanceVo.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.yxt.anrui.flowable.api.flowinstance; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author dimengzhe - * @date 2021/6/16 11:18 - * @description - */ -@Data -public class FlowInstanceVo implements Vo { - - private static final long serialVersionUID = -7702924188219076066L; - @ApiModelProperty("任务Id") - private String taskId; - - @ApiModelProperty("流程实例Id") - private String instanceId; - @ApiModelProperty(value = "表单sid") - private String formSid; - - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/AppUserVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/AppUserVo.java deleted file mode 100644 index c6b29a03..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/AppUserVo.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.fasterxml.jackson.annotation.JsonProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @Author dimengzhe - * @Date 2022/7/28 16:24 - * @Description - */ -@Data -public class AppUserVo implements Vo { - private static final long serialVersionUID = -3220584066025636920L; - @ApiModelProperty(value = "名称") - @JsonProperty("name") - private String assigneeName; - @ApiModelProperty(value = "头像") - @JsonProperty("image") - private String assigneeHeadImage; - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/CompleteTaskQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/CompleteTaskQuery.java deleted file mode 100644 index 15922d4c..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/CompleteTaskQuery.java +++ /dev/null @@ -1,42 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Map; - -/** - * @author dimengzhe - * @date 2021/8/4 18:22 - * @description - */ -@Data -public class CompleteTaskQuery implements Query { - private static final long serialVersionUID = 5847441978537887466L; - - @ApiModelProperty(value = "用户sid") - private String userSid; - - @ApiModelProperty("任务Id") - private String taskId; - - @ApiModelProperty("用户Id") - private String userId; - - @ApiModelProperty("任务意见") - private String comment; - - @ApiModelProperty("流程实例Id") - private String instanceId; - - - - - - @ApiModelProperty(value = "流程标题", required = false) - private String formTitle; - - @ApiModelProperty(value = "任务参数", required = false) - private Map variables; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowRecordVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowRecordVo.java deleted file mode 100644 index 8a9a6811..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowRecordVo.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import java.util.ArrayList; -import java.util.List; - -public class FlowRecordVo { - private List flowList = new ArrayList<>(); - - public List getFlowList() { - return flowList; - } - - public void setFlowList(List flowList) { - this.flowList = flowList; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTask.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTask.java deleted file mode 100644 index e35f1ed7..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTask.java +++ /dev/null @@ -1,107 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.anrui.flowable.api.flowcomment.FlowCommentDto; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.io.Serializable; -import java.util.Date; -import java.util.List; - -/** - *

工作流任务

- * - * @author XuanXuan - * @date 2021-04-03 - */ -@ApiModel("工作流任务相关-返回参数") -@Data -public class FlowTask extends BaseEntity implements Serializable { - - @ApiModelProperty("任务编号") - private String taskId; - - @ApiModelProperty("任务名称") - private String taskName; - - @ApiModelProperty("任务Key") - private String taskDefKey; - - @ApiModelProperty("任务执行人Id") - private Long assigneeId; - - @ApiModelProperty("部门名称") - private String deptName; - - @ApiModelProperty("流程发起人部门名称") - private String startDeptName; - - @ApiModelProperty("任务执行人名称") - private String assigneeName; - - @ApiModelProperty("任务执行人头像") - private String assigneeHeadImage; - - @ApiModelProperty("流程发起人Id") - private String startUserId; - - @ApiModelProperty("流程发起人名称") - private String startUserName; - - @ApiModelProperty("流程类型") - private String category; - - @ApiModelProperty("流程变量信息") - private Object procVars; - - @ApiModelProperty("局部变量信息") - private Object taskLocalVars; - - @ApiModelProperty("流程部署编号") - private String deployId; - - @ApiModelProperty("流程ID") - private String procDefId; - - @ApiModelProperty("流程key") - private String procDefKey; - - @ApiModelProperty("流程定义名称") - private String procDefName; - - @ApiModelProperty("流程定义内置使用版本") - private int procDefVersion; - - @ApiModelProperty("流程实例ID") - private String procInsId; - - @ApiModelProperty("历史流程实例ID") - private String hisProcInsId; - - @ApiModelProperty("任务耗时") - private String duration; - - @ApiModelProperty("任务意见") - private FlowCommentDto comment = new FlowCommentDto(); - - @ApiModelProperty("候选执行人") - private String candidate; - - /* @ApiModelProperty("任务创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" ) - private String createTime;*/ - - @ApiModelProperty("任务完成时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date finishTime; - - @ApiModelProperty("流程完成时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss.SSS" ) - private String processEndTime; - - @ApiModelProperty("环节的办理人信息") - private List taskUserInfos; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskDto.java deleted file mode 100644 index 17503c69..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskDto.java +++ /dev/null @@ -1,118 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.anrui.flowable.api.flowcomment.FlowCommentDto; -import com.yxt.anrui.flowable.api.sysprourl.SysProUrlVo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.io.Serializable; -import java.util.Date; -import java.util.Map; - -/** - *

工作流任务

- * - * @author XuanXuan - * @date 2021-04-03 - */ -@ApiModel("工作流任务相关-返回参数") -@Data -public class FlowTaskDto implements Serializable { - - @ApiModelProperty("任务编号") - private String taskId; - - @ApiModelProperty("任务名称") - private String taskName; - - @ApiModelProperty("任务Key") - private String taskDefKey; - - @ApiModelProperty("任务执行人Id") - private String assigneeSid; - - @ApiModelProperty("部门名称") - private String deptName; - - @ApiModelProperty("流程发起人部门名称") - private String startDeptName; - - @ApiModelProperty("任务执行人名称") - private String assigneeName; - - @ApiModelProperty("流程发起人Id") - private String startUserSid; - - @ApiModelProperty("流程发起人名称") - private String startUserName; - - @ApiModelProperty("流程类型") - private String category; - - @ApiModelProperty("流程变量信息") - private Object procVars; - - @ApiModelProperty("局部变量信息") - private Object taskLocalVars; - - @ApiModelProperty("流程部署编号") - private String deployId; - - @ApiModelProperty("流程ID") - private String procDefId; - - @ApiModelProperty("流程key") - private String procDefKey; - - @ApiModelProperty("流程定义名称") - private String procDefName; - - @ApiModelProperty("流程定义内置使用版本") - private int procDefVersion; - - @ApiModelProperty("流程实例ID") - private String procInsId; - - @ApiModelProperty("历史流程实例ID") - private String hisProcInsId; - - @ApiModelProperty("任务耗时") - private String duration; - - @ApiModelProperty("任务意见") - private FlowCommentDto comment; - - @ApiModelProperty("候选执行人") - private String candidate; - @ApiModelProperty("结束事件ID") - private String endActId; - - @ApiModelProperty("流程创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date processCreateTime; - @ApiModelProperty("任务创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date createTime; - @ApiModelProperty("任务结束时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date endTime; - - @ApiModelProperty("任务完成时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date finishTime; - @ApiModelProperty("业务表单参数集合") - private Map processVariables; - - /*@ApiModelProperty("手机端参数集合") - private Map appVariables; - - @ApiModelProperty("pc端参数集合") - private Map pcVariables;*/ - - @ApiModelProperty("是否显示撤回按钮(登录用户与待办人是否为同一个)") - private boolean hasRevokeButton = false; - @ApiModelProperty("办理的url") - private SysProUrlVo sysProUrlVo ; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskFeign.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskFeign.java deleted file mode 100644 index 5a491ad0..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskFeign.java +++ /dev/null @@ -1,188 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.baomidou.mybatisplus.extension.plugins.pagination.Page; -import com.yxt.anrui.flowable.api.flow.UserAndOrgPath; -import com.yxt.anrui.flowable.api.utils.RecordQuery; -import com.yxt.anrui.flowable.sqloperationsymbol.BusinessTaskQuery; -import com.yxt.anrui.flowable.sqloperationsymbol.BusinessVariables; -import com.yxt.anrui.flowable.test.StartProcessInstanceQuery; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; -import org.flowable.bpmn.model.FlowElement; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; -import java.util.Map; - -/** - * @author dimengzhe - * @date 2021/7/29 14:37 - * @description - */ -@FeignClient( - contextId = "supervise-flowable-FlowTask", - name = "supervise-flowable", - path = "v1/flowable/task", - fallback = FlowTaskFeignFallBack.class) -public interface FlowTaskFeign { - - @ApiOperation(value = "启动流程") - @PostMapping("/startProcessInstanceByKey") - @ResponseBody - ResultBean startProcessInstanceByKey(@RequestBody StartProcessInstanceQuery startProcessInstanceQuery); - - @ApiOperation(value = "业务系统审批") - @PostMapping("/businessComplete") - @ResponseBody - ResultBean businessComplete(@RequestBody BusinessVariables dto); - - @ApiOperation(value = "审批") - @PostMapping("/complete") - @ResponseBody - ResultBean complete(@RequestBody FlowTaskVo flowTaskVo); - - @ApiOperation(value = "待办任务列表") - @PostMapping("/todoList") - @ResponseBody - ResultBean todoList(@RequestBody PagerQuery taskQueryPagerQuery); - - @ApiOperation(value = "业务系统查询待办任务列表") - @PostMapping("/businessTodoList/{userSid}") - @ResponseBody - ResultBean> businessTodoList(@ApiParam(value = "当前用户sid") @PathVariable(value = "userSid")String userSid, - @RequestBody PagerQuery taskQueryPagerQuery); - @ApiOperation(value = "业务系统查询待办任务列表包含url") - @PostMapping("/businessTodoListForApp/{userSid}") - @ResponseBody - ResultBean> businessTodoListForApp(@ApiParam(value = "当前用户sid") @PathVariable(value = "userSid")String userSid, - @RequestBody PagerQuery taskQueryPagerQuery); - - @ApiOperation(value = "业务系统查询待办任务列表数量") - @GetMapping("/getTodoNum/{userSid}") - ResultBean getTodoNum(@PathVariable(value = "userSid")String userSid); - - @ApiOperation(value = "业务系统查询待办任务列表数量") - @PostMapping("/getTodoNum") - @ResponseBody - ResultBean getTodoNum(@RequestBody UserAndOrgPath uaop); - - @ApiOperation(value = "已办任务列表") - @PostMapping("/doneList") - @ResponseBody - ResultBean doneList(@RequestBody PagerQuery taskQueryPagerQuery); - - @ApiOperation(value = "业务系统查询已办任务列表") - @PostMapping("/businessDoneList/{userSid}") - @ResponseBody - ResultBean businessDoneList(@ApiParam(value = "当前用户sid") @PathVariable(value = "userSid")String userSid, - @RequestBody PagerQuery taskQueryPagerQuery); - @ApiOperation(value = "业务系统查询已办任务列表_移动端") - @PostMapping("/businessDoneListForApp/{userSid}") - @ResponseBody - ResultBean> businessDoneListForApp(@ApiParam(value = "当前用户sid") @PathVariable(value = "userSid")String userSid, - @RequestBody PagerQuery taskQueryPagerQuery); - - @ApiOperation(value = "流程历史流转记录") - @PostMapping(value = "/flowRecord") - @ResponseBody - ResultBean flowRecord(@RequestBody RecordQuery recordQuery); - - @ApiOperation(value = "取消申请") - @PostMapping(value = "/stopProcess/{userSid}") - @ResponseBody - ResultBean stopProcess(@ApiParam(value = "当前用户sid") @PathVariable(value = "userSid")String userSid, - @RequestBody FlowTaskVo flowTaskVo); - - @ApiOperation(value = "我的流程分页列表") - @PostMapping(value = "/myprocess") - @ResponseBody - ResultBean myprocess(@RequestBody PagerQuery taskQueryPagerQuery); - - @ApiOperation(value = "业务系统查询我的流程分页列表") - @PostMapping(value = "/businessMyprocess/{userSid}") - @ResponseBody - ResultBean businessMyprocess(@ApiParam(value = "当前用户sid") @PathVariable(value = "userSid")String userSid, - @RequestBody PagerQuery taskQueryPagerQuery); - - @ApiOperation(value = "获取流程变量") - @GetMapping(value = "/processVariables/{taskId}") - @ResponseBody - ResultBean processVariables(@ApiParam(value = "流程任务Id") @PathVariable(value = "taskId") String taskId); - - /** - * 生成流程图 - * - * @param procInsId 任务ID - */ - @RequestMapping("/flowViewer/{procInsId}") - public ResultBean getFlowViewer(@PathVariable("procInsId") String procInsId) ; - - @ApiOperation(value = "获取所有可回退的节点") - @PostMapping(value = "/returnList") - public ResultBean findReturnTaskList(@RequestBody FlowTaskVo flowTaskVo); - - - @ApiOperation(value = "退回任务") - @PostMapping(value = "/return") - public ResultBean taskReturn(@RequestBody FlowTaskVo flowTaskVo); - - @ApiOperation(value = "驳回任务") - @PostMapping(value = "/reject") - public ResultBean> taskReject(@RequestBody FlowTaskVo flowTaskVo); - - @ApiOperation(value = "撤回流程", response = FlowTaskDto.class) - @PostMapping(value = "/revokeProcess") - public ResultBean> revokeProcess(@RequestBody FlowTaskVo flowTaskVo); - - @ApiOperation(value = "终止流程") - @PostMapping(value = "/breakProcess") - public ResultBean breakProcess(@RequestBody FlowTaskVo flowTaskVo); - - @ApiOperation(value = "流程历史流转记录" ) - @GetMapping(value = "/flowRecord/{procInsId}/{deployId}") - public ResultBean flowRecord(@PathVariable(value = "procInsId")String procInsId, - @PathVariable(value = "deployId")String deployId); - - @ApiOperation(value = "业务系统流程历史流转记录" ) - @GetMapping(value = "/businessFlowRecord/{procInsId}") - public ResultBean businessFlowRecord(@PathVariable(value = "procInsId")String procInsId); - - @ApiOperation(value = "删除流程实例") - @DeleteMapping(value = "/deleteProcess/{procInsId}") - @ResponseBody - ResultBean deleteProcess(@PathVariable(value = "procInsId")String procInsId); - - @ApiOperation(value = "获取当前环节的下一分支节点") - @PostMapping(value = "/getNextTasks/{taskId}") - public ResultBean getNextTasks(@PathVariable(value = "taskId")String taskId); - - @ApiOperation(value = "根据流程实例的id获取最新待办环节") - @PostMapping(value = "/getLatestTasks/{procId}") - ResultBean> getLatestTasks(@PathVariable(value = "procId") String procId); - - - @ApiOperation(value = "根据流程实例的id获取最新待办环节") - @PostMapping(value = "/getProcessCirculationNodes") - ResultBean< List> getProcessCirculationNodes(@RequestParam(value = "procId") String procI, - @RequestParam(value = "modelId") String modelId, - @RequestParam(value = "k")String k, - @RequestParam(value = "v")String v, - @RequestParam(value = "outcome")String outcome); - - @ApiOperation(value = "根据流程实例的id获取最新待办环节") - @PostMapping(value = "/getProcessCirculationNodesByMap") - ResultBean getProcessCirculationNodesByMap(@RequestBody BusinessVariables bv); - - @ApiOperation("获取流程图") - @GetMapping("/readXml/{sid}") - ResultBean readXml(@PathVariable(value ="sid") String sid); - @ApiOperation(value = "获取下一个环节") - @PostMapping(value = "/getNextNodesForSubmit") - ResultBean getNextNodesForSubmit(@RequestBody BusinessVariables bv); - @ApiOperation(value = "根据流程实例的id获取最新待办环节") - @PostMapping(value = "/获取上一个环节") - ResultBean getPreviousNodesForReject(@RequestBody BusinessVariables bv); -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskFeignFallBack.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskFeignFallBack.java deleted file mode 100644 index 8bb749c8..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskFeignFallBack.java +++ /dev/null @@ -1,186 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.baomidou.mybatisplus.extension.plugins.pagination.Page; -import com.yxt.anrui.flowable.api.flow.UserAndOrgPath; -import com.yxt.anrui.flowable.api.utils.RecordQuery; -import com.yxt.anrui.flowable.sqloperationsymbol.BusinessTaskQuery; -import com.yxt.anrui.flowable.sqloperationsymbol.BusinessVariables; -import com.yxt.anrui.flowable.test.StartProcessInstanceQuery; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import feign.Param; -import org.flowable.bpmn.model.FlowElement; -import org.springframework.stereotype.Component; - -import java.util.List; -import java.util.Map; - -/** - * @author dimengzhe - * @date 2021/8/20 15:43 - * @description - */ -@Component -public class FlowTaskFeignFallBack implements FlowTaskFeign { - @Override - public ResultBean startProcessInstanceByKey(StartProcessInstanceQuery startProcessInstanceQuery) { - return null; - } - - @Override - public ResultBeanbusinessComplete (BusinessVariables dto) { - return null; - } - - @Override - public ResultBean complete(FlowTaskVo flowTaskVo) { - return null; - } - - @Override - public ResultBean> todoList(PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean> businessTodoList(String userSid, PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean> businessTodoListForApp(String userSid, PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean getTodoNum(String userSid) { - return null; - } - - @Override - public ResultBean getTodoNum(UserAndOrgPath uaop) { - return null; - } - - - @Override - public ResultBean doneList(PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean businessDoneList(String userSid, PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean businessDoneListForApp(String userSid, PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean flowRecord(RecordQuery recordQuery) { - return null; - } - - @Override - public ResultBean stopProcess(String userSid, FlowTaskVo flowTaskVo) { - return null; - } - - - @Override - public ResultBean myprocess(PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean businessMyprocess(String userSid, PagerQuery taskQueryPagerQuery) { - return null; - } - - @Override - public ResultBean processVariables(String taskId) { - return null; - } - - @Override - public ResultBean getFlowViewer(String procInsId) { - return null; - } - - @Override - public ResultBean findReturnTaskList(FlowTaskVo flowTaskVo) { - return null; - } - - @Override - public ResultBean taskReturn(FlowTaskVo flowTaskVo) { - return null; - } - - @Override - public ResultBean taskReject(FlowTaskVo flowTaskVo) { - return null; - } - @Override - public ResultBean revokeProcess(FlowTaskVo flowTaskVo) { - return null; - } - - @Override - public ResultBean breakProcess(FlowTaskVo flowTaskVo) { - return null; - } - - @Override - public ResultBean flowRecord(String procInsId, String deployId) { - return null; - } - - @Override - public ResultBean businessFlowRecord(String procInsId) { - return null; - } - - @Override - public ResultBean deleteProcess(String procInsId) { - return null; - } - - @Override - public ResultBean getNextTasks(String procInsId) { - return null; - } - - @Override - public ResultBean getLatestTasks(String procId) { - return null; - } - - @Override - public ResultBean< List > getProcessCirculationNodes(String procId, String modelId, - String k, String v, String outcome) { - return null; - } - @Override - public ResultBean getProcessCirculationNodesByMap(BusinessVariables bv) { - return null; - } - - @Override - public ResultBean readXml(String deployId) { - return null; - } - - @Override - public ResultBean getNextNodesForSubmit(BusinessVariables bv) { - return null; - } - - @Override - public ResultBean getPreviousNodesForReject(BusinessVariables bv) { - return null; - } - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskQuery.java deleted file mode 100644 index 08c1fa93..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskQuery.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; - -/** - * @author dimengzhe - * @date 2021/8/20 13:53 - * @description - */ -public class FlowTaskQuery implements Query { - private static final long serialVersionUID = -7395299971899690002L; - @ApiModelProperty(value = "用户sid", required = true) - private String userSid; - - public String getUserSid() { - return userSid; - } - - public void setUserSid(String userSid) { - this.userSid = userSid; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskQueryOne.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskQueryOne.java deleted file mode 100644 index d74e908a..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskQueryOne.java +++ /dev/null @@ -1,46 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * @author dimengzhe - * @date 2021/9/2 15:41 - * @description - */ -@Data -@ApiModel("工作流任务相关--请求参数") -public class FlowTaskQueryOne { - - @ApiModelProperty("任务Id") - private String taskId; - - @ApiModelProperty("用户sid") - private String userSid; - - @ApiModelProperty("任务意见") - private String comment; - - @ApiModelProperty("流程实例Id") - private String instanceId; - - @ApiModelProperty("节点") - private String targetKey; - - @ApiModelProperty("流程变量信息") - private Map values=new HashMap<>(); - - @ApiModelProperty("审批人") - private String assignee; - - @ApiModelProperty("候选人") - private List candidateUsers; - - @ApiModelProperty("审批组") - private List candidateGroups; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskVo.java deleted file mode 100644 index 94ac010b..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowTaskVo.java +++ /dev/null @@ -1,53 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - *

流程任务

- * - * @author XuanXuan - * @date 2021-04-03 - */ -@ApiModel("工作流任务相关--请求参数") -@Data -public class FlowTaskVo { - - @ApiModelProperty("任务Id") - private String taskId; - @ApiModelProperty("业务sid") - private String businessSid; - @ApiModelProperty("用户Id") - private String userId; - @ApiModelProperty("用户Sid") - private String userSid; - - @ApiModelProperty("任务意见") - private String comment; - - @ApiModelProperty("流程实例Id") - private String instanceId; - - @ApiModelProperty("节点") - private String targetKey; - - @ApiModelProperty("流程变量信息") - private Map values=new HashMap<>(); - - @ApiModelProperty("审批人") - private String assignee; - - @ApiModelProperty("候选人") - private List candidateUsers; - - @ApiModelProperty("审批组") - private List candidateGroups; - - - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowViewerDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowViewerDto.java deleted file mode 100644 index a7459fd6..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/FlowViewerDto.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import java.io.Serializable; - -/** - * @author Xuan xuan - * @date 2021/4/21 20:55 - */ -public class FlowViewerDto implements Serializable { - - private String key; - private boolean completed; - public String getKey() { - return key; - } - public void setKey(String key) { - this.key = key; - } - public boolean isCompleted() { - return completed; - } - public void setCompleted(boolean completed) { - this.completed = completed; - } - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/LatestTaskVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/LatestTaskVo.java deleted file mode 100644 index 2defac60..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/LatestTaskVo.java +++ /dev/null @@ -1,34 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @Description - * @Author liuguohui - * @Date 2022/1/11 - */ -@ApiModel("最近环节") -@Data -public class LatestTaskVo implements Vo { - - @ApiModelProperty(value = "name_") - private String name_; - - @ApiModelProperty(value = "task_def_key_") - private String task_def_key_; - - @ApiModelProperty(value = "id_") - private String id_; - - @ApiModelProperty(value = "name_") - private String ASSIGNEE_; - - @ApiModelProperty(value = "orgPath") - private String orgPath; - - @ApiModelProperty(value = "incomingSourceRef") - private String incomingSourceRef; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskQuery.java deleted file mode 100644 index e6b7b415..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskQuery.java +++ /dev/null @@ -1,34 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author dimengzhe - * @date 2021/8/6 10:50 - * @description - */ -@Data -public class TaskQuery implements Query { - private static final long serialVersionUID = -6335769975925521118L; - @ApiModelProperty(value = "用户sid") - private String userSid; - @ApiModelProperty(value = "表单名称") - private String formName; - @ApiModelProperty(value = "开始时间") - private String startTime; - @ApiModelProperty(value = "结束时间") - private String endTime; - @ApiModelProperty(value = "业务系统的sid") - private String businessKey; - @ApiModelProperty(value = "待办人") - private String assignee; - @ApiModelProperty(value = "流程实例id") - private String processInstanceId; - @ApiModelProperty(value = "审批状态") - private Integer flowStatus; - @ApiModelProperty(value = "节点名称") - private String taskName; - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskQueryParamsVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskQueryParamsVo.java deleted file mode 100644 index 64783099..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskQueryParamsVo.java +++ /dev/null @@ -1,111 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.yxt.anrui.flowable.api.utils.ORDERBY; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.io.Serializable; -import java.util.List; -import java.util.Map; - -/** - * QueryParamsVo - * - * @author bruce.liu - * @date 2021/04/22 15:03 - */ -@Data -@ApiModel(value = "TaskQueryParamsVo", description = "查询任务实例的参数") -public class TaskQueryParamsVo implements Serializable { - //用户的工号 - @ApiModelProperty( - value = "用户的工号", - example = "00004737" - ) - private String userCode; - //系统标识 - @ApiModelProperty( - value = "系统标识", - example = "flow" - ) - private String appSn; - //系统标识 - @ApiModelProperty( - value = "系统标识列表", - example = "flow itp" - ) - private List appSns; - //表单名称 - @ApiModelProperty( - value = "表单名称", - example = "费用报销" - ) - private String formName; - //开始时间 - @ApiModelProperty( - value = "开始时间", - example = "2020-08-05 08:12:41" - ) - private String startTime; - //结束时间 - @ApiModelProperty( - value = "结束时间", - example = "2020-08-05 08:12:41" - ) - private String endTime; - //业务系统的id - @ApiModelProperty( - value = "业务主键", - example = "1234656" - ) - private String businessKey; - //待办人 - @ApiModelProperty( - value = "待办人", - example = "00004737" - ) - private String assignee; - //排序字段 1 升序 0 降序 - @ApiModelProperty( - value = "排序字段 1 升序 0 降序", - example = "0" - ) - private Integer orderFlag = 0; - //流程实例ID - @ApiModelProperty( - value = "流程实例ID", - example = "sfsafsfasfasfhkshdfwiey" - ) - private String processInstanceId; - //模型key - @ApiModelProperty( - value = "流程模型key", - example = "modelKey" - ) - private String modelKey; - //流程状态 1 审批中,2结束 - @ApiModelProperty( - value = "流程状态 1 审批中,2结束", - example = "1" - ) - private Integer flowStatus; - @ApiModelProperty( - value = "查询关键字", - example = "财务" - ) - private String keyword; - @ApiModelProperty( - value = "节点名称", - example = "部门经理" - ) - //节点名称 - private String taskName; - /** - * 排序 key:字段 value 是规则 - */ - @ApiModelProperty( - value = "排序 key:字段 value 是规则" - ) - private Map orderbyMap; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskUserInfo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskUserInfo.java deleted file mode 100644 index c05dfa87..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskUserInfo.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -public class TaskUserInfo { - private String assigneeName; - private String assigneeHeadImage; - private String assigneeSid; - - public String getAssigneeSid() { - return assigneeSid; - } - - public void setAssigneeSid(String assigneeSid) { - this.assigneeSid = assigneeSid; - } - - public String getAssigneeName() { - return assigneeName; - } - - public void setAssigneeName(String assigneeName) { - this.assigneeName = assigneeName; - } - - public String getAssigneeHeadImage() { - return assigneeHeadImage; - } - - public void setAssigneeHeadImage(String assigneeHeadImage) { - this.assigneeHeadImage = assigneeHeadImage; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskVo.java deleted file mode 100644 index 5a388c4e..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowtask/TaskVo.java +++ /dev/null @@ -1,81 +0,0 @@ -package com.yxt.anrui.flowable.api.flowtask; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author dimengzhe - * @date 2021/8/6 10:29 - * @description 待办工作返回参数 - */ -@Data -@ApiModel("工作流任务相关-返回参数") -public class TaskVo implements Vo { - private static final long serialVersionUID = 6590730229583603323L; - - @ApiModelProperty(value = "任务编号") - private String taskId; - @ApiModelProperty(value = "任务名称") - private String taskName; - @ApiModelProperty(value = "任务定义key") - private String taskDefKey; - @ApiModelProperty(value = "任务执行人sid") - private String assigneeSid; - - @ApiModelProperty(value = "任务执行人名称") - private String assigneeName; - - @ApiModelProperty("流程发起人sId") - private String startUserSid; - - @ApiModelProperty("流程发起人姓名") - private String startName; - @ApiModelProperty("流程类型") - private String category; - - @ApiModelProperty("流程变量信息") - private Object procVars; - - @ApiModelProperty("局部变量信息") - private Object taskLocalVars; - - @ApiModelProperty("流程部署编号") - private String deployId; - - @ApiModelProperty("流程ID") - private String procDefId; - - @ApiModelProperty("流程key") - private String procDefKey; - - @ApiModelProperty("流程定义名称") - private String procDefName; - - @ApiModelProperty("流程定义内置使用版本") - private int procDefVersion; - - @ApiModelProperty("流程实例ID") - private String procInsId; - - @ApiModelProperty("历史流程实例ID") - private String hisProcInsId; - - @ApiModelProperty("任务耗时") - private String duration; - - @ApiModelProperty("候选执行人") - private String candidate; - - @ApiModelProperty("任务创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date createTime; - - @ApiModelProperty("任务完成时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date finishTime; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessComment.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessComment.java deleted file mode 100644 index 73cb5e3a..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessComment.java +++ /dev/null @@ -1,68 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.processcomment; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: processcomment(流程评论)
- * File: ProcessComment.java
- * Class: com.yxt.anrui.flowable.api.processcomment.api.processcomment.ProcessComment
- * Description: process_comment.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-01-30 14:40:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "process_comment", description = "process_comment") -@TableName("process_comment") -public class ProcessComment extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("评论人") - private String reviewer; // 评论人 - @ApiModelProperty("评论人sid") - private String reviewerSid; // 评论人sid - @ApiModelProperty("评论时间") - private Date time; // 评论时间 - @ApiModelProperty("评论内容") - private String content; // 评论内容 - @ApiModelProperty("评论的流程id") - private String processId; // 评论的流程id - @ApiModelProperty("评论的流程实列的sid") - private String processInstSid; // 评论的流程实列的sid - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentDetailsVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentDetailsVo.java deleted file mode 100644 index 311ea5a2..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentDetailsVo.java +++ /dev/null @@ -1,69 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.processcomment; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: processcomment(流程评论)
- * File: ProcessCommentVo.java
- * Class: com.yxt.anrui.flowable.api.processcomment.api.processcomment.ProcessCommentVo
- * Description: process_comment 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-01-30 14:40:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "process_comment 视图数据详情", description = "process_comment 视图数据详情") -public class ProcessCommentDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("评论人") - private String reviewer; // 评论人 - @ApiModelProperty("评论人sid") - private String reviewerSid; // 评论人sid - @ApiModelProperty("评论时间") - private Date time; // 评论时间 - @ApiModelProperty("评论内容") - private String content; // 评论内容 - @ApiModelProperty("评论的流程id") - private String processId; // 评论的流程id - @ApiModelProperty("评论的流程实列的sid") - private String processInstSid; // 评论的流程实列的sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentDto.java deleted file mode 100644 index 08ff5e22..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentDto.java +++ /dev/null @@ -1,69 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.processcomment; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: processcomment(流程评论)
- * File: ProcessCommentDto.java
- * Class: com.yxt.anrui.flowable.api.processcomment.api.processcomment.ProcessCommentDto
- * Description: process_comment 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-01-30 14:40:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "process_comment 数据传输对象", description = "process_comment 数据传输对象") -public class ProcessCommentDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("评论人") - private String reviewer; // 评论人 - @ApiModelProperty("评论人sid") - private String reviewerSid; // 评论人sid - @ApiModelProperty("评论时间") - private Date time; // 评论时间 - @ApiModelProperty("评论内容") - private String content; // 评论内容 - @ApiModelProperty("评论的流程id") - private String processId; // 评论的流程id - @ApiModelProperty("评论的流程实列的sid") - private String processInstSid; // 评论的流程实列的sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentFeign.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentFeign.java deleted file mode 100644 index 119f5ded..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentFeign.java +++ /dev/null @@ -1,81 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.processcomment; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: processcomment(流程评论)
- * File: ProcessCommentFeign.java
- * Class: com.yxt.anrui.flowable.api.processcomment.api.processcomment.ProcessCommentFeign
- * Description: process_comment.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-01-30 14:40:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@FeignClient( - contextId = "processcomment-ProcessComment", - name = "supervise-flowable", - path = "v1/processcomment", - fallback = ProcessCommentFeignFallback.class) -public interface ProcessCommentFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody ProcessCommentDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); - @ApiOperation("根据流程实列的id获取流程相关的评论") - @GetMapping("/getCommentList/{processId}") - @ResponseBody - ResultBean> getCommentList(@PathVariable("processId")String processId); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentFeignFallback.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentFeignFallback.java deleted file mode 100644 index a4e8687c..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentFeignFallback.java +++ /dev/null @@ -1,77 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.processcomment; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: processcomment(流程评论)
- * File: ProcessCommentFeignFallback.java
- * Class: com.yxt.anrui.flowable.api.processcomment.api.processcomment.ProcessCommentFeignFallback
- * Description: process_comment.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-01-30 14:40:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class ProcessCommentFeignFallback implements ProcessCommentFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口processcomment/processcomment/listPage无法访问"); - } - - @Override - public ResultBean save(ProcessCommentDto dto){ - return ResultBean.fireFail().setMsg("接口processcomment/processcomment/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口processcomment/processcomment/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口processcomment/processcomment/fetchDetailsBySid无法访问"); - } - - @Override - public ResultBean> getCommentList(String processId) { - return null; - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentQuery.java deleted file mode 100644 index 13b90162..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentQuery.java +++ /dev/null @@ -1,67 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.processcomment; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: processcomment(流程评论)
- * File: ProcessCommentQuery.java
- * Class: com.yxt.anrui.flowable.api.processcomment.api.processcomment.ProcessCommentQuery
- * Description: process_comment 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-01-30 14:40:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "process_comment 查询条件", description = "process_comment 查询条件") -public class ProcessCommentQuery implements Query { - - @ApiModelProperty("评论人") - private String reviewer; // 评论人 - @ApiModelProperty("评论人sid") - private String reviewerSid; // 评论人sid - @ApiModelProperty("评论时间") - private Date time; // 评论时间 - @ApiModelProperty("评论内容") - private String content; // 评论内容 - @ApiModelProperty("评论的流程id") - private String processId; // 评论的流程id - @ApiModelProperty("评论的流程实列的sid") - private String processInstSid; // 评论的流程实列的sid - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentVo.java deleted file mode 100644 index e4dc90a0..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/processcomment/ProcessCommentVo.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.flowable.api.processcomment; - - -import com.yxt.anrui.flowable.api.flowtask.AppUserVo; -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: processcomment(流程评论)
- * File: ProcessCommentVo.java
- * Class: com.yxt.anrui.flowable.api.processcomment.api.processcomment.ProcessCommentVo
- * Description: process_comment 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-01-30 14:40:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "process_comment 视图数据对象", description = "process_comment 视图数据对象") -public class ProcessCommentVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("评论人") - private String reviewer; // 评论人 - @ApiModelProperty("评论人sid") - private String reviewerSid; // 评论人sid - @ApiModelProperty("评论时间") - private Date time; // 评论时间 - @ApiModelProperty("评论内容") - private String content; // 评论内容 - @ApiModelProperty("评论的流程id") - private String processId; // 评论的流程id - @ApiModelProperty("评论的流程实列的sid") - private String processInstSid; // 评论的流程实列的sid - @ApiModelProperty("taskUserInfo") - private AppUserVo taskUserInfo; // AppUserVo - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysdeployform/SysDeployForm.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysdeployform/SysDeployForm.java deleted file mode 100644 index 20347337..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysdeployform/SysDeployForm.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.anrui.flowable.api.sysdeployform; - -import com.yxt.anrui.flowable.api.utils.Excel; -import com.yxt.common.core.domain.BaseEntity; -import lombok.Data; - -/** - * 流程实例关联表单对象 sys_instance_form - * - * @author XuanXuan Xuan - * @date 2021-03-30 - */ -@Data -public class SysDeployForm extends BaseEntity -{ - private static final long serialVersionUID = 1L; - /** 表单主键 */ - @Excel(name = "表单主键") - private Long formId; - - /** 流程定义主键 */ - @Excel(name = "流程定义主键") - private String deployId; - - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysForm.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysForm.java deleted file mode 100644 index 86af5860..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysForm.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.anrui.flowable.api.sysform; - -import com.yxt.anrui.flowable.api.utils.Excel; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * 流程表单对象 sys_task_form - * - * @author XuanXuan Xuan - * @date 2021-03-30 - */ -@ApiModel(value = "流程表单对象", description = "流程表单对象") -@Data -public class SysForm extends BaseEntity { - private static final long serialVersionUID = 1L; - - /** - * 表单id - */ - private String formId; - - /** - * 表单名称 - */ - @Excel(name = "表单名称") - private String formName; - - /** - * 表单内容 - */ - @Excel(name = "表单内容") - private String formContent; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormFeign.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormFeign.java deleted file mode 100644 index e7c4132e..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormFeign.java +++ /dev/null @@ -1,60 +0,0 @@ -package com.yxt.anrui.flowable.api.sysform; - -import com.yxt.anrui.flowable.api.sysdeployform.SysDeployForm; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; -@FeignClient( - contextId = "supervise-flowable-SysFormFeign", - name = "supervise-flowable", - path = "v1/flowable/form", - fallback = SysFormFeignFallBack.class) -public interface SysFormFeign { - /** - * 查询流程表单列表 - */ - @PostMapping("/list") - @ResponseBody - public ResultBean> list( @RequestBody PagerQuery pq) ; - - /** - * 导出流程表单列表 - */ - @GetMapping("/export") - public ResultBean export(SysForm sysForm) ; - - /** - * 获取流程表单详细信息 - */ - @GetMapping(value = "/{formId}") - @ResponseBody - public String getInfo(@PathVariable("formId") Long formId); - - /** - * 新增流程表单 - */ - @PostMapping(value="/add") - @ResponseBody - public ResultBean add(@RequestBody SysForm sysForm) ; - - /** - * 修改流程表单 - */ - @PutMapping - public ResultBean edit(@RequestBody SysForm sysForm); - - /** - * 删除流程表单 - */ - @DeleteMapping("/{formIds}") - public ResultBean remove(@PathVariable Long[] formIds); - - - /** - * 挂载流程表单 - */ - @PostMapping("/addDeployForm") - public ResultBean addDeployForm(@RequestBody SysDeployForm sysDeployForm); -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormFeignFallBack.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormFeignFallBack.java deleted file mode 100644 index e0b60517..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormFeignFallBack.java +++ /dev/null @@ -1,51 +0,0 @@ -package com.yxt.anrui.flowable.api.sysform; - -import com.yxt.anrui.flowable.api.sysdeployform.SysDeployForm; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * @author dimengzhe - * @date 2021/8/20 15:43 - * @description - */ -@Component -public class SysFormFeignFallBack implements SysFormFeign { - - @Override - public ResultBean> list(PagerQuery pq) { - return null; - } - - @Override - public ResultBean export(SysForm sysForm) { - return null; - } - - @Override - public String getInfo(Long formId) { - return null; - } - - @Override - public ResultBean add(SysForm sysForm) { - return null; - } - - @Override - public ResultBean edit(SysForm sysForm) { - return null; - } - - @Override - public ResultBean remove(Long[] formIds) { - return null; - } - - @Override - public ResultBean addDeployForm(SysDeployForm sysDeployForm) { - return null; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormQuery.java deleted file mode 100644 index 2d0f9a3a..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormQuery.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.anrui.flowable.api.sysform; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * 流程表单对象 sys_task_form - * - * @author XuanXuan Xuan - * @date 2021-03-30 - */ -@Data -public class SysFormQuery implements Query { - - private static final long serialVersionUID = -7125349257031748592L; - - /** - * 表单名称 - */ - private String formName; - - /** - * 表单内容 - */ - private String formContent; - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormVo.java deleted file mode 100644 index 3f898fb9..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysFormVo.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.yxt.anrui.flowable.api.sysform; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * 流程表单对象 sys_task_form - * - * @author XuanXuan Xuan - * @date 2021-03-30 - */ -@Data -@ApiModel("流程表单对象") -public class SysFormVo implements Vo { - private static final long serialVersionUID = -3846821999540647493L; - /** - * 表单主键 - */ - private Integer formId; - - private String formName; - - private String formContent; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysTaskForm.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysTaskForm.java deleted file mode 100644 index 8b788fa7..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysform/SysTaskForm.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.anrui.flowable.api.sysform; - -import com.yxt.anrui.flowable.api.utils.Excel; -import com.yxt.common.core.domain.BaseEntity; -import lombok.Data; - -/** - * 流程任务关联单对象 sys_task_form - * - * @author XuanXuan Xuan - * @date 2021-04-03 - */ -@Data -public class SysTaskForm extends BaseEntity -{ - private static final long serialVersionUID = 1L; - - - /** 表单主键 */ - @Excel(name = "表单主键") - private Long formId; - - /** 所属任务 */ - @Excel(name = "所属任务") - private String taskId; - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLink.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLink.java deleted file mode 100644 index d12416cc..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLink.java +++ /dev/null @@ -1,46 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: anrui-flowable(流程引擎)
- * File: SysFormLink.java
- * Class: com.yxt.anrui.flowable.api.sysformlink.SysFormLink
- * Description: 流程业务关联表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-03-15 16:55:39
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@ApiModel(value = "流程业务关联表", description = "流程业务关联表") -@TableName("sys_form_link") -@Data -public class SysFormLink extends BaseEntity { - private static final long serialVersionUID = 1L; - - - @ApiModelProperty("业务sid") - private String businessSid; - - @ApiModelProperty("流程实例id") - private String procInsId; - - @ApiModelProperty("节点id") - private String taskDefKey; - - @ApiModelProperty("节点状态") - private String nodeState; - - @ApiModelProperty("状态判断:0未提交,1办理中, 2已办结, -1退回到发起人,-2终止") - private Integer flowState; - - @ApiModelProperty("业务类型(见SysFormLinkTypeEnum枚举类)") - private String formType; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkDto.java deleted file mode 100644 index b65a4fd1..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkDto.java +++ /dev/null @@ -1,50 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import javax.validation.constraints.NotBlank; - -/** - * Project: anrui-flowable(流程引擎)
- * File: SysFormLinkDto.java
- * Class: com.yxt.anrui.flowable.api.sysformlink.SysFormLinkDto
- * Description: 流程业务关联表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-03-15 16:55:39
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@ApiModel(value = "流程业务关联表 数据传输对象", description = "流程业务关联表 数据传输对象") -@Data -public class SysFormLinkDto implements Dto { - - - @ApiModelProperty("业务sid") - @NotBlank(message = "业务sid不能为空") - private String businessSid; - - @ApiModelProperty("流程实例id") - @NotBlank(message = "流程实例不能为空") - private String procInsId; - - @ApiModelProperty("节点id") - private String taskDefKey; - - @ApiModelProperty("节点状态") - @NotBlank(message = "节点状态不能为空") - private String nodeState; - - @ApiModelProperty("状态判断:0未提交,1办理中, 2已办结, -1退回到发起人,-2终止") - private Integer flowState; - - @ApiModelProperty("业务类型") - @NotBlank(message = "业务类型") - private String formType; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFeign.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFeign.java deleted file mode 100644 index 160a0530..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFeign.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import javax.validation.Valid; -import java.util.Map; - -/** - * Project: anrui-flowable(流程引擎)
- * File: SysFormLinkFeign.java
- * Class: com.yxt.anrui.flowable.api.sysformlink.SysFormLinkFeign
- * Description: 流程业务关联表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-03-15 16:55:39
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "流程业务关联表") -@FeignClient( - contextId = "supervise-flowable-SysFormLink", - name = "supervise-flowable", - path = "v1/sysformlink", - fallback = SysFormLinkFeignFallback.class) -public interface SysFormLinkFeign { - - @ApiOperation("保存流程业务关联表(任务发起时)") - @PostMapping("/save") - ResultBean save(@Valid @RequestBody SysFormLinkDto dto); - - @ApiOperation("根据业务sid查询节点状态") - @GetMapping("/selectStateByBusinessSid/{business}") - ResultBean selectStateByBusinessSid(@PathVariable("business") String business); - - @ApiOperation("更新关联表节点状态属性") - @PostMapping("/updateFiled") - ResultBean updateFiled(@RequestBody Map map); - - @ApiOperation("更新关联表节点状态属性") - @PostMapping("/selectByBusinessSid/{sid}") - ResultBean selectByBusinessSid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFeignFallback.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFeignFallback.java deleted file mode 100644 index 8ee3fa33..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFeignFallback.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - -import com.yxt.common.core.result.ResultBean; -import org.springframework.stereotype.Component; - -import java.util.Map; - -/** - * Project: anrui-flowable(流程引擎)
- * File: SysFormLinkFeignFallback.java
- * Class: com.yxt.anrui.flowable.api.sysformlink.SysFormLinkFeignFallback
- * Description: 流程业务关联表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-03-15 16:55:39
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class SysFormLinkFeignFallback implements SysFormLinkFeign { - - @Override - public ResultBean save(SysFormLinkDto dto) { - return ResultBean.fireFail().setMsg("接口anrui-flowable/sysformlink/save无法访问"); - } - - @Override - public ResultBean selectStateByBusinessSid(String business) { - return ResultBean.fireFail().setMsg("接口anrui-flowable/sysformlink/selectStateByBusinessSid无法访问"); - } - - @Override - public ResultBean updateFiled(Map map) { - return ResultBean.fireFail().setMsg("接口anrui-flowable/sysformlink/updateFiled无法访问"); - } - - @Override - public ResultBean selectByBusinessSid(String sid) { - return ResultBean.fireFail().setMsg("接口anrui-flowable/sysformlink/selectBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFlowStateEnum.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFlowStateEnum.java deleted file mode 100644 index 2c139cc8..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkFlowStateEnum.java +++ /dev/null @@ -1,46 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - -/** - * @author liuguohui - * @version 1.0 - * @Description: 流程状态枚举类 - * @date 2022/03/15 - */ -public enum SysFormLinkFlowStateEnum { - -/* UNCOMMITTED("0", "待提交"), - PROCESSING("1", "办理中"), - FINISH("2", "已办结"), - REJECT("-1", "退回到发起人"), - BREAK("-2", "已终止")*/ - /* START("0", "发起(重新发起)"), - AGREE("1", "同意"), - REJECT("2", "驳回"), - WITHDRAW("3", "撤回"), - STOP("4", "终止"), - SETTLE("5", "办结")*/ - ; - // 发起(重新发起)、同意、驳回、撤回、终止 - /** - * 流程类型名称 - */ - private final String code; - - /** - * 流程代号 - */ - private final String state; - - SysFormLinkFlowStateEnum(String code, String state) { - this.code = code; - this.state = state; - } - - public String getCode() { - return code; - } - - public String getState() { - return state; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkQuery.java deleted file mode 100644 index a9dddf63..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkQuery.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: anrui-flowable(流程引擎)
- * File: SysFormLinkQuery.java
- * Class: com.yxt.anrui.flowable.api.sysformlink.SysFormLinkQuery
- * Description: 流程业务关联表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-03-15 16:55:39
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@ApiModel(value = "流程业务关联表 查询条件", description = "流程业务关联表 查询条件") -@Data -public class SysFormLinkQuery implements Query { - - - @ApiModelProperty("业务sid") - private String businessSid; - - @ApiModelProperty("流程实例id") - private String procInsId; - - @ApiModelProperty("节点状态") - private String nodeState; - - @ApiModelProperty("状态判断:0未提交,1办理中, 2已办结, -1退回到发起人,-2终止") - private Integer flowState; - - @ApiModelProperty("业务类型(见SysFormLinkTypeEnum枚举类)") - private String formType; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkTypeEnum.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkTypeEnum.java deleted file mode 100644 index d88e9a17..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkTypeEnum.java +++ /dev/null @@ -1,40 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - -/** - * @author liuguohui - * @version 1.0 - * @Description: 流程业务关联表 类型枚举类 - * @date 2022/03/14 - */ -public enum SysFormLinkTypeEnum { - - ORDER_DEPOSIT_VEHICLE("0001", "虚拟订单审批"), - CAR_SALE_CONTRACT("0002", "新车买卖合同审核"), - ADVANCE_GINVOICEAPPLY("0003", "提前开票审批"), - VEHICLE_APPLY("0004", "排产申请审批"), - BASE_OUTSOURCING_APPLICATION("0005", "外采申请审批"), - ; - - /** - * 类型代号 - */ - private final String code; - - /** - * 类型名称 - */ - private final String type; - - SysFormLinkTypeEnum(String code, String type) { - this.code = code; - this.type = type; - } - - public String getCode() { - return code; - } - - public String getType() { - return type; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkVo.java deleted file mode 100644 index eb5dde29..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormLinkVo.java +++ /dev/null @@ -1,44 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: anrui-flowable(流程引擎)
- * File: SysFormLinkVo.java
- * Class: com.yxt.anrui.flowable.api.sysformlink.SysFormLinkVo
- * Description: 流程业务关联表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-03-15 16:55:39
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@ApiModel(value = "流程业务关联表 视图数据对象", description = "流程业务关联表 视图数据对象") -@Data -public class SysFormLinkVo implements Vo { - - - @ApiModelProperty("业务sid") - private String businessSid; - - @ApiModelProperty("流程实例id") - private String procInsId; - - @ApiModelProperty("节点id") - private String taskDefKey; - - @ApiModelProperty("节点状态") - private String nodeState; - - @ApiModelProperty("状态判断:0未提交,1办理中, 2已办结, -1退回到发起人,-2终止") - private Integer flowState; - - @ApiModelProperty("业务类型(见SysFormLinkTypeEnum枚举类)") - private String formType; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormStateVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormStateVo.java deleted file mode 100644 index 190e035b..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysformlink/SysFormStateVo.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.anrui.flowable.api.sysformlink; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author liuguohui - * @version 1.0 - * @description - * @date 2022/03/15 - */ -@ApiModel("流程状态") -@Data -public class SysFormStateVo implements Vo { - - @ApiModelProperty("节点状态") - private String nodeState; - - @ApiModelProperty("状态判断:0未提交,1办理中, 2已办结, -1退回到发起人,-2终止") - private Integer flowState; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/AppSysProUrlQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/AppSysProUrlQuery.java deleted file mode 100644 index 363e2579..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/AppSysProUrlQuery.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import lombok.Data; - -import javax.validation.constraints.NotBlank; - -/** - * @author liuguohui - * @version 1.0 - * @description - * @date 2022/03/18 - */ -@Data -public class AppSysProUrlQuery extends SysProUrlQuery{ - - @NotBlank(message = "业务sid不能为空") - private String businessSid; - - @NotBlank(message = "任务id不能为空") - private String taskId; - - @NotBlank(message = "流程部署编号不能为空") - private String deployId; - - @NotBlank(message = "流程实例id不能为空") - private String procInsId; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/AppUrlVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/AppUrlVo.java deleted file mode 100644 index f4d40da7..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/AppUrlVo.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author liuguohui - * @version 1.0 - * @description - * @date 2022/03/18 - */ -@ApiModel("app端待办、已办返回url") -@Data -public class AppUrlVo implements Vo { - - @ApiModelProperty(name = "app路径") - private String path; - - @ApiModelProperty(name = "插件名称") - private String modulePluginName; - - @ApiModelProperty(name = "插件版本") - private Integer moduleVersion; - - @ApiModelProperty(name = "msgSid") - private String msgSid; - - @ApiModelProperty(name = "json 串(procInsId,businessSid,deployId,taskId)") - private String json; - - @ApiModelProperty(name = "类型,0.内置Activity 1.内置WebView 2.RePlugin插件") - private String type; - - @ApiModelProperty(name = "跳转实体类路径") - private String moduleAction; - - @ApiModelProperty(name = "moduleSid") - private String moduleSid; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/PcUrlVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/PcUrlVo.java deleted file mode 100644 index e6cafd31..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/PcUrlVo.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author liuguohui - * @version 1.0 - * @description - * @date 2022/03/18 - */ -@ApiModel("pc端待办、已办返回url") -@Data -public class PcUrlVo implements Vo { - - @ApiModelProperty(name = "url") - private String url; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrl.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrl.java deleted file mode 100644 index 77670f52..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrl.java +++ /dev/null @@ -1,65 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * 流程表单对象 Sys_Pro_Url - * - * @author XuanXuan Xuan - * @date 2021-03-30 - */ -@ApiModel(value = "流程业务表单url对象", description = "流程业务表单url对象") -@Data -public class SysProUrl extends BaseEntity { - private static final long serialVersionUID = 1L; - - /** - * url - */ - @ApiModelProperty(name = "url") - private String url; - - /** - * 类型办理或者详情 - */ - @ApiModelProperty(name = "类型办理或者详情") - private String type; - - /** - * 终端:pc/mobile - */ - @ApiModelProperty(name = "终端:pc/mobile") - private String terminal; - /** - * 表单id - */ - @ApiModelProperty(name = "表单id") - private String formId; - /** - * 名称 - */ - @ApiModelProperty(name = "名称") - private String title; - /** - * 流程定义id - */ - @ApiModelProperty(name = "流程定义id") - private String proc_def_id; - - /** - * 节点 - */ - @ApiModelProperty(name = "节点id") - private String taskDefKey; - - /** - * app插件名称(模块名称) - */ - private String modulePluginName; - - @ApiModelProperty(value = "环节名称") - private String taskName; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlDto.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlDto.java deleted file mode 100644 index 196da35d..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlDto.java +++ /dev/null @@ -1,62 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.io.Serializable; - -/** - *

流程业务表单url对象

- */ -@ApiModel("流程业务表单url对象") -@Data -public class SysProUrlDto implements Serializable { - - private static final long serialVersionUID = -2191041848170198498L; - @ApiModelProperty(value = "sid") - private String sid; - /** - * url - */ - @ApiModelProperty(value = "办理或详情的url") - private String url; - - /** - * 类型办理或者详情 - */ - @ApiModelProperty(value = "办理:1,详情2") - private String type; - - /** - * 终端:pc/mobile - */ - @ApiModelProperty(value = "pc端:1,移动端2") - private String terminal; - /** - * 名称 - */ - @ApiModelProperty(value = "名称") - private String title; - /** - * 流程定义id - */ - @ApiModelProperty(value = "流程定义id") - private String proc_def_id; - - /** - * 节点 - */ - @ApiModelProperty(value = "节点id") - private String taskDefKey; - - /** - * app插件名称(模块名称) - */ - @ApiModelProperty(value = "app版本sid#类型(1框架2插件)") - private String modulePluginName; - - @ApiModelProperty(value = "环节名称") - private String taskName; - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlFeign.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlFeign.java deleted file mode 100644 index 729c4418..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlFeign.java +++ /dev/null @@ -1,89 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.cloud.openfeign.SpringQueryMap; -import org.springframework.web.bind.annotation.*; - -import javax.validation.Valid; -import java.util.List; - -@FeignClient( - contextId = "supervise-flowable-SysProUrlFeign", - name = "supervise-flowable", - path = "v1/flowable/proUrl", - fallback = SysProUrlFeignFallBack.class) -public interface SysProUrlFeign { - /** - * 查询流程业务表单url对 象 - */ - @PostMapping("/list") - public ResultBean> list(@RequestBody PagerQuery pq); - - - /** - * 获取流程业务表单url对象 - */ - @GetMapping(value = "/getSysProUrl/{formId}") - public ResultBean getSysProUrl(@PathVariable("formId") int formId); - - /** - * 根据流程实例id获取form信息 - */ - @GetMapping(value = "/getForm/{proId}") - public ResultBean getForm(@PathVariable("proId") String proId); - - /** - * 新增流程业务表单url对象 - */ - @PostMapping(value = "/add") - public ResultBean add(@SpringQueryMap SysProUrlDto dto); - - /** - * 删除流程业务表单url对象 - */ - @DeleteMapping("/{formIds}") - public ResultBean remove(@PathVariable("formIds") Long[] formIds); - - @ApiOperation("pc根据流程定义id,节点id,终端及类型查询流程与业务表单url") - @PostMapping("/selectPcUrlByTaskDefKey") - ResultBean selectPcUrlByTaskDefKey(@Valid @RequestBody SysProUrlQuery query); - - @ApiOperation("app根据流程定义id,节点id,终端及类型查询流程与业务表单url") - @PostMapping("/selectAppUrlByTaskDefKey") - ResultBean selectAppUrlByTaskDefKey(@Valid @RequestBody AppSysProUrlQuery query); - - - /** - * pc根据流程定义id,节点id,终端及类型查询流程与业务表单url - * - * @param procDefId 流程定义id - * @param taskDefKey 节点id - * @param type 类型:1办理,2详情 - * @return - */ - @ApiOperation("查询流程与业务表单的url") - @GetMapping("/selectUrlByKey") - ResultBean> selectUrlByKey(@ApiParam(value = "流程定义id") @RequestParam(value = "procDefId") String procDefId, - @ApiParam(value = "节点id") @RequestParam(value = "taskDefKey") String taskDefKey, - @ApiParam(value = "类型:1办理,2详情") @RequestParam(value = "type") String type); - /** - * pc根据流程定义id,节点id,终端及类型查询流程与业务表单url - * - * @param procDefId 流程定义id - * @param taskDefKey 节点id - * @param type 类型:1办理,2详情 - * @return - */ - @ApiOperation("查询流程与业务表单的url") - @GetMapping("/selectUrlByKeyWithTerminal") - ResultBean selectUrlByKey(@ApiParam(value = "流程定义id") @RequestParam(value = "procDefId") String procDefId, - @ApiParam(value = "节点id") @RequestParam(value = "taskDefKey") String taskDefKey, - @ApiParam(value = "类型:1办理,2详情") @RequestParam(value = "type") String type - ,@ApiParam(value = "终端:1pc,2移动") @RequestParam(value = "terminal") String terminal); - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlFeignFallBack.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlFeignFallBack.java deleted file mode 100644 index d9af05be..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlFeignFallBack.java +++ /dev/null @@ -1,62 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * @author dimengzhe - * @date 2021/8/20 15:43 - * @description - */ -@Component -public class SysProUrlFeignFallBack implements SysProUrlFeign { - - @Override - public ResultBean> list(PagerQuery pq) { - return null; - } - - @Override - public ResultBean getSysProUrl(int formSid) { - return null; - } - - @Override - public ResultBean getForm(String proId) { - return null; - } - - @Override - public ResultBean add(SysProUrlDto dto) { - return null; - } - - @Override - public ResultBean remove(Long[] formIds) { - return null; - } - - @Override - public ResultBean selectPcUrlByTaskDefKey(SysProUrlQuery query) { - return null; - } - - @Override - public ResultBean selectAppUrlByTaskDefKey(AppSysProUrlQuery query) { - return null; - } - - @Override - public ResultBean> selectUrlByKey(String procDefId, String taskDefKey, String type) { - return null; - } - - @Override - public ResultBean selectUrlByKey(String procDefId, String taskDefKey, String type,String terminal) { - return null; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlQuery.java deleted file mode 100644 index e10167b6..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlQuery.java +++ /dev/null @@ -1,60 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import javax.validation.constraints.NotBlank; - -/** - * 流程表单对象 sys_task_form - * - * @author XuanXuan Xuan - * @date 2021-03-30 - */ -@Data -public class SysProUrlQuery implements Query { - - - /** - * 表单主键 - */ - private String url; - - /** - * 类型办理或者详情 - */ - @NotBlank(message = "类型不能为空") - private String type; - - /** - * 终端:pc/mobile - */ - private String terminal; - /** - * 表单id - */ - private String formId; - /** - * 名称 - */ - private String title; - /** - * 流程定义id - */ - @ApiModelProperty(name = "流程定义id") - @NotBlank(message = "流程定义id不能为空") - private String proc_def_id; - - /** - * 节点 - */ - @ApiModelProperty(name = "节点id") - @NotBlank(message = "节点id不能为空") - private String taskDefKey; - - /** - * app插件名称(模块名称) - */ - private String modulePluginName; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlVo.java deleted file mode 100644 index 1d81dc34..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/sysprourl/SysProUrlVo.java +++ /dev/null @@ -1,54 +0,0 @@ -package com.yxt.anrui.flowable.api.sysprourl; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * 流程业务表单url对象 SysProUrl - * - * @author XuanXuan Xuan - * @date 2021-03-30 - */ -@Data -@ApiModel("流程业务表单url对象") -public class SysProUrlVo implements Vo { - - /** - * 表单主键 - */ - private String url; - - /** - * 类型办理或者详情 - */ - private String type; - - /** - * 终端:pc/mobile - */ - private String terminal; - /** - * 表单id - */ - private String formId; - /** - * 名称 - */ - private String title; - - /** - * 流程定义id - */ - private String proc_def_id; - - /** - * 节点id - */ - private String taskDefKey; - - /** - * app插件名称(模块名称) - */ - private String modulePluginName; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/CharsetKit.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/CharsetKit.java deleted file mode 100644 index a036c9ab..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/CharsetKit.java +++ /dev/null @@ -1,88 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - - -import com.yxt.common.base.utils.StringUtils; - -import java.nio.charset.Charset; -import java.nio.charset.StandardCharsets; - -/** - * 字符集工具类 - * - * @author ruoyi - */ -public class CharsetKit -{ - /** ISO-8859-1 */ - public static final String ISO_8859_1 = "ISO-8859-1"; - /** UTF-8 */ - public static final String UTF_8 = "UTF-8"; - /** GBK */ - public static final String GBK = "GBK"; - - /** ISO-8859-1 */ - public static final Charset CHARSET_ISO_8859_1 = Charset.forName(ISO_8859_1); - /** UTF-8 */ - public static final Charset CHARSET_UTF_8 = Charset.forName(UTF_8); - /** GBK */ - public static final Charset CHARSET_GBK = Charset.forName(GBK); - - /** - * 转换为Charset对象 - * - * @param charset 字符集,为空则返回默认字符集 - * @return Charset - */ - public static Charset charset(String charset) - { - return StringUtils.isEmpty(charset) ? Charset.defaultCharset() : Charset.forName(charset); - } - - /** - * 转换字符串的字符集编码 - * - * @param source 字符串 - * @param srcCharset 源字符集,默认ISO-8859-1 - * @param destCharset 目标字符集,默认UTF-8 - * @return 转换后的字符集 - */ - public static String convert(String source, String srcCharset, String destCharset) - { - return convert(source, Charset.forName(srcCharset), Charset.forName(destCharset)); - } - - /** - * 转换字符串的字符集编码 - * - * @param source 字符串 - * @param srcCharset 源字符集,默认ISO-8859-1 - * @param destCharset 目标字符集,默认UTF-8 - * @return 转换后的字符集 - */ - public static String convert(String source, Charset srcCharset, Charset destCharset) - { - if (null == srcCharset) - { - srcCharset = StandardCharsets.ISO_8859_1; - } - - if (null == destCharset) - { - destCharset = StandardCharsets.UTF_8; - } - - if (StringUtils.isEmpty(source) || srcCharset.equals(destCharset)) - { - return source; - } - return new String(source.getBytes(srcCharset), destCharset); - } - - /** - * @return 系统字符集编码 - */ - public static String systemCharset() - { - return Charset.defaultCharset().name(); - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/Convert.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/Convert.java deleted file mode 100644 index ace74bd2..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/Convert.java +++ /dev/null @@ -1,1006 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - -import com.yxt.common.base.utils.StringUtils; -import org.apache.commons.lang3.ArrayUtils; - -import java.math.BigDecimal; -import java.math.BigInteger; -import java.nio.ByteBuffer; -import java.nio.charset.Charset; -import java.text.NumberFormat; -import java.util.Set; - -/** - * 类型转换器 - * - * @author ruoyi - */ -public class Convert -{ - /** - * 转换为字符串
- * 如果给定的值为null,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static String toStr(Object value, String defaultValue) - { - if (null == value) - { - return defaultValue; - } - if (value instanceof String) - { - return (String) value; - } - return value.toString(); - } - - /** - * 转换为字符串
- * 如果给定的值为null,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static String toStr(Object value) - { - return toStr(value, null); - } - - /** - * 转换为字符
- * 如果给定的值为null,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Character toChar(Object value, Character defaultValue) - { - if (null == value) - { - return defaultValue; - } - if (value instanceof Character) - { - return (Character) value; - } - - final String valueStr = toStr(value, null); - return StringUtils.isEmpty(valueStr) ? defaultValue : valueStr.charAt(0); - } - - /** - * 转换为字符
- * 如果给定的值为null,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Character toChar(Object value) - { - return toChar(value, null); - } - - /** - * 转换为byte
- * 如果给定的值为null,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Byte toByte(Object value, Byte defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof Byte) - { - return (Byte) value; - } - if (value instanceof Number) - { - return ((Number) value).byteValue(); - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - return Byte.parseByte(valueStr); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为byte
- * 如果给定的值为null,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Byte toByte(Object value) - { - return toByte(value, null); - } - - /** - * 转换为Short
- * 如果给定的值为null,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Short toShort(Object value, Short defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof Short) - { - return (Short) value; - } - if (value instanceof Number) - { - return ((Number) value).shortValue(); - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - return Short.parseShort(valueStr.trim()); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为Short
- * 如果给定的值为null,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Short toShort(Object value) - { - return toShort(value, null); - } - - /** - * 转换为Number
- * 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Number toNumber(Object value, Number defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof Number) - { - return (Number) value; - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - return NumberFormat.getInstance().parse(valueStr); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为Number
- * 如果给定的值为空,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Number toNumber(Object value) - { - return toNumber(value, null); - } - - /** - * 转换为int
- * 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Integer toInt(Object value, Integer defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof Integer) - { - return (Integer) value; - } - if (value instanceof Number) - { - return ((Number) value).intValue(); - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - return Integer.parseInt(valueStr.trim()); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为int
- * 如果给定的值为null,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Integer toInt(Object value) - { - return toInt(value, null); - } - - /** - * 转换为Integer数组
- * - * @param str 被转换的值 - * @return 结果 - */ - public static Integer[] toIntArray(String str) - { - return toIntArray(",", str); - } - - /** - * 转换为Long数组
- * - * @param str 被转换的值 - * @return 结果 - */ - public static Long[] toLongArray(String str) - { - return toLongArray(",", str); - } - - /** - * 转换为Integer数组
- * - * @param split 分隔符 - * @param split 被转换的值 - * @return 结果 - */ - public static Integer[] toIntArray(String split, String str) - { - if (StringUtils.isEmpty(str)) - { - return new Integer[] {}; - } - String[] arr = str.split(split); - final Integer[] ints = new Integer[arr.length]; - for (int i = 0; i < arr.length; i++) - { - final Integer v = toInt(arr[i], 0); - ints[i] = v; - } - return ints; - } - - /** - * 转换为Long数组
- * - * @param split 分隔符 - * @param str 被转换的值 - * @return 结果 - */ - public static Long[] toLongArray(String split, String str) - { - if (StringUtils.isEmpty(str)) - { - return new Long[] {}; - } - String[] arr = str.split(split); - final Long[] longs = new Long[arr.length]; - for (int i = 0; i < arr.length; i++) - { - final Long v = toLong(arr[i], null); - longs[i] = v; - } - return longs; - } - - /** - * 转换为String数组
- * - * @param str 被转换的值 - * @return 结果 - */ - public static String[] toStrArray(String str) - { - return toStrArray(",", str); - } - - /** - * 转换为String数组
- * - * @param split 分隔符 - * @param split 被转换的值 - * @return 结果 - */ - public static String[] toStrArray(String split, String str) - { - return str.split(split); - } - - /** - * 转换为long
- * 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Long toLong(Object value, Long defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof Long) - { - return (Long) value; - } - if (value instanceof Number) - { - return ((Number) value).longValue(); - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - // 支持科学计数法 - return new BigDecimal(valueStr.trim()).longValue(); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为long
- * 如果给定的值为null,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Long toLong(Object value) - { - return toLong(value, null); - } - - /** - * 转换为double
- * 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Double toDouble(Object value, Double defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof Double) - { - return (Double) value; - } - if (value instanceof Number) - { - return ((Number) value).doubleValue(); - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - // 支持科学计数法 - return new BigDecimal(valueStr.trim()).doubleValue(); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为double
- * 如果给定的值为空,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Double toDouble(Object value) - { - return toDouble(value, null); - } - - /** - * 转换为Float
- * 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Float toFloat(Object value, Float defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof Float) - { - return (Float) value; - } - if (value instanceof Number) - { - return ((Number) value).floatValue(); - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - return Float.parseFloat(valueStr.trim()); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为Float
- * 如果给定的值为空,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Float toFloat(Object value) - { - return toFloat(value, null); - } - - /** - * 转换为boolean
- * String支持的值为:true、false、yes、ok、no,1,0 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static Boolean toBool(Object value, Boolean defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof Boolean) - { - return (Boolean) value; - } - String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - valueStr = valueStr.trim().toLowerCase(); - switch (valueStr) - { - case "true": - return true; - case "false": - return false; - case "yes": - return true; - case "ok": - return true; - case "no": - return false; - case "1": - return true; - case "0": - return false; - default: - return defaultValue; - } - } - - /** - * 转换为boolean
- * 如果给定的值为空,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static Boolean toBool(Object value) - { - return toBool(value, null); - } - - /** - * 转换为Enum对象
- * 如果给定的值为空,或者转换失败,返回默认值
- * - * @param clazz Enum的Class - * @param value 值 - * @param defaultValue 默认值 - * @return Enum - */ - public static > E toEnum(Class clazz, Object value, E defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (clazz.isAssignableFrom(value.getClass())) - { - @SuppressWarnings("unchecked") - E myE = (E) value; - return myE; - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - return Enum.valueOf(clazz, valueStr); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为Enum对象
- * 如果给定的值为空,或者转换失败,返回默认值null
- * - * @param clazz Enum的Class - * @param value 值 - * @return Enum - */ - public static > E toEnum(Class clazz, Object value) - { - return toEnum(clazz, value, null); - } - - /** - * 转换为BigInteger
- * 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static BigInteger toBigInteger(Object value, BigInteger defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof BigInteger) - { - return (BigInteger) value; - } - if (value instanceof Long) - { - return BigInteger.valueOf((Long) value); - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - return new BigInteger(valueStr); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为BigInteger
- * 如果给定的值为空,或者转换失败,返回默认值null
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static BigInteger toBigInteger(Object value) - { - return toBigInteger(value, null); - } - - /** - * 转换为BigDecimal
- * 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @param defaultValue 转换错误时的默认值 - * @return 结果 - */ - public static BigDecimal toBigDecimal(Object value, BigDecimal defaultValue) - { - if (value == null) - { - return defaultValue; - } - if (value instanceof BigDecimal) - { - return (BigDecimal) value; - } - if (value instanceof Long) - { - return new BigDecimal((Long) value); - } - if (value instanceof Double) - { - return new BigDecimal((Double) value); - } - if (value instanceof Integer) - { - return new BigDecimal((Integer) value); - } - final String valueStr = toStr(value, null); - if (StringUtils.isEmpty(valueStr)) - { - return defaultValue; - } - try - { - return new BigDecimal(valueStr); - } - catch (Exception e) - { - return defaultValue; - } - } - - /** - * 转换为BigDecimal
- * 如果给定的值为空,或者转换失败,返回默认值
- * 转换失败不会报错 - * - * @param value 被转换的值 - * @return 结果 - */ - public static BigDecimal toBigDecimal(Object value) - { - return toBigDecimal(value, null); - } - - /** - * 将对象转为字符串
- * 1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法 - * - * @param obj 对象 - * @return 字符串 - */ - public static String utf8Str(Object obj) - { - return str(obj, CharsetKit.CHARSET_UTF_8); - } - - /** - * 将对象转为字符串
- * 1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法 - * - * @param obj 对象 - * @param charsetName 字符集 - * @return 字符串 - */ - public static String str(Object obj, String charsetName) - { - return str(obj, Charset.forName(charsetName)); - } - - /** - * 将对象转为字符串
- * 1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法 - * - * @param obj 对象 - * @param charset 字符集 - * @return 字符串 - */ - public static String str(Object obj, Charset charset) - { - if (null == obj) - { - return null; - } - - if (obj instanceof String) - { - return (String) obj; - } - else if (obj instanceof byte[]) - { - return str((byte[]) obj, charset); - } - else if (obj instanceof Byte[]) - { - byte[] bytes = ArrayUtils.toPrimitive((Byte[]) obj); - return str(bytes, charset); - } - else if (obj instanceof ByteBuffer) - { - return str((ByteBuffer) obj, charset); - } - return obj.toString(); - } - - /** - * 将byte数组转为字符串 - * - * @param bytes byte数组 - * @param charset 字符集 - * @return 字符串 - */ - public static String str(byte[] bytes, String charset) - { - return str(bytes, StringUtils.isEmpty(charset) ? Charset.defaultCharset() : Charset.forName(charset)); - } - - /** - * 解码字节码 - * - * @param data 字符串 - * @param charset 字符集,如果此字段为空,则解码的结果取决于平台 - * @return 解码后的字符串 - */ - public static String str(byte[] data, Charset charset) - { - if (data == null) - { - return null; - } - - if (null == charset) - { - return new String(data); - } - return new String(data, charset); - } - - /** - * 将编码的byteBuffer数据转换为字符串 - * - * @param data 数据 - * @param charset 字符集,如果为空使用当前系统字符集 - * @return 字符串 - */ - public static String str(ByteBuffer data, String charset) - { - if (data == null) - { - return null; - } - - return str(data, Charset.forName(charset)); - } - - /** - * 将编码的byteBuffer数据转换为字符串 - * - * @param data 数据 - * @param charset 字符集,如果为空使用当前系统字符集 - * @return 字符串 - */ - public static String str(ByteBuffer data, Charset charset) - { - if (null == charset) - { - charset = Charset.defaultCharset(); - } - return charset.decode(data).toString(); - } - - // ----------------------------------------------------------------------- 全角半角转换 - /** - * 半角转全角 - * - * @param input String. - * @return 全角字符串. - */ - public static String toSBC(String input) - { - return toSBC(input, null); - } - - /** - * 半角转全角 - * - * @param input String - * @param notConvertSet 不替换的字符集合 - * @return 全角字符串. - */ - public static String toSBC(String input, Set notConvertSet) - { - char c[] = input.toCharArray(); - for (int i = 0; i < c.length; i++) - { - if (null != notConvertSet && notConvertSet.contains(c[i])) - { - // 跳过不替换的字符 - continue; - } - - if (c[i] == ' ') - { - c[i] = '\u3000'; - } - else if (c[i] < '\177') - { - c[i] = (char) (c[i] + 65248); - - } - } - return new String(c); - } - - /** - * 全角转半角 - * - * @param input String. - * @return 半角字符串 - */ - public static String toDBC(String input) - { - return toDBC(input, null); - } - - /** - * 替换全角为半角 - * - * @param text 文本 - * @param notConvertSet 不替换的字符集合 - * @return 替换后的字符 - */ - public static String toDBC(String text, Set notConvertSet) - { - char c[] = text.toCharArray(); - for (int i = 0; i < c.length; i++) - { - if (null != notConvertSet && notConvertSet.contains(c[i])) - { - // 跳过不替换的字符 - continue; - } - - if (c[i] == '\u3000') - { - c[i] = ' '; - } - else if (c[i] > '\uFF00' && c[i] < '\uFF5F') - { - c[i] = (char) (c[i] - 65248); - } - } - String returnString = new String(c); - - return returnString; - } - - /** - * 数字金额大写转换 先写个完整的然后将如零拾替换成零 - * - * @param n 数字 - * @return 中文大写数字 - */ - public static String digitUppercase(double n) - { - String[] fraction = { "角", "分" }; - String[] digit = { "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }; - String[][] unit = { { "元", "万", "亿" }, { "", "拾", "佰", "仟" } }; - - String head = n < 0 ? "负" : ""; - n = Math.abs(n); - - String s = ""; - for (int i = 0; i < fraction.length; i++) - { - s += (digit[(int) (Math.floor(n * 10 * Math.pow(10, i)) % 10)] + fraction[i]).replaceAll("(零.)+", ""); - } - if (s.length() < 1) - { - s = "整"; - } - int integerPart = (int) Math.floor(n); - - for (int i = 0; i < unit[0].length && integerPart > 0; i++) - { - String p = ""; - for (int j = 0; j < unit[1].length && n > 0; j++) - { - p = digit[integerPart % 10] + unit[1][j] + p; - integerPart = integerPart / 10; - } - s = p.replaceAll("(零.)*零$", "").replaceAll("^$", "零") + unit[0][i] + s; - } - return head + s.replaceAll("(零.)*零元", "元").replaceFirst("(零.)+", "").replaceAll("(零.)+", "零").replaceAll("^整$", "零元整"); - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/Excel.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/Excel.java deleted file mode 100644 index 0ecfca93..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/Excel.java +++ /dev/null @@ -1,165 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - -import java.lang.annotation.ElementType; -import java.lang.annotation.Retention; -import java.lang.annotation.RetentionPolicy; -import java.lang.annotation.Target; -import java.math.BigDecimal; - -/** - * 自定义导出Excel数据注解 - * - * @author ruoyi - */ -@Retention(RetentionPolicy.RUNTIME) -@Target(ElementType.FIELD) -public @interface Excel -{ - /** - * 导出时在excel中排序 - */ - public int sort() default Integer.MAX_VALUE; - - /** - * 导出到Excel中的名字. - */ - public String name() default ""; - - /** - * 日期格式, 如: yyyy-MM-dd - */ - public String dateFormat() default ""; - - /** - * 如果是字典类型,请设置字典的type值 (如: sys_user_sex) - */ - public String dictType() default ""; - - /** - * 读取内容转表达式 (如: 0=男,1=女,2=未知) - */ - public String readConverterExp() default ""; - - /** - * 分隔符,读取字符串组内容 - */ - public String separator() default ","; - - /** - * BigDecimal 精度 默认:-1(默认不开启BigDecimal格式化) - */ - public int scale() default -1; - - /** - * BigDecimal 舍入规则 默认:BigDecimal.ROUND_HALF_EVEN - */ - public int roundingMode() default BigDecimal.ROUND_HALF_EVEN; - - /** - * 导出类型(0数字 1字符串) - */ - public ColumnType cellType() default ColumnType.STRING; - - /** - * 导出时在excel中每个列的高度 单位为字符 - */ - public double height() default 14; - - /** - * 导出时在excel中每个列的宽 单位为字符 - */ - public double width() default 16; - - /** - * 文字后缀,如% 90 变成90% - */ - public String suffix() default ""; - - /** - * 当值为空时,字段的默认值 - */ - public String defaultValue() default ""; - - /** - * 提示信息 - */ - public String prompt() default ""; - - /** - * 设置只能选择不能输入的列内容. - */ - public String[] combo() default {}; - - /** - * 是否导出数据,应对需求:有时我们需要导出一份模板,这是标题需要但内容需要用户手工填写. - */ - public boolean isExport() default true; - - /** - * 另一个类中的属性名称,支持多级获取,以小数点隔开 - */ - public String targetAttr() default ""; - - /** - * 是否自动统计数据,在最后追加一行统计数据总和 - */ - public boolean isStatistics() default false; - - /** - * 导出字段对齐方式(0:默认;1:靠左;2:居中;3:靠右) - */ - Align align() default Align.AUTO; - - public enum Align - { - AUTO(0), LEFT(1), CENTER(2), RIGHT(3); - private final int value; - - Align(int value) - { - this.value = value; - } - - public int value() - { - return this.value; - } - } - - /** - * 字段类型(0:导出导入;1:仅导出;2:仅导入) - */ - Type type() default Type.ALL; - - public enum Type - { - ALL(0), EXPORT(1), IMPORT(2); - private final int value; - - Type(int value) - { - this.value = value; - } - - public int value() - { - return this.value; - } - } - - public enum ColumnType - { - NUMERIC(0), STRING(1), IMAGE(2); - private final int value; - - ColumnType(int value) - { - this.value = value; - } - - public int value() - { - return this.value; - } - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ORDERBY.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ORDERBY.java deleted file mode 100644 index 787ea730..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ORDERBY.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - -/** - * @author bruce.liu - * @Description 排序的enum - * @time 2021年4月16日 - */ -public enum ORDERBY { - DESC, ASC; - - public ORDERBY reverse() { - return (this == ASC) ? DESC : ASC; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ProcDefEnum.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ProcDefEnum.java deleted file mode 100644 index 41c193b6..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ProcDefEnum.java +++ /dev/null @@ -1,104 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - -/** - * 流程定义:流程名称与代号枚举类 - */ -public enum ProcDefEnum { - - /***************************正式流程id***********************************/ - - ORDERDEPOSITAPPROVE("简易订单-订金收取", "process_pkyns85b:4:575004"), - ORDERDEPOSITVEHICLEAPPROVE("简易订单-车辆预定", "process_pkyns85b:5:575008"), - ORDERAPPROVE("订单审批", "order_approve_96asleqi:1:227504"), - SALESPOLICY("销售政策审批流程", "process_biw9gfh7:2:727504"),//TODO:正式新2022-11-25 - FINBILLAPPLICATION("开票申请流程", "process_t5ksueur:1:252833"), - BUSCENTERADVANCEGINVOICEAPPLY("提前开票申请流程", "advance_ginvoiceapply:1:242664"), - ARREARSCARRYVEHICLE("欠款提车审批流程", "process_8ax1xxn3:1:795004"), - VEHICLEAPPLY("排产申请流程", "process_9egcg169:12:735004"),//TODO:正式新2022-11-25 - SCMCARTRANSFER("库存地点变更申请", "process_3bc4p2em:8:725008"), //TODO:正式新2022-11-25 - BASEVEHICLEACTUALSALES("未售买断", "process_6qx07b75:8:725012"),//ToDo:正式新2022-11-25 - FINCOSTAPPLY("费用申请", "process_u0pahv0s:6:725016"),//ToDo:正式新2022-11-25 - FINPAYAPPLY("付款申请", "process_gin2tntb:4:725020"),//ToDo:正式新2022-11-25 - RECORDAPPLICATION("入库申请", "process_xbwq2c7p:3:675024"),//TODO - SCMVEHICLERETURN("采购退库", "process_md8aeoap:2:722508"),//ToDo:正式新2022-11-25 - SEALAPPLY("盖章申请", "process_7h0z66tp:1:240064"), - SALESORDER("销售订单审批流程", "process_p5ils2rn:7:827504"), - BASEOUTSOURCINGAPPLICATION("外采申请", "process_5tqysnjc:5:722504"),//ToDo:正式新2022-11-25 - BASEMODELMODPRICE("车型调价申请", "process_kydcif7k:7:722512"),//ToDo:正式新2022-11-25 - BASEINTERNALPURCHASE("调车申请", "process_i6luw5xq:3:722516"),//ToDo:正式新2022-11-25 - BASEACCADJAPPLY("调账申请", "process_r6pyzqoz:2:722520"), //ToDo:正式新2022-11-25 - BUSDELIVEREDAPPLY("出库申请", "process_wgt1n66l:3:770004"), - BASESHUNINVOICAPPLY("调车开票申请", "process_u4xrvaso:1:400008"), - BASEVEHINSTALLMODPRICE("上装调价申请", "process_s0a0svth:1:492508"), - SCMVEHREBATEWITHAPPLY("单车返利预提申请", "process_qegarc7r:1:535004"), - SCMVEHREBATECHECKAPPLY("单车返利核对申请", "process_3xtbbru8:1:560004"), - SCMSPECIALREBATEWITHAPPLY("专项返利预提申请", "process_l0yxpgs2:1:590004"), - SCMSPECIALREBATECHECKAPPLY("专项返利核对申请", "process_qw22vupn:1:590008"), - SCMSPECIALREBATECHEDISTRIBUTE("专项返利分配申请", "process_h3w1aval:1:615004"), - SCMCOLLECTIONREBATEWITHAPPLY("回款返利预提申请", "process_k4lodiyg:1:630004"), - SCMCOLLECTIONREBATECHECKAPPLY("回款返利核对申请", "process_fgrv1mbv:1:630008"), - CONTRACTAPPLY("合同审核", "process_gd8c9xd5:1:545008"), - BASEDISPACKAGEAPPLY("优惠包申请流程", "process_l8i6tqho:1:967504"), - PR("采购申请", "process_xb9q6w5v:8:1307630"), - - - /******************************测试流程id*********************************************/ - - /*ORDERDEPOSITAPPROVE("简易订单-订金收取", "process_pkyns85b:4:575004"), - ORDERDEPOSITVEHICLEAPPROVE("简易订单-车辆预定", "process_pkyns85b:5:575008"), - ORDERAPPROVE("订单审批", "order_approve_96asleqi:1:227504"), - RECORDAPPLICATION("入库申请", "process_xbwq2c7p:3:675024"), - SEALAPPLY("盖章申请", "process_7h0z66tp:1:240064"), - SALESORDER("销售订单审批流程", "process_p5ils2rn:7:1123496"), - BUSDELIVEREDAPPLY("出库申请", "process_wgt1n66l:2:357504"), - BASESHUNINVOICAPPLY("调车开票申请", "process_u4xrvaso:1:400008"), - BASEVEHINSTALLMODPRICE("上装调价申请", "process_s0a0svth:1:492508"), - SCMVEHREBATEWITHAPPLY("单车返利预提申请", "process_qegarc7r:1:535004"), - SCMVEHREBATECHECKAPPLY("单车返利核对申请", "process_3xtbbru8:1:560004"), - SCMSPECIALREBATEWITHAPPLY("专项返利预提申请", "process_l0yxpgs2:1:590004"), - SCMSPECIALREBATECHECKAPPLY("专项返利核对申请", "process_qw22vupn:1:590008"), - SCMSPECIALREBATECHEDISTRIBUTE("专项返利分配申请", "process_h3w1aval:1:615004"), - SCMCOLLECTIONREBATEWITHAPPLY("回款返利预提申请", "process_k4lodiyg:1:630004"), - SCMCOLLECTIONREBATECHECKAPPLY("回款返利核对申请", "process_fgrv1mbv:1:630008"), - CONTRACTAPPLY("合同审核", "process_gd8c9xd5:1:545008"), - SCMCARTRANSFER("库存地点变更申请", "process_3bc4p2em:8:860004"), //TODO:测试 - BASEVEHICLEACTUALSALES("未售买断", "process_6qx07b75:9:852504"),//ToDo:测试 - VEHICLEAPPLY("排产申请流程", "process_9egcg169:12:910004"),//TODO:测试 - FINCOSTAPPLY("费用申请","process_u0pahv0s:6:902504"),//ToDo:测试 - FINPAYAPPLY("付款申请","process_gin2tntb:4:902508"),//ToDo:测试 - ARREARSCARRYVEHICLE("欠款提车审批流程", "process_8ax1xxn3:2:862512"),//测试(新)2022、11、22 - BUSCENTERADVANCEGINVOICEAPPLY("提前开票申请流程", "process_zt1gov6e:4:862504"), //测试 - FINBILLAPPLICATION("开票申请流程", "process_sndce6s9:2:937504"),//测试(新)2022、11、22 - BASEOUTSOURCINGAPPLICATION("外采申请", "process_5tqysnjc:5:867504"),//测试外采流程定义id - BASEMODELMODPRICE("车型调价申请", "process_kydcif7k:7:867520"),//测试车型调价流程定义id - BASEINTERNALPURCHASE("调车申请", "process_i6luw5xq:4:892504"),//测试调车流程定义id - BASEACCADJAPPLY("调账申请", "process_r6pyzqoz:2:867516"), //测试调账流程定义id - SCMVEHICLERETURN("采购退库", "process_md8aeoap:2:867508"),//测试采购退库流程定义id - SALESPOLICY("销售政策审批流程", "process_biw9gfh7:2:867524"),//测试销售政策流程定义id - BASEDISPACKAGEAPPLY("优惠包申请流程", "process_l8i6tqho:1:967504"),//测试优惠包申请流程定义id*/ - ; - - ProcDefEnum(String proDefName, String proDefId) { - this.proDefName = proDefName; - this.proDefId = proDefId; - - } - - /** - * 流程类型名称 - */ - private final String proDefName; - - /** - * 流程代号 - */ - private final String proDefId; - - public String getProDefName() { - return proDefName; - } - - public String getProDefId() { - return proDefId; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ProcessStateEnum.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ProcessStateEnum.java deleted file mode 100644 index 1d6badb4..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ProcessStateEnum.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - -/** - * @author 10095 - * @version 1.0 - * @Description: 流程状态枚举类 - * @date 2022/03/01 - */ -public enum ProcessStateEnum { - - STARTED("审批中", "started"), - FINISHED("已办结", "finished") - ; - - - ProcessStateEnum(String stateName, String stateCode) { - this.stateName = stateName; - this.stateCode = stateCode; - } - - /** - * 状态名称 - */ - private final String stateName; - - /** - * 状态代号 - */ - private final String stateCode; - - public String getStateName() { - return stateName; - } - - public String getStateCode() { - return stateCode; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/RecordQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/RecordQuery.java deleted file mode 100644 index 8a553b19..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/RecordQuery.java +++ /dev/null @@ -1,19 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author dimengzhe - * @date 2021/8/23 14:18 - * @description - */ -@Data -public class RecordQuery implements Query { - private static final long serialVersionUID = 480213691108105877L; - - private String procInsId; - private String deployId; - - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ServletUtils.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ServletUtils.java deleted file mode 100644 index e7c1bec5..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/ServletUtils.java +++ /dev/null @@ -1,137 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - -import com.yxt.common.base.utils.StringUtils; -import org.springframework.web.context.request.RequestAttributes; -import org.springframework.web.context.request.RequestContextHolder; -import org.springframework.web.context.request.ServletRequestAttributes; - -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; -import javax.servlet.http.HttpSession; -import java.io.IOException; - -/** - * 客户端工具类 - * - * @author ruoyi - */ -public class ServletUtils -{ - /** - * 获取String参数 - */ - public static String getParameter(String name) - { - return getRequest().getParameter(name); - } - - /** - * 获取String参数 - */ - public static String getParameter(String name, String defaultValue) - { - return Convert.toStr(getRequest().getParameter(name), defaultValue); - } - - /** - * 获取Integer参数 - */ - public static Integer getParameterToInt(String name) - { - return Convert.toInt(getRequest().getParameter(name)); - } - - /** - * 获取Integer参数 - */ - public static Integer getParameterToInt(String name, Integer defaultValue) - { - return Convert.toInt(getRequest().getParameter(name), defaultValue); - } - - /** - * 获取request - */ - public static HttpServletRequest getRequest() - { - return getRequestAttributes().getRequest(); - } - - /** - * 获取response - */ - public static HttpServletResponse getResponse() - { - return getRequestAttributes().getResponse(); - } - - /** - * 获取session - */ - public static HttpSession getSession() - { - return getRequest().getSession(); - } - - public static ServletRequestAttributes getRequestAttributes() - { - RequestAttributes attributes = RequestContextHolder.getRequestAttributes(); - return (ServletRequestAttributes) attributes; - } - - /** - * 将字符串渲染到客户端 - * - * @param response 渲染对象 - * @param string 待渲染的字符串 - * @return null - */ - public static String renderString(HttpServletResponse response, String string) - { - try - { - response.setStatus(200); - response.setContentType("application/json"); - response.setCharacterEncoding("utf-8"); - response.getWriter().print(string); - } - catch (IOException e) - { - e.printStackTrace(); - } - return null; - } - - /** - * 是否是Ajax异步请求 - * - * @param request - */ - public static boolean isAjaxRequest(HttpServletRequest request) - { - String accept = request.getHeader("accept"); - if (accept != null && accept.indexOf("application/json") != -1) - { - return true; - } - - String xRequestedWith = request.getHeader("X-Requested-With"); - if (xRequestedWith != null && xRequestedWith.indexOf("XMLHttpRequest") != -1) - { - return true; - } - - String uri = request.getRequestURI(); - if (StringUtils.inString(uri, ".json", ".xml")) - { - return true; - } - - String ajax = request.getParameter("__ajax"); - if (StringUtils.inString(ajax, "json", "xml")) - { - return true; - } - return false; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/SqlUtil.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/SqlUtil.java deleted file mode 100644 index 383b4943..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/api/utils/SqlUtil.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.yxt.anrui.flowable.api.utils; - - -import com.yxt.common.base.utils.StringUtils; - -/** - * sql操作工具类 - * - * @author ruoyi - */ -public class SqlUtil -{ - /** - * 仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序) - */ - public static String SQL_PATTERN = "[a-zA-Z0-9_\\ \\,\\.]+"; - - /** - * 检查字符,防止注入绕过 - */ - public static String escapeOrderBySql(String value) - { - if (StringUtils.isNotEmpty(value) && !isValidOrderBySql(value)) - { - //throw new BaseException("参数不符合规范,不能进行查询"); - } - return value; - } - - /** - * 验证 order by 语法是否符合规范 - */ - public static boolean isValidOrderBySql(String value) - { - return value.matches(SQL_PATTERN); - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/exception/CustomException.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/exception/CustomException.java deleted file mode 100644 index 3ca7810a..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/exception/CustomException.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.yxt.anrui.flowable.exception; - -/** - * 自定义异常 - * - * @author ruoyi - */ -public class CustomException extends RuntimeException -{ - private static final long serialVersionUID = 1L; - - private Integer code; - - private String message; - - public CustomException(String message) - { - this.message = message; - } - - public CustomException(String message, Integer code) - { - this.message = message; - this.code = code; - } - - public CustomException(String message, Throwable e) - { - super(message, e); - this.message = message; - } - - @Override - public String getMessage() - { - return message; - } - - public Integer getCode() - { - return code; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessTaskParam.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessTaskParam.java deleted file mode 100644 index 0d8e1a1f..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessTaskParam.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.anrui.flowable.sqloperationsymbol; - -import lombok.Data; -/** - * task 查询参数 - */ -@Data -public class BusinessTaskParam { - - public BusinessTaskParam(){} - - public BusinessTaskParam(String field, String value) { - this.field = field; - this.sqlOperationSymbol = SQLOperationSymbol.EQUAL; - this.value = value; - } - - public BusinessTaskParam(String field, String value, SQLOperationSymbol sqlOperationSymbol) { - this.field = field; - this.sqlOperationSymbol = sqlOperationSymbol; - this.value = value; - } - /** - * 字段 - */ - private String field; - /** - * 运算符号 - */ - private SQLOperationSymbol sqlOperationSymbol; - /** - * 值 - */ - private String value; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessTaskQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessTaskQuery.java deleted file mode 100644 index 95b717cf..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessTaskQuery.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.yxt.anrui.flowable.sqloperationsymbol; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -/** - * task 查询参数 集合 - */ -@Data -public class BusinessTaskQuery implements Query { - private List fields = new ArrayList<>(); - - public static BusinessTaskQuery create(){ - BusinessTaskQuery bt = new BusinessTaskQuery(); - return bt; - } - public BusinessTaskQuery add(BusinessTaskParam param){ - if(fields==null){ - fields = new ArrayList<>(); - } - fields.add(param); - return this; - } - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessVariables.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessVariables.java deleted file mode 100644 index f1d5a9ba..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/BusinessVariables.java +++ /dev/null @@ -1,67 +0,0 @@ -package com.yxt.anrui.flowable.sqloperationsymbol; - -import io.swagger.annotations.ApiModelProperty; -import lombok.AllArgsConstructor; -import lombok.Builder; -import lombok.Data; -import lombok.NoArgsConstructor; -import org.apache.commons.lang3.StringUtils; - -import java.util.HashMap; -import java.util.Map; - -/** - * 业务系统调用flowable流程传递参数的格式 - */ -@Data -@Builder -@AllArgsConstructor -@NoArgsConstructor -public class BusinessVariables { - /** - * 分公司sid - */ - public static final String ORGPATH="orgPath"; - /** - * 流程定义的id - */ - private String modelId; - /** - * 审批意见 - */ - private String comment; - /** - * 流程实例的id - */ - private String instanceId; - /** - * taskId - */ - private String taskId; - /** - * 当前用户的id - */ - private String userSid; - /** - * 当前用户部门的全路径 - */ - private String orgSidPath; - /** - * 业务sid - */ - private String businessSid; - /** - * 环节定义的ID - */ - private String taskDefKey; - /** - * nextNodeUserSids 下一环节的用户sid - */ - private String nextNodeUserSids; - /** - * 业务参数,按需传递 - */ - private Map formVariables =new HashMap<>(); - /* @ApiModelProperty("机构sid:切换结构使用") - private String orgPath;*/ -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/SQLOperationSymbol.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/SQLOperationSymbol.java deleted file mode 100644 index 05b3275d..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/sqloperationsymbol/SQLOperationSymbol.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.yxt.anrui.flowable.sqloperationsymbol; - -/** - * sql语句运算符号,“=”,“like”,"in",">","<" - */ -public enum SQLOperationSymbol { - EQUAL("=","相等"), - LIKE("like","模糊查询"), - LT("<","大于"),//LESS THAN小于 - GT(">","小于"),//GT 就是 GREATER THAN大于  - GE(">=","大于等于"),// GREATER THAN OR EQUAL 大于等于 - LE("<=","小于等于"),//LESS THAN OR EQUAL 小于等于 - NE("<>","不等于"),//NOT EQUAL不等于 - NONE("","无"); - private String symbol; - private String desc; - - SQLOperationSymbol(String symbol, String desc) { - this.symbol = symbol; - this.desc = desc; - } - - public String getSymbol() { - return symbol; - } - - public void setSymbol(String symbol) { - this.symbol = symbol; - } - - public String getDesc() { - return desc; - } - - public void setDesc(String desc) { - this.desc = desc; - } -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/FlowCommentVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/FlowCommentVo.java deleted file mode 100644 index 7c4494f9..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/FlowCommentVo.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.anrui.flowable.test; - -import com.yxt.common.core.vo.Vo; -import lombok.Builder; -import lombok.Data; - -/** - * @author dimengzhe - * @date 2021/6/25 14:21 - * @description - */ -@Data -@Builder -public class FlowCommentVo implements Vo { - private static final long serialVersionUID = -5771441948567658394L; - - /** - * 意见类别 1正常(同意)意见 2退回意见 3 驳回意见 4 委派意见 5 转办意见 6 终止流程 7 撤回流程 - */ - private String type; - - /** - * 意见内容 - */ - private String comment; - -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/HolidayTestApi.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/HolidayTestApi.java deleted file mode 100644 index b56c9396..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/HolidayTestApi.java +++ /dev/null @@ -1,39 +0,0 @@ -package com.yxt.anrui.flowable.test; - -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.ResponseBody; - -import javax.servlet.http.HttpServletResponse; - -/** - * @author dimengzhe - * @date 2021/6/18 10:37 - * @description - */ -@FeignClient( - contextId = "yxt-supervise-flowable-holidayTest", - name = "supervise-flowable", - path = "v1/flowable/holidaytest") -public interface HolidayTestApi { - - /** - * 提交请假 - * - * @param taskUser 申请人 - * @param day 申请天数 - * @return - */ - @PostMapping(value = "submit") - @ResponseBody - @ApiOperation(value = "提交请假") - public ResultBean submit(String taskUser, Integer day); - - @GetMapping(value = "processImage") - @ApiOperation(value = "生成图片的方法") - @ResponseBody - public void genProcessDiagram(HttpServletResponse httpServletResponse, String processId); -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/HolidayVo.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/HolidayVo.java deleted file mode 100644 index e0fc4f0b..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/HolidayVo.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.yxt.anrui.flowable.test; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author dimengzhe - * @date 2021/6/21 10:11 - * @description - */ -@Data -public class HolidayVo implements Vo { - private static final long serialVersionUID = 9212210138258932085L; - - @ApiModelProperty(value = "流程实例id") - private String id; - @ApiModelProperty(value = "请假申请人") - private String taskUser; - @ApiModelProperty(value = "请假天数") - private Integer day; -} diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/StartProcessInstanceQuery.java b/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/StartProcessInstanceQuery.java deleted file mode 100644 index 55cc4d84..00000000 --- a/yxt_supervise/supervise-flowable/supervise-flowable-api/src/main/java/com/yxt/anrui/flowable/test/StartProcessInstanceQuery.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.anrui.flowable.test; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Map; - -/** - * @author dimengzhe - * @date 2021/7/29 15:03 - * @description - */ -@Data -public class StartProcessInstanceQuery implements Query { - private static final long serialVersionUID = -6372254084412955318L; - - @ApiModelProperty(value = "流程定义key", required = true) -// private String processDefinitionKey; - private String processDefinitionId; - - @ApiModelProperty(value = "用户sid", required = true) - private String userSid; - - @ApiModelProperty(value = "启动流程变量") - private Map variables; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/pom.xml b/yxt_supervise/supervise-portal/supervise-portal-api/pom.xml deleted file mode 100644 index c305cb6e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/pom.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - com.yxt - yxt-parent - 0.0.1 - - - 4.0.0 - - supervise-portal-api - com.yxt.supervise - 0.0.1-SNAPSHOT - - - - - - com.yxt - yxt-common-core - 0.0.1 - - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - - org.projectlombok - lombok - 1.18.24 - true - - - com.baomidou - mybatis-plus-boot-starter - - - com.baomidou - mybatis-plus-annotation - - - com.alibaba - easyexcel-core - 3.2.1 - compile - - - - - - nexus-releases - http://172.18.0.3:8081/repository/yxt-mvn-releases/ - - - nexus-snapshots - http://172.18.0.3:8081/repository/yxt-mvn-snapshot/ - - - - - \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStore.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStore.java deleted file mode 100644 index 90db705a..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStore.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitionstore; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionStore.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitionstore.PurchaseRequisitionStore
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息", description = "采购订单商品信息") -@TableName("purchase_requisition_store") -public class PurchaseRequisitionStore extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreDetailsVo.java deleted file mode 100644 index e822b7e7..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreDetailsVo.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitionstore; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionStoreVo.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitionstore.PurchaseRequisitionStoreVo
- * Description: 采购订单商品信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 视图数据详情", description = "采购订单商品信息 视图数据详情") -public class PurchaseRequisitionStoreDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreDto.java deleted file mode 100644 index 0a2e5dcb..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreDto.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitionstore; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionStoreDto.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitionstore.PurchaseRequisitionStoreDto
- * Description: 采购订单商品信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 数据传输对象", description = "采购订单商品信息 数据传输对象") -public class PurchaseRequisitionStoreDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreFeign.java deleted file mode 100644 index 79bc163e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitionstore; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionStoreFeign.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitionstore.PurchaseRequisitionStoreFeign
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "采购订单商品信息") -@FeignClient( - contextId = "yxt-supervise-PurchaseRequisitionStore", - name = "yxt-supervise", - path = "v1/purchaserequisitionstore", - fallback = PurchaseRequisitionStoreFeignFallback.class) -public interface PurchaseRequisitionStoreFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody PurchaseRequisitionStoreDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreFeignFallback.java deleted file mode 100644 index 4f3c23f2..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitionstore; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionStoreFeignFallback.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitionstore.PurchaseRequisitionStoreFeignFallback
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class PurchaseRequisitionStoreFeignFallback implements PurchaseRequisitionStoreFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/purchaserequisitionstore/listPage无法访问"); - } - - @Override - public ResultBean save(PurchaseRequisitionStoreDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/purchaserequisitionstore/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/purchaserequisitionstore/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/purchaserequisitionstore/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreQuery.java deleted file mode 100644 index dc0a055f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreQuery.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitionstore; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionStoreQuery.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitionstore.PurchaseRequisitionStoreQuery
- * Description: 采购订单商品信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 查询条件", description = "采购订单商品信息 查询条件") -public class PurchaseRequisitionStoreQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreVo.java deleted file mode 100644 index adfc2e89..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitionstore/PurchaseRequisitionStoreVo.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitionstore; - - -import com.yxt.anrui.portal.api.purchaserequisitiontobacco.PurchaseRequisitionTobaccoDetailsVo; -import com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetails; -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionStoreVo.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitionstore.PurchaseRequisitionStoreVo
- * Description: 采购订单商品信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 视图数据对象", description = "采购订单商品信息 视图数据对象") -public class PurchaseRequisitionStoreVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - private String mainSid; // 关联表sid - @ApiModelProperty("烟草证编码") - private String yCode; // 烟草证编码 - @ApiModelProperty("门店代码") - private String storeCode; // 门店代码 - @ApiModelProperty("门店名称") - private String storeName; // 门店名称 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("明细总金额") - private String detailPrice; // 明细总金额 - - private List detailsList = new ArrayList<>(); - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobacco.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobacco.java deleted file mode 100644 index 5357ca39..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobacco.java +++ /dev/null @@ -1,104 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobacco; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobacco.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobacco.PurchaseRequisitionTobacco
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表", description = "采购订单表") -@TableName("purchase_requisition_tobacco") -public class PurchaseRequisitionTobacco extends BaseEntity { - private static final long serialVersionUID = 1L; - - - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDetailsVo.java deleted file mode 100644 index 342bb27b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDetailsVo.java +++ /dev/null @@ -1,108 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobacco; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoVo.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobacco.PurchaseRequisitionTobaccoVo
- * Description: 采购订单表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 视图数据详情", description = "采购订单表 视图数据详情") -public class PurchaseRequisitionTobaccoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDto.java deleted file mode 100644 index 346e20fc..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoDto.java +++ /dev/null @@ -1,108 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobacco; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoDto.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobacco.PurchaseRequisitionTobaccoDto
- * Description: 采购订单表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 数据传输对象", description = "采购订单表 数据传输对象") -public class PurchaseRequisitionTobaccoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeign.java deleted file mode 100644 index f648058b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobacco; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoFeign.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobacco.PurchaseRequisitionTobaccoFeign
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "采购订单表") -@FeignClient( - contextId = "yxt-supervise-PurchaseRequisitionTobacco", - name = "yxt-supervise", - path = "v1/purchaserequisitiontobacco", - fallback = PurchaseRequisitionTobaccoFeignFallback.class) -public interface PurchaseRequisitionTobaccoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody PurchaseRequisitionTobaccoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeignFallback.java deleted file mode 100644 index ef467527..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobacco; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoFeignFallback.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobacco.PurchaseRequisitionTobaccoFeignFallback
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class PurchaseRequisitionTobaccoFeignFallback implements PurchaseRequisitionTobaccoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/purchaserequisitiontobacco/listPage无法访问"); - } - - @Override - public ResultBean save(PurchaseRequisitionTobaccoDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/purchaserequisitiontobacco/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/purchaserequisitiontobacco/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/purchaserequisitiontobacco/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoQuery.java deleted file mode 100644 index d469fa5e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoQuery.java +++ /dev/null @@ -1,106 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobacco; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoQuery.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobacco.PurchaseRequisitionTobaccoQuery
- * Description: 采购订单表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 查询条件", description = "采购订单表 查询条件") -public class PurchaseRequisitionTobaccoQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoVo.java deleted file mode 100644 index ba4627b7..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobacco/PurchaseRequisitionTobaccoVo.java +++ /dev/null @@ -1,116 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobacco; - - -import com.yxt.anrui.portal.api.purchaserequisitionstore.PurchaseRequisitionStoreVo; -import com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetails; -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoVo.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobacco.PurchaseRequisitionTobaccoVo
- * Description: 采购订单表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 视图数据对象", description = "采购订单表 视图数据对象") -public class PurchaseRequisitionTobaccoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("供应商唯一编码") - private String supplierOnlyCode; // 供应商唯一编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("监管0未审核,1审核通过,2审核不通过") - private String purchaseState; // 监管0未审核,1审核通过,2审核不通过 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private String bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("完成状态") - private String completionStatus; // 完成状态 - @ApiModelProperty("完成状态Key") - private String completionStatusKey; // 完成状态Key - @ApiModelProperty("填单人code") - private String tdrCode; - @ApiModelProperty("填单人姓名") - private String tdrName; - - - private List storeList = new ArrayList<>(); -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetails.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetails.java deleted file mode 100644 index 7245885e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetails.java +++ /dev/null @@ -1,77 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoDetails.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetails
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表", description = "采购订单表") -@TableName("purchase_requisition_tobacco_details") -public class PurchaseRequisitionTobaccoDetails extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("卷烟代码") - private String yCode; // 卷烟代码 - @ApiModelProperty("商品编码") - private String prodCode; // 门店名称编码 - @ApiModelProperty("商品名称") - private String prodName; // 门店名称 - @ApiModelProperty("批发价") - private String pfj; // 批发价 - @ApiModelProperty("要货量") - private String yhl; // 要货量 - @ApiModelProperty("订单量") - private String ddl; // 订单量 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("厂家名称") - private String cjmc; // 厂家名称 - @ApiModelProperty("零售指导价") - private String lszdj; // 零售指导价 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsDetailsVo.java deleted file mode 100644 index 5817f2da..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsDetailsVo.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoDetailsVo.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetailsVo
- * Description: 采购订单表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 视图数据详情", description = "采购订单表 视图数据详情") -public class PurchaseRequisitionTobaccoDetailsDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("卷烟代码") - private String yCode; // 卷烟代码 - @ApiModelProperty("商品编码") - private String prodCode; // 门店名称编码 - @ApiModelProperty("商品名称") - private String prodName; // 门店名称 - @ApiModelProperty("批发价") - private String pfj; // 批发价 - @ApiModelProperty("要货量") - private String yhl; // 要货量 - @ApiModelProperty("订单量") - private String ddl; // 订单量 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("厂家名称") - private String cjmc; // 厂家名称 - @ApiModelProperty("零售指导价") - private String lszdj; // 零售指导价 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsDto.java deleted file mode 100644 index 4ca5b4a2..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsDto.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoDetailsDto.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetailsDto
- * Description: 采购订单表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 数据传输对象", description = "采购订单表 数据传输对象") -public class PurchaseRequisitionTobaccoDetailsDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("卷烟代码") - private String yCode; // 卷烟代码 - @ApiModelProperty("商品编码") - private String prodCode; // 门店名称编码 - @ApiModelProperty("商品名称") - private String prodName; // 门店名称 - @ApiModelProperty("批发价") - private String pfj; // 批发价 - @ApiModelProperty("要货量") - private String yhl; // 要货量 - @ApiModelProperty("订单量") - private String ddl; // 订单量 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("厂家名称") - private String cjmc; // 厂家名称 - @ApiModelProperty("零售指导价") - private String lszdj; // 零售指导价 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsFeign.java deleted file mode 100644 index ad527d28..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoDetailsFeign.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetailsFeign
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "采购订单表") -@FeignClient( - contextId = "yxt-supervise-PurchaseRequisitionTobaccoDetails", - name = "yxt-supervise", - path = "v1/purchaserequisitiontobaccodetails", - fallback = PurchaseRequisitionTobaccoDetailsFeignFallback.class) -public interface PurchaseRequisitionTobaccoDetailsFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody PurchaseRequisitionTobaccoDetailsDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsFeignFallback.java deleted file mode 100644 index 83ca3d2c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoDetailsFeignFallback.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetailsFeignFallback
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class PurchaseRequisitionTobaccoDetailsFeignFallback implements PurchaseRequisitionTobaccoDetailsFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/purchaserequisitiontobaccodetails/listPage无法访问"); - } - - @Override - public ResultBean save(PurchaseRequisitionTobaccoDetailsDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/purchaserequisitiontobaccodetails/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/purchaserequisitiontobaccodetails/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/purchaserequisitiontobaccodetails/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsQuery.java deleted file mode 100644 index ac4e6adb..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsQuery.java +++ /dev/null @@ -1,77 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoDetailsQuery.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetailsQuery
- * Description: 采购订单表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 查询条件", description = "采购订单表 查询条件") -public class PurchaseRequisitionTobaccoDetailsQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("卷烟代码") - private String yCode; // 卷烟代码 - @ApiModelProperty("商品编码") - private String prodCode; // 门店名称编码 - @ApiModelProperty("商品名称") - private String prodName; // 门店名称 - @ApiModelProperty("批发价") - private String pfj; // 批发价 - @ApiModelProperty("要货量") - private String yhl; // 要货量 - @ApiModelProperty("订单量") - private String ddl; // 订单量 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("厂家名称") - private String cjmc; // 厂家名称 - @ApiModelProperty("零售指导价") - private String lszdj; // 零售指导价 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsVo.java deleted file mode 100644 index ecd2f94c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/anrui/portal/api/purchaserequisitiontobaccodetails/PurchaseRequisitionTobaccoDetailsVo.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.anrui.portal.api.purchaserequisitiontobaccodetails; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: PurchaseRequisitionTobaccoDetailsVo.java
- * Class: com.yxt.supervise.portal.api.purchaserequisitiontobaccodetails.PurchaseRequisitionTobaccoDetailsVo
- * Description: 采购订单表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-28 11:37:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 视图数据对象", description = "采购订单表 视图数据对象") -public class PurchaseRequisitionTobaccoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("关联表sid") - private String mainSid; // 关联表sid - @ApiModelProperty("卷烟代码") - private String yCode; // 卷烟代码 - @ApiModelProperty("商品编码") - private String prodCode; // 门店名称编码 - @ApiModelProperty("商品名称") - private String prodName; // 门店名称 - @ApiModelProperty("批发价") - private String pfj; // 批发价 - @ApiModelProperty("要货量") - private String yhl; // 要货量 - @ApiModelProperty("订单量") - private String ddl; // 订单量 - @ApiModelProperty("金额") - private String price; // 金额 - @ApiModelProperty("厂家名称") - private String cjmc; // 厂家名称 - @ApiModelProperty("零售指导价") - private String lszdj; // 零售指导价 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfo.java deleted file mode 100644 index e3dd9e26..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfo.java +++ /dev/null @@ -1,60 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.brandinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: BrandInfo.java
- * Class: com.supervise.api.brandinfo.BrandInfo
- * Description: 品牌信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "品牌信息", description = "品牌信息") -@TableName("brand_info") -public class BrandInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoDetailsVo.java deleted file mode 100644 index e5b47980..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoDetailsVo.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.brandinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: BrandInfoVo.java
- * Class: com.supervise.api.brandinfo.BrandInfoVo
- * Description: 品牌信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "品牌信息 视图数据详情", description = "品牌信息 视图数据详情") -public class BrandInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoDto.java deleted file mode 100644 index 51d09207..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoDto.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.brandinfo; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: BrandInfoDto.java
- * Class: com.supervise.api.brandinfo.BrandInfoDto
- * Description: 品牌信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "品牌信息 数据传输对象", description = "品牌信息 数据传输对象") -public class BrandInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoFeign.java deleted file mode 100644 index 4c9d0366..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.brandinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: BrandInfoFeign.java
- * Class: com.supervise.api.brandinfo.BrandInfoFeign
- * Description: 品牌信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "品牌信息") -@FeignClient( - contextId = "yxt-supervise-BrandInfo", - name = "yxt-supervise", - path = "v1/brandinfo", - fallback = BrandInfoFeignFallback.class) -public interface BrandInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody BrandInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoFeignFallback.java deleted file mode 100644 index f21637df..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.brandinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: BrandInfoFeignFallback.java
- * Class: com.supervise.api.brandinfo.BrandInfoFeignFallback
- * Description: 品牌信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class BrandInfoFeignFallback implements BrandInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/brandinfo/listPage无法访问"); - } - - @Override - public ResultBean save(BrandInfoDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/brandinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/brandinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/brandinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoQuery.java deleted file mode 100644 index 038abb04..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoQuery.java +++ /dev/null @@ -1,77 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.brandinfo; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: BrandInfoQuery.java
- * Class: com.supervise.api.brandinfo.BrandInfoQuery
- * Description: 品牌信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "品牌信息 查询条件", description = "品牌信息 查询条件") -public class BrandInfoQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoVo.java deleted file mode 100644 index d2ff4435..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/brandinfo/BrandInfoVo.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.brandinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: BrandInfoVo.java
- * Class: com.supervise.api.brandinfo.BrandInfoVo
- * Description: 品牌信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "品牌信息 视图数据对象", description = "品牌信息 视图数据对象") -public class BrandInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommon.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommon.java deleted file mode 100644 index 1fc83ab9..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommon.java +++ /dev/null @@ -1,66 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dictcommon; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictCommon.java
- * Class: com.supervise.api.dictcommon.DictCommon
- * Description: 数据字典——数据项.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据项", description = "数据字典——数据项") -@TableName("dict_common") -public class DictCommon extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("类型code") - private String dictType; // 类型code - @ApiModelProperty("key值") - private String dictKey; // key值 - @ApiModelProperty("value值") - private String dictValue; // value值 - @ApiModelProperty("路径") - private String sidPath; // 路径 - @ApiModelProperty("父级sid") - private String parentSid; // 父级sid - @ApiModelProperty("分组名称") - private String groupName; // 分组名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonDetailsVo.java deleted file mode 100644 index 93def413..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonDetailsVo.java +++ /dev/null @@ -1,66 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dictcommon; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictCommonVo.java
- * Class: com.supervise.api.dictcommon.DictCommonVo
- * Description: 数据字典——数据项 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据项 视图数据详情", description = "数据字典——数据项 视图数据详情") -public class DictCommonDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("类型code") - private String dictType; // 类型code - @ApiModelProperty("key值") - private String dictKey; // key值 - @ApiModelProperty("value值") - private String dictValue; // value值 - @ApiModelProperty("路径") - private String sidPath; // 路径 - @ApiModelProperty("父级sid") - private String parentSid; // 父级sid - @ApiModelProperty("分组名称") - private String groupName; // 分组名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonDto.java deleted file mode 100644 index 9e13111c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonDto.java +++ /dev/null @@ -1,66 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dictcommon; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictCommonDto.java
- * Class: com.supervise.api.dictcommon.DictCommonDto
- * Description: 数据字典——数据项 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据项 数据传输对象", description = "数据字典——数据项 数据传输对象") -public class DictCommonDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("类型code") - private String dictType; // 类型code - @ApiModelProperty("key值") - private String dictKey; // key值 - @ApiModelProperty("value值") - private String dictValue; // value值 - @ApiModelProperty("路径") - private String sidPath; // 路径 - @ApiModelProperty("父级sid") - private String parentSid; // 父级sid - @ApiModelProperty("分组名称") - private String groupName; // 分组名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonFeign.java deleted file mode 100644 index 7e2992ab..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dictcommon; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictCommonFeign.java
- * Class: com.supervise.api.dictcommon.DictCommonFeign
- * Description: 数据字典——数据项.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "数据字典——数据项") -@FeignClient( - contextId = "yxt-supervise-DictCommon", - name = "yxt-supervise", - path = "v1/dictcommon", - fallback = DictCommonFeignFallback.class) -public interface DictCommonFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DictCommonDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonFeignFallback.java deleted file mode 100644 index 1ba978b4..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dictcommon; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictCommonFeignFallback.java
- * Class: com.supervise.api.dictcommon.DictCommonFeignFallback
- * Description: 数据字典——数据项.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class DictCommonFeignFallback implements DictCommonFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/dictcommon/listPage无法访问"); - } - - @Override - public ResultBean save(DictCommonDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/dictcommon/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/dictcommon/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/dictcommon/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonQuery.java deleted file mode 100644 index 3e8cfddd..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonQuery.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dictcommon; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictCommonQuery.java
- * Class: com.supervise.api.dictcommon.DictCommonQuery
- * Description: 数据字典——数据项 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据项 查询条件", description = "数据字典——数据项 查询条件") -public class DictCommonQuery implements Query { - - @ApiModelProperty("类型code") - private String dictType; // 类型code - @ApiModelProperty("key值") - private String dictKey; // key值 - @ApiModelProperty("value值") - private String dictValue; // value值 - @ApiModelProperty("路径") - private String sidPath; // 路径 - @ApiModelProperty("父级sid") - private String parentSid; // 父级sid - @ApiModelProperty("分组名称") - private String groupName; // 分组名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonVo.java deleted file mode 100644 index c54f6278..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dictcommon/DictCommonVo.java +++ /dev/null @@ -1,66 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dictcommon; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictCommonVo.java
- * Class: com.supervise.api.dictcommon.DictCommonVo
- * Description: 数据字典——数据项 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:28
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据项 视图数据对象", description = "数据字典——数据项 视图数据对象") -public class DictCommonVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("类型code") - private String dictType; // 类型code - @ApiModelProperty("key值") - private String dictKey; // key值 - @ApiModelProperty("value值") - private String dictValue; // value值 - @ApiModelProperty("路径") - private String sidPath; // 路径 - @ApiModelProperty("父级sid") - private String parentSid; // 父级sid - @ApiModelProperty("分组名称") - private String groupName; // 分组名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictType.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictType.java deleted file mode 100644 index 9e4dfcd3..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictType.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dicttype; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictType.java
- * Class: com.supervise.api.dicttype.DictType
- * Description: 数据字典——数据类型.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据类型", description = "数据字典——数据类型") -@TableName("dict_type") -public class DictType extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("类型代码") - private String dictTypeCode; // 类型代码 - @ApiModelProperty("类型名称") - private String dictTypeName; // 类型名称 - @ApiModelProperty("级别") - private String dictTypeLevel; // 级别 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeDetailsVo.java deleted file mode 100644 index cb16cd6d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeDetailsVo.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dicttype; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictTypeVo.java
- * Class: com.supervise.api.dicttype.DictTypeVo
- * Description: 数据字典——数据类型 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据类型 视图数据详情", description = "数据字典——数据类型 视图数据详情") -public class DictTypeDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("类型代码") - private String dictTypeCode; // 类型代码 - @ApiModelProperty("类型名称") - private String dictTypeName; // 类型名称 - @ApiModelProperty("级别") - private String dictTypeLevel; // 级别 - @ApiModelProperty("名称") - private String name; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeDto.java deleted file mode 100644 index 92e607a2..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeDto.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dicttype; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictTypeDto.java
- * Class: com.supervise.api.dicttype.DictTypeDto
- * Description: 数据字典——数据类型 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据类型 数据传输对象", description = "数据字典——数据类型 数据传输对象") -public class DictTypeDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("类型代码") - private String dictTypeCode; // 类型代码 - @ApiModelProperty("类型名称") - private String dictTypeName; // 类型名称 - @ApiModelProperty("级别") - private String dictTypeLevel; // 级别 - @ApiModelProperty("名称") - private String name; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeFeign.java deleted file mode 100644 index 9c5c7920..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dicttype; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictTypeFeign.java
- * Class: com.supervise.api.dicttype.DictTypeFeign
- * Description: 数据字典——数据类型.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "数据字典——数据类型") -@FeignClient( - contextId = "yxt-supervise-DictType", - name = "yxt-supervise", - path = "v1/dicttype", - fallback = DictTypeFeignFallback.class) -public interface DictTypeFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody DictTypeDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeFeignFallback.java deleted file mode 100644 index c3653fde..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dicttype; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictTypeFeignFallback.java
- * Class: com.supervise.api.dicttype.DictTypeFeignFallback
- * Description: 数据字典——数据类型.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class DictTypeFeignFallback implements DictTypeFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/dicttype/listPage无法访问"); - } - - @Override - public ResultBean save(DictTypeDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/dicttype/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/dicttype/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/dicttype/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeQuery.java deleted file mode 100644 index 96fd6b26..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeQuery.java +++ /dev/null @@ -1,60 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dicttype; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictTypeQuery.java
- * Class: com.supervise.api.dicttype.DictTypeQuery
- * Description: 数据字典——数据类型 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据类型 查询条件", description = "数据字典——数据类型 查询条件") -public class DictTypeQuery implements Query { - - @ApiModelProperty("类型代码") - private String dictTypeCode; // 类型代码 - @ApiModelProperty("类型名称") - private String dictTypeName; // 类型名称 - @ApiModelProperty("级别") - private String dictTypeLevel; // 级别 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeVo.java deleted file mode 100644 index 633e19ec..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/dicttype/DictTypeVo.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.dicttype; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: DictTypeVo.java
- * Class: com.supervise.api.dicttype.DictTypeVo
- * Description: 数据字典——数据类型 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "数据字典——数据类型 视图数据对象", description = "数据字典——数据类型 视图数据对象") -public class DictTypeVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("类型代码") - private String dictTypeCode; // 类型代码 - @ApiModelProperty("类型名称") - private String dictTypeName; // 类型名称 - @ApiModelProperty("级别") - private String dictTypeLevel; // 级别 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReport.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReport.java deleted file mode 100644 index e50cda5b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReport.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/14 11:08 - */ -@Data -@ApiModel(value = "销售信息", description = "销售信息") -@TableName("gd_sales_gd") -public class GdSalesReport extends BaseEntity { - private String storeName; - private String salesVolume; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportFeign.java deleted file mode 100644 index 23e3c2ff..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportFeign.java +++ /dev/null @@ -1,52 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProFeignFallback; -import com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProQuery; -import com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.ResponseBody; - -import java.util.List; - -/** - * @author wangpengfei - * @date 2023/4/23 16:11 - */ -@Api(tags = "销售商品信息") -@FeignClient( - contextId = "yxt-supervise-gdsalesreport", - name = "yxt-supervise", - path = "v1/gdsalesreport", - fallback = GdSalesReportFeignFalback.class) -public interface GdSalesReportFeign { - - @ApiOperation("查询门店销售信息") - @PostMapping("/getAllStoreSalesReport") - @ResponseBody - public List getAllStoreSalesReport(@RequestBody PagerQuery pq); - - - @ApiOperation("查询门店商品销售信息") - @PostMapping("/getAllGoodsSalesReport") - @ResponseBody - public List getAllGoodsSalesReport(@RequestBody PagerQuery pq); - - - @ApiOperation("查询门店烟草销售信息") - @PostMapping("/StoreSalesYcReportExcelVo") - @ResponseBody - public List StoreSalesYcReportExcelVo(@RequestBody PagerQuery pq); - - - @ApiOperation("查询门店烟草商品销售信息") - @PostMapping("/GoodsSalesReportYcExcelVo") - @ResponseBody - public List GoodsSalesReportYcExcelVo(@RequestBody PagerQuery pq); -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportFeignFalback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportFeignFalback.java deleted file mode 100644 index 45a9dc3c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportFeignFalback.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProQuery; -import com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * @author wangpengfei - * @date 2023/4/23 16:12 - */ -@Component -public class GdSalesReportFeignFalback implements GdSalesReportFeign{ - @Override - public List getAllStoreSalesReport(PagerQuery pq) { - return null; - } - - @Override - public List getAllGoodsSalesReport(PagerQuery pq) { - return null; - } - - @Override - public List StoreSalesYcReportExcelVo(PagerQuery pq) { - return null; - } - - @Override - public List GoodsSalesReportYcExcelVo(PagerQuery pq) { - return null; - } -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportQuery.java deleted file mode 100644 index 3c45d9b1..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/14 11:10 - */ -@Data -public class GdSalesReportQuery implements Query { - private String date; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportVo.java deleted file mode 100644 index 4b1fac6e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GdSalesReportVo.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/14 11:10 - */ -@Data -public class GdSalesReportVo implements Vo { - private String id; - @ApiModelProperty("渠道") - private String storeName; - private String salesVolume; - @ApiModelProperty("商品名") - private String prodName; - @ApiModelProperty("数量") - private String saleNum; - @ApiModelProperty("价格") - private String salePrice; - @ApiModelProperty("总计") - private String total; - @ApiModelProperty("类型") - private String orderType; - @ApiModelProperty("销售订单号") - private String orderNo; - @ApiModelProperty("商品编码") - private String prodCode; - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GoodsSalesReportExcelVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GoodsSalesReportExcelVo.java deleted file mode 100644 index b67ea769..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/GoodsSalesReportExcelVo.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author wangpengfei - * @date 2023/4/17 9:07 - */ -@Data -public class GoodsSalesReportExcelVo implements Vo { - private String serialNumber; - private String prodName; - private String storeName; - private String saleNum; - private String salePrice; - private BigDecimal total; - private String orderType; - private String orderNo; - private String prodCode; - - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/MyHandler.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/MyHandler.java deleted file mode 100644 index 5a82b228..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/MyHandler.java +++ /dev/null @@ -1,87 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - - -import com.alibaba.excel.metadata.Head; -import com.alibaba.excel.write.merge.AbstractMergeStrategy; -import org.apache.poi.ss.usermodel.*; -import org.apache.poi.ss.util.CellRangeAddress; -import org.apache.poi.ss.util.RegionUtil; -import java.util.List; - -/** - * 合并单元格处理类 - */ -public class MyHandler extends AbstractMergeStrategy { - - - /** - * 合并开始行 - */ - private Integer startRow = 0; - /** - * list表格所有的合并列集合 - */ - private List cellRangeAddressList = null; - - public MyHandler() { - } - - public MyHandler(int startRow, List cellRangeAddressList) { - this.startRow = startRow; - this.cellRangeAddressList = cellRangeAddressList; - } - - @Override - protected void merge(Sheet sheet, Cell cell, Head head, Integer relativeRowIndex) { - // 设置样式 - CellStyle cellStyle = cell.getCellStyle(); - //水平居中 - cellStyle.setAlignment(HorizontalAlignment.CENTER); - //自动换行 - cellStyle.setWrapText(true); - //在这里判断从哪一行开始调用合并的方法 - if (cell.getRowIndex() > this.startRow) { - if (relativeRowIndex == null || relativeRowIndex == 0) { - return; - } - mergeColumn(sheet, cell, head, relativeRowIndex); - } - } - - /** - * 合并单元格 - * - * @param sheet - * @param cell - * @param head - * @param relativeRowIndex - */ - protected void mergeColumn(Sheet sheet, Cell cell, Head head, Integer relativeRowIndex) { - int rowIndex = cell.getRowIndex(); - int colIndex = cell.getColumnIndex(); - sheet = cell.getSheet(); - // 获取前一行 - Row preRow = sheet.getRow(rowIndex - 1); - //获取前一列 - Cell preCell = preRow.getCell(colIndex); - List list = this.cellRangeAddressList; - for (int i = 0; i < list.size(); i++) { - CellRangeAddress cellRangeAddress = list.get(i); - if (cellRangeAddress.containsColumn(preCell.getColumnIndex())) { - int lastColIndex = cellRangeAddress.getLastColumn(); - int firstColIndex = cellRangeAddress.getFirstColumn(); - CellRangeAddress cra = new CellRangeAddress(cell.getRowIndex(), cell.getRowIndex(), firstColIndex, lastColIndex); - sheet.addMergedRegion(cra); - // 加边框 - RegionUtil.setBorderBottom(BorderStyle.THIN, cra, sheet); - RegionUtil.setBorderLeft(BorderStyle.THIN, cra, sheet); - RegionUtil.setBorderRight(BorderStyle.THIN, cra, sheet); - RegionUtil.setBorderTop(BorderStyle.THIN, cra, sheet); - return; - } - } - - } - - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/StoreSalesReportExcelVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/StoreSalesReportExcelVo.java deleted file mode 100644 index 7a8d268d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/StoreSalesReportExcelVo.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - -import com.alibaba.excel.annotation.ExcelProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author wangpengfei - * @date 2023/4/17 9:03 - */ -@Data -public class StoreSalesReportExcelVo implements Vo { -// private String id; - private String serialNumber; - @ExcelProperty(value = "渠道") - @ApiModelProperty("渠道") - private String storeName; - @ExcelProperty(value = "销售额") - @ApiModelProperty("销售额") - private BigDecimal salesVolume; - //@ApiModelProperty("渠道数量") - //private String storeNum; - private String sum; - private String date; - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/TotalSales.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/TotalSales.java deleted file mode 100644 index b334cbaf..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/gdsalesreport/TotalSales.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.portal.api.gdsalesreport; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/17 18:03 - */ -@Data -public class TotalSales { - private String sum; - private String date; - private String storeNum; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformation.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformation.java deleted file mode 100644 index c3969da0..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformation.java +++ /dev/null @@ -1,83 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.inventoryinformation; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: InventoryInformation.java
- * Class: com.yxt.supervise.api.inventoryinformation.InventoryInformation
- * Description: 台账信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-21 15:10:46
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "台账信息", description = "台账信息") -@TableName("inventory_information") -public class InventoryInformation extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("仓库编码") - private String warehouseCode; // 仓库编码 - @ApiModelProperty("仓库名称") - private String warehouseName; // 仓库名称 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType; // 仓库类型 - @ApiModelProperty("商品数量") - private String prodNum; // 商品数量 - @ApiModelProperty("商品货值") - private String prodValue; // 商品货值 - @ApiModelProperty("供应商") - private String suppliderSid; // 供应商 - @ApiModelProperty("供应商") - private String suppliderName; // 供应商 - @ApiModelProperty("新的库存数") - private String newInventory;//新的库存数 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("新的货值") - private String newValue;//新的货值 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("偏差数量") - private String deviations;//偏差数量 维护盘库后与系统中偏差的数值 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationDetailsVo.java deleted file mode 100644 index 4a4ea8fd..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationDetailsVo.java +++ /dev/null @@ -1,83 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.inventoryinformation; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: InventoryInformationVo.java
- * Class: com.yxt.supervise.api.inventoryinformation.InventoryInformationVo
- * Description: 台账信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-21 15:10:46
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "台账信息 视图数据详情", description = "台账信息 视图数据详情") -public class InventoryInformationDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("仓库编码") - private String warehouseCode; // 仓库编码 - @ApiModelProperty("仓库名称") - private String warehouseName; // 仓库名称 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType; // 仓库类型 - @ApiModelProperty("商品数量") - private String prodNum; // 商品数量 - @ApiModelProperty("商品货值") - private String prodValue; // 商品货值 - @ApiModelProperty("供应商") - private String suppliderSid; // 供应商 - @ApiModelProperty("新的库存数") - private String newInventory;//新的库存数 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("新的货值") - private String newValue;//新的货值 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("偏差数量") - private String deviations;//偏差数量 维护盘库后与系统中偏差的数值 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationDto.java deleted file mode 100644 index 9a8d5c05..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationDto.java +++ /dev/null @@ -1,82 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.inventoryinformation; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: InventoryInformationDto.java
- * Class: com.yxt.supervise.api.inventoryinformation.InventoryInformationDto
- * Description: 台账信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-21 15:10:46
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "台账信息 数据传输对象", description = "台账信息 数据传输对象") -public class InventoryInformationDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("仓库编码") - private String warehouseCode; // 仓库编码 - @ApiModelProperty("仓库名称") - private String warehouseName; // 仓库名称 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType; // 仓库类型 - @ApiModelProperty("商品数量") - private String prodNum; // 商品数量 - @ApiModelProperty("商品货值") - private String prodValue; // 商品货值 - @ApiModelProperty("供应商") - private String suppliderSid; // 供应商 - @ApiModelProperty("新的库存数") - private String newInventory;//新的库存数 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("新的货值") - private String newValue;//新的货值 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("偏差数量") - private String deviations;//偏差数量 维护盘库后与系统中偏差的数值 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationFeign.java deleted file mode 100644 index e1ac49a2..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.inventoryinformation; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: InventoryInformationFeign.java
- * Class: com.yxt.supervise.api.inventoryinformation.InventoryInformationFeign
- * Description: 台账信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-21 15:10:46
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "台账信息") -@FeignClient( - contextId = "yxt-supervise-InventoryInformation", - name = "yxt-supervise", - path = "v1/inventoryinformation", - fallback = InventoryInformationFeignFallback.class) -public interface InventoryInformationFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody InventoryInformationDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationFeignFallback.java deleted file mode 100644 index 1561cf8c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.inventoryinformation; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: InventoryInformationFeignFallback.java
- * Class: com.yxt.supervise.api.inventoryinformation.InventoryInformationFeignFallback
- * Description: 台账信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-21 15:10:46
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class InventoryInformationFeignFallback implements InventoryInformationFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/inventoryinformation/listPage无法访问"); - } - - @Override - public ResultBean save(InventoryInformationDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/inventoryinformation/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/inventoryinformation/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/inventoryinformation/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationQuery.java deleted file mode 100644 index 5b7d70ab..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationQuery.java +++ /dev/null @@ -1,80 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.inventoryinformation; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: InventoryInformationQuery.java
- * Class: com.yxt.supervise.api.inventoryinformation.InventoryInformationQuery
- * Description: 台账信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-21 15:10:46
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "台账信息 查询条件", description = "台账信息 查询条件") -public class InventoryInformationQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("仓库编码") - private String warehouseCode; // 仓库编码 - @ApiModelProperty("仓库名称") - private String warehouseName; // 仓库名称 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType; // 仓库类型 - @ApiModelProperty("商品数量") - private String prodNum; // 商品数量 - @ApiModelProperty("商品货值") - private String prodValue; // 商品货值 - @ApiModelProperty("供应商") - private String suppliderSid; // 供应商 - @ApiModelProperty("新的库存数") - private String newInventory;//新的库存数 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("新的货值") - private String newValue;//新的货值 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("偏差数量") - private String deviations;//偏差数量 维护盘库后与系统中偏差的数值 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationVo.java deleted file mode 100644 index 455f4442..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/inventoryinformation/InventoryInformationVo.java +++ /dev/null @@ -1,82 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.inventoryinformation; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: InventoryInformationVo.java
- * Class: com.yxt.supervise.api.inventoryinformation.InventoryInformationVo
- * Description: 台账信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-21 15:10:46
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "台账信息 视图数据对象", description = "台账信息 视图数据对象") -public class InventoryInformationVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("仓库编码") - private String warehouseCode; // 仓库编码 - @ApiModelProperty("仓库名称") - private String warehouseName; // 仓库名称 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("仓库类型") - private String warehouseType; // 仓库类型 - @ApiModelProperty("商品数量") - private String prodNum; // 商品数量 - @ApiModelProperty("商品货值") - private String prodValue; // 商品货值 - @ApiModelProperty("供应商") - private String suppliderSid; // 供应商 - @ApiModelProperty("新的库存数") - private String newInventory;//新的库存数 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("新的货值") - private String newValue;//新的货值 根据入库单 出库单、销售数据进行维护的 - @ApiModelProperty("偏差数量") - private String deviations;//偏差数量 维护盘库后与系统中偏差的数值 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisition.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisition.java deleted file mode 100644 index 69ce0388..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisition.java +++ /dev/null @@ -1,94 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisition; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisition.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisition.KfPurchaseRequisition
- * Description: 库房提供的采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房提供的采购订单表", description = "库房提供的采购订单表") -@TableName("kf_purchase_requisition") -public class KfPurchaseRequisition extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("新的订单编号") - private String newCode; // 新的订单编号 - @ApiModelProperty("旧的订单编号") - private String oldCode; // 旧的订单编号 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionDetailsVo.java deleted file mode 100644 index 34016013..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionDetailsVo.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisition; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionVo.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisition.KfPurchaseRequisitionVo
- * Description: 库房提供的采购订单表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房提供的采购订单表 视图数据详情", description = "库房提供的采购订单表 视图数据详情") -public class KfPurchaseRequisitionDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("新的订单编号") - private String newCode; // 新的订单编号 - @ApiModelProperty("旧的订单编号") - private String oldCode; // 旧的订单编号 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionDto.java deleted file mode 100644 index e059a980..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionDto.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisition; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionDto.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisition.KfPurchaseRequisitionDto
- * Description: 库房提供的采购订单表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房提供的采购订单表 数据传输对象", description = "库房提供的采购订单表 数据传输对象") -public class KfPurchaseRequisitionDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("新的订单编号") - private String newCode; // 新的订单编号 - @ApiModelProperty("旧的订单编号") - private String oldCode; // 旧的订单编号 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionFeign.java deleted file mode 100644 index 2c4a9d04..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisition; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionFeign.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisition.KfPurchaseRequisitionFeign
- * Description: 库房提供的采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "库房提供的采购订单表") -@FeignClient( - contextId = "yxt-supervise-KfPurchaseRequisition", - name = "yxt-supervise", - path = "v1/kfpurchaserequisition", - fallback = KfPurchaseRequisitionFeignFallback.class) -public interface KfPurchaseRequisitionFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody KfPurchaseRequisitionDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionFeignFallback.java deleted file mode 100644 index e80e9a12..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisition; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionFeignFallback.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisition.KfPurchaseRequisitionFeignFallback
- * Description: 库房提供的采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class KfPurchaseRequisitionFeignFallback implements KfPurchaseRequisitionFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/kfpurchaserequisition/listPage无法访问"); - } - - @Override - public ResultBean save(KfPurchaseRequisitionDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/kfpurchaserequisition/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/kfpurchaserequisition/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/kfpurchaserequisition/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionQuery.java deleted file mode 100644 index dd9b6ff1..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionQuery.java +++ /dev/null @@ -1,93 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisition; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionQuery.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisition.KfPurchaseRequisitionQuery
- * Description: 库房提供的采购订单表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房提供的采购订单表 查询条件", description = "库房提供的采购订单表 查询条件") -public class KfPurchaseRequisitionQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("新的订单编号") - private String newCode; // 新的订单编号 - @ApiModelProperty("旧的订单编号") - private String oldCode; // 旧的订单编号 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionVo.java deleted file mode 100644 index a044218d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisition/KfPurchaseRequisitionVo.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisition; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionVo.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisition.KfPurchaseRequisitionVo
- * Description: 库房提供的采购订单表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房提供的采购订单表 视图数据对象", description = "库房提供的采购订单表 视图数据对象") -public class KfPurchaseRequisitionVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期(填单日期)") - private String purchaseDate; // 采购日期(填单日期) - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称(默认36524集团)") - private String purchasingOrgName; // 采购组织名称(默认36524集团) - @ApiModelProperty("采购组织编码(36524)") - private String purchasingOrgCode; // 采购组织编码(36524) - @ApiModelProperty("采购部门名称(默认生活通)") - private String purchasingDeptCode; // 采购部门名称(默认生活通) - @ApiModelProperty("采购部门编码(默认生活通编码)") - private String purchasingDeptName; // 采购部门编码(默认生活通编码) - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称(和供应商相同)") - private String logisticsCompanyName; // 物流公司名称(和供应商相同) - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition; // 仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode; // 仓位code - @ApiModelProperty("新的订单编号") - private String newCode; // 新的订单编号 - @ApiModelProperty("旧的订单编号") - private String oldCode; // 旧的订单编号 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionPro.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionPro.java deleted file mode 100644 index ff3e9157..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionPro.java +++ /dev/null @@ -1,100 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisitionpro; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionPro.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionPro
- * Description: 库房采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房采购订单商品信息", description = "库房采购订单商品信息") -@TableName("kf_purchase_requisition_pro") -public class KfPurchaseRequisitionPro extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号(来自商品档案中的规格型号)") - private String content; // 规格型号(来自商品档案中的规格型号) - @ApiModelProperty("数量(对应采购订单中的数量)") - private String number; // 数量(对应采购订单中的数量) - @ApiModelProperty("包装数量(对应采购订单包装数量,作废以后不用这个字段了)") - private String packageNumber; // 包装数量(对应采购订单包装数量,作废以后不用这个字段了) - @ApiModelProperty("包内数量(对应采购订单中的规格)") - private String packageInsideNumber; // 包内数量(对应采购订单中的规格) - @ApiModelProperty("包装规格(对应采购订单中的包装)") - private String packageSpec; // 包装规格(对应采购订单中的包装) - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)(对应采购订单中的送货价)") - private String packagePrice; // 包装价格(元)(对应采购订单中的送货价) - @ApiModelProperty("包合计(元)(对应采购订单中的送货金额)") - private String packageTotalPrice; // 包合计(元)(对应采购订单中的送货金额) - @ApiModelProperty("单价(元)(进货价/规格=单价)") - private String unitPrice; // 单价(元)(进货价/规格=单价) - @ApiModelProperty("含税单价(元)(含税金额/包装数量或者规格价)") - private String unitPriceTax; // 含税单价(元)(含税金额/包装数量或者规格价) - @ApiModelProperty("合计(元)(单价*数量=订货金额)") - private String totalPrice; // 合计(元)(单价*数量=订货金额) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称(来自商品档案中的品牌)") - private String brand; // 品牌名称(来自商品档案中的品牌) - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("零售金额(对应采购订单中的零售金额)") - private String retailAmount; // 零售金额(对应采购订单中的零售金额) - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProDetailsVo.java deleted file mode 100644 index 22e44ce0..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProDetailsVo.java +++ /dev/null @@ -1,101 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisitionpro; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionProVo.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProVo
- * Description: 库房采购订单商品信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:41
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房采购订单商品信息 视图数据详情", description = "库房采购订单商品信息 视图数据详情") -public class KfPurchaseRequisitionProDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号(来自商品档案中的规格型号)") - private String content; // 规格型号(来自商品档案中的规格型号) - @ApiModelProperty("数量(对应采购订单中的数量)") - private String number; // 数量(对应采购订单中的数量) - @ApiModelProperty("包装数量(对应采购订单包装数量,作废以后不用这个字段了)") - private String packageNumber; // 包装数量(对应采购订单包装数量,作废以后不用这个字段了) - @ApiModelProperty("包内数量(对应采购订单中的规格)") - private String packageInsideNumber; // 包内数量(对应采购订单中的规格) - @ApiModelProperty("包装规格(对应采购订单中的包装)") - private String packageSpec; // 包装规格(对应采购订单中的包装) - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)(对应采购订单中的送货价)") - private String packagePrice; // 包装价格(元)(对应采购订单中的送货价) - @ApiModelProperty("包合计(元)(对应采购订单中的送货金额)") - private String packageTotalPrice; // 包合计(元)(对应采购订单中的送货金额) - @ApiModelProperty("单价(元)(进货价/规格=单价)") - private String unitPrice; // 单价(元)(进货价/规格=单价) - @ApiModelProperty("含税单价(元)(含税金额/包装数量或者规格价)") - private String unitPriceTax; // 含税单价(元)(含税金额/包装数量或者规格价) - @ApiModelProperty("合计(元)(单价*数量=订货金额)") - private String totalPrice; // 合计(元)(单价*数量=订货金额) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称(来自商品档案中的品牌)") - private String brand; // 品牌名称(来自商品档案中的品牌) - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("零售金额(对应采购订单中的零售金额)") - private String retailAmount; // 零售金额(对应采购订单中的零售金额) - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProDto.java deleted file mode 100644 index 446d46f0..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProDto.java +++ /dev/null @@ -1,101 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisitionpro; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionProDto.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProDto
- * Description: 库房采购订单商品信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:41
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房采购订单商品信息 数据传输对象", description = "库房采购订单商品信息 数据传输对象") -public class KfPurchaseRequisitionProDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号(来自商品档案中的规格型号)") - private String content; // 规格型号(来自商品档案中的规格型号) - @ApiModelProperty("数量(对应采购订单中的数量)") - private String number; // 数量(对应采购订单中的数量) - @ApiModelProperty("包装数量(对应采购订单包装数量,作废以后不用这个字段了)") - private String packageNumber; // 包装数量(对应采购订单包装数量,作废以后不用这个字段了) - @ApiModelProperty("包内数量(对应采购订单中的规格)") - private String packageInsideNumber; // 包内数量(对应采购订单中的规格) - @ApiModelProperty("包装规格(对应采购订单中的包装)") - private String packageSpec; // 包装规格(对应采购订单中的包装) - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)(对应采购订单中的送货价)") - private String packagePrice; // 包装价格(元)(对应采购订单中的送货价) - @ApiModelProperty("包合计(元)(对应采购订单中的送货金额)") - private String packageTotalPrice; // 包合计(元)(对应采购订单中的送货金额) - @ApiModelProperty("单价(元)(进货价/规格=单价)") - private String unitPrice; // 单价(元)(进货价/规格=单价) - @ApiModelProperty("含税单价(元)(含税金额/包装数量或者规格价)") - private String unitPriceTax; // 含税单价(元)(含税金额/包装数量或者规格价) - @ApiModelProperty("合计(元)(单价*数量=订货金额)") - private String totalPrice; // 合计(元)(单价*数量=订货金额) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称(来自商品档案中的品牌)") - private String brand; // 品牌名称(来自商品档案中的品牌) - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("零售金额(对应采购订单中的零售金额)") - private String retailAmount; // 零售金额(对应采购订单中的零售金额) - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProFeign.java deleted file mode 100644 index 845ca49f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisitionpro; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionProFeign.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProFeign
- * Description: 库房采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:41
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "库房采购订单商品信息") -@FeignClient( - contextId = "yxt-supervise-KfPurchaseRequisitionPro", - name = "yxt-supervise", - path = "v1/kfpurchaserequisitionpro", - fallback = KfPurchaseRequisitionProFeignFallback.class) -public interface KfPurchaseRequisitionProFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody KfPurchaseRequisitionProDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProFeignFallback.java deleted file mode 100644 index df4aa63d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisitionpro; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionProFeignFallback.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProFeignFallback
- * Description: 库房采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:41
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class KfPurchaseRequisitionProFeignFallback implements KfPurchaseRequisitionProFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/kfpurchaserequisitionpro/listPage无法访问"); - } - - @Override - public ResultBean save(KfPurchaseRequisitionProDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/kfpurchaserequisitionpro/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/kfpurchaserequisitionpro/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/kfpurchaserequisitionpro/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProQuery.java deleted file mode 100644 index 1f56773d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProQuery.java +++ /dev/null @@ -1,99 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisitionpro; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionProQuery.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProQuery
- * Description: 库房采购订单商品信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:41
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房采购订单商品信息 查询条件", description = "库房采购订单商品信息 查询条件") -public class KfPurchaseRequisitionProQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号(来自商品档案中的规格型号)") - private String content; // 规格型号(来自商品档案中的规格型号) - @ApiModelProperty("数量(对应采购订单中的数量)") - private String number; // 数量(对应采购订单中的数量) - @ApiModelProperty("包装数量(对应采购订单包装数量,作废以后不用这个字段了)") - private String packageNumber; // 包装数量(对应采购订单包装数量,作废以后不用这个字段了) - @ApiModelProperty("包内数量(对应采购订单中的规格)") - private String packageInsideNumber; // 包内数量(对应采购订单中的规格) - @ApiModelProperty("包装规格(对应采购订单中的包装)") - private String packageSpec; // 包装规格(对应采购订单中的包装) - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)(对应采购订单中的送货价)") - private String packagePrice; // 包装价格(元)(对应采购订单中的送货价) - @ApiModelProperty("包合计(元)(对应采购订单中的送货金额)") - private String packageTotalPrice; // 包合计(元)(对应采购订单中的送货金额) - @ApiModelProperty("单价(元)(进货价/规格=单价)") - private String unitPrice; // 单价(元)(进货价/规格=单价) - @ApiModelProperty("含税单价(元)(含税金额/包装数量或者规格价)") - private String unitPriceTax; // 含税单价(元)(含税金额/包装数量或者规格价) - @ApiModelProperty("合计(元)(单价*数量=订货金额)") - private String totalPrice; // 合计(元)(单价*数量=订货金额) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称(来自商品档案中的品牌)") - private String brand; // 品牌名称(来自商品档案中的品牌) - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("零售金额(对应采购订单中的零售金额)") - private String retailAmount; // 零售金额(对应采购订单中的零售金额) - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProVo.java deleted file mode 100644 index 90bf53dc..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/kfpurchaserequisitionpro/KfPurchaseRequisitionProVo.java +++ /dev/null @@ -1,101 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.kfpurchaserequisitionpro; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: KfPurchaseRequisitionProVo.java
- * Class: com.yxt.supervise.portal.api.kfpurchaserequisitionpro.KfPurchaseRequisitionProVo
- * Description: 库房采购订单商品信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-07 16:24:41
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "库房采购订单商品信息 视图数据对象", description = "库房采购订单商品信息 视图数据对象") -public class KfPurchaseRequisitionProVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号(来自商品档案中的规格型号)") - private String content; // 规格型号(来自商品档案中的规格型号) - @ApiModelProperty("数量(对应采购订单中的数量)") - private String number; // 数量(对应采购订单中的数量) - @ApiModelProperty("包装数量(对应采购订单包装数量,作废以后不用这个字段了)") - private String packageNumber; // 包装数量(对应采购订单包装数量,作废以后不用这个字段了) - @ApiModelProperty("包内数量(对应采购订单中的规格)") - private String packageInsideNumber; // 包内数量(对应采购订单中的规格) - @ApiModelProperty("包装规格(对应采购订单中的包装)") - private String packageSpec; // 包装规格(对应采购订单中的包装) - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)(对应采购订单中的送货价)") - private String packagePrice; // 包装价格(元)(对应采购订单中的送货价) - @ApiModelProperty("包合计(元)(对应采购订单中的送货金额)") - private String packageTotalPrice; // 包合计(元)(对应采购订单中的送货金额) - @ApiModelProperty("单价(元)(进货价/规格=单价)") - private String unitPrice; // 单价(元)(进货价/规格=单价) - @ApiModelProperty("含税单价(元)(含税金额/包装数量或者规格价)") - private String unitPriceTax; // 含税单价(元)(含税金额/包装数量或者规格价) - @ApiModelProperty("合计(元)(单价*数量=订货金额)") - private String totalPrice; // 合计(元)(单价*数量=订货金额) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称(来自商品档案中的品牌)") - private String brand; // 品牌名称(来自商品档案中的品牌) - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("零售金额(对应采购订单中的零售金额)") - private String retailAmount; // 零售金额(对应采购订单中的零售金额) - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompany.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompany.java deleted file mode 100644 index 69910b2b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompany.java +++ /dev/null @@ -1,68 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.logisticscompany; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: LogisticsCompany.java
- * Class: com.yxt.supervise.api.logisticscompany.LogisticsCompany
- * Description: 物流公司信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "物流公司信息", description = "物流公司信息") -@TableName("logistics_company") -public class LogisticsCompany extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyDetailsVo.java deleted file mode 100644 index 7bdc0840..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyDetailsVo.java +++ /dev/null @@ -1,69 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.logisticscompany; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: LogisticsCompanyVo.java
- * Class: com.yxt.supervise.api.logisticscompany.LogisticsCompanyVo
- * Description: 物流公司信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "物流公司信息 视图数据详情", description = "物流公司信息 视图数据详情") -public class LogisticsCompanyDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyDto.java deleted file mode 100644 index 8dba2f82..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyDto.java +++ /dev/null @@ -1,69 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.logisticscompany; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: LogisticsCompanyDto.java
- * Class: com.yxt.supervise.api.logisticscompany.LogisticsCompanyDto
- * Description: 物流公司信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "物流公司信息 数据传输对象", description = "物流公司信息 数据传输对象") -public class LogisticsCompanyDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyFeign.java deleted file mode 100644 index 80d3103e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.logisticscompany; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: LogisticsCompanyFeign.java
- * Class: com.yxt.supervise.api.logisticscompany.LogisticsCompanyFeign
- * Description: 物流公司信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "物流公司信息") -@FeignClient( - contextId = "LogisticsCompany", - name = "yxt-supervise", - path = "v1/logisticscompany", - fallback = LogisticsCompanyFeignFallback.class) -public interface LogisticsCompanyFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody LogisticsCompanyDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyFeignFallback.java deleted file mode 100644 index 319af846..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.logisticscompany; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: LogisticsCompanyFeignFallback.java
- * Class: com.yxt.supervise.api.logisticscompany.LogisticsCompanyFeignFallback
- * Description: 物流公司信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class LogisticsCompanyFeignFallback implements LogisticsCompanyFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口宇信通监管/logisticscompany/listPage无法访问"); - } - - @Override - public ResultBean save(LogisticsCompanyDto dto){ - return ResultBean.fireFail().setMsg("接口宇信通监管/logisticscompany/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口宇信通监管/logisticscompany/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口宇信通监管/logisticscompany/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyQuery.java deleted file mode 100644 index 287e64c7..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyQuery.java +++ /dev/null @@ -1,67 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.logisticscompany; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: LogisticsCompanyQuery.java
- * Class: com.yxt.supervise.api.logisticscompany.LogisticsCompanyQuery
- * Description: 物流公司信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "物流公司信息 查询条件", description = "物流公司信息 查询条件") -public class LogisticsCompanyQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyVo.java deleted file mode 100644 index bfbfe4e9..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/logisticscompany/LogisticsCompanyVo.java +++ /dev/null @@ -1,69 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.logisticscompany; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: LogisticsCompanyVo.java
- * Class: com.yxt.supervise.api.logisticscompany.LogisticsCompanyVo
- * Description: 物流公司信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "物流公司信息 视图数据对象", description = "物流公司信息 视图数据对象") -public class LogisticsCompanyVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfo.java deleted file mode 100644 index bdbe561e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfo.java +++ /dev/null @@ -1,66 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.manufacturerinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ManufacturerInfo.java
- * Class: com.supervise.api.manufacturerinfo.ManufacturerInfo
- * Description: 厂商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "厂商信息", description = "厂商信息") -@TableName("manufacturer_info") -public class ManufacturerInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoDetailsVo.java deleted file mode 100644 index 8871b52c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoDetailsVo.java +++ /dev/null @@ -1,85 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.manufacturerinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ManufacturerInfoVo.java
- * Class: com.supervise.api.manufacturerinfo.ManufacturerInfoVo
- * Description: 厂商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "厂商信息 视图数据详情", description = "厂商信息 视图数据详情") -public class ManufacturerInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoDto.java deleted file mode 100644 index 3fbe39de..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoDto.java +++ /dev/null @@ -1,85 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.manufacturerinfo; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ManufacturerInfoDto.java
- * Class: com.supervise.api.manufacturerinfo.ManufacturerInfoDto
- * Description: 厂商信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "厂商信息 数据传输对象", description = "厂商信息 数据传输对象") -public class ManufacturerInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoFeign.java deleted file mode 100644 index d52138ae..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.manufacturerinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ManufacturerInfoFeign.java
- * Class: com.supervise.api.manufacturerinfo.ManufacturerInfoFeign
- * Description: 厂商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "厂商信息") -@FeignClient( - contextId = "yxt-supervise-ManufacturerInfo", - name = "yxt-supervise", - path = "v1/manufacturerinfo", - fallback = ManufacturerInfoFeignFallback.class) -public interface ManufacturerInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody ManufacturerInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoFeignFallback.java deleted file mode 100644 index 2b937955..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.manufacturerinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ManufacturerInfoFeignFallback.java
- * Class: com.supervise.api.manufacturerinfo.ManufacturerInfoFeignFallback
- * Description: 厂商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class ManufacturerInfoFeignFallback implements ManufacturerInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/manufacturerinfo/listPage无法访问"); - } - - @Override - public ResultBean save(ManufacturerInfoDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/manufacturerinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/manufacturerinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/manufacturerinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoQuery.java deleted file mode 100644 index 906c93ca..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoQuery.java +++ /dev/null @@ -1,83 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.manufacturerinfo; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ManufacturerInfoQuery.java
- * Class: com.supervise.api.manufacturerinfo.ManufacturerInfoQuery
- * Description: 厂商信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "厂商信息 查询条件", description = "厂商信息 查询条件") -public class ManufacturerInfoQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoVo.java deleted file mode 100644 index 4cc97b54..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/manufacturerinfo/ManufacturerInfoVo.java +++ /dev/null @@ -1,85 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.manufacturerinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ManufacturerInfoVo.java
- * Class: com.supervise.api.manufacturerinfo.ManufacturerInfoVo
- * Description: 厂商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "厂商信息 视图数据对象", description = "厂商信息 视图数据对象") -public class ManufacturerInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformation.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformation.java deleted file mode 100644 index e2dbf308..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformation.java +++ /dev/null @@ -1,156 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productinformation; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ProductInformation.java
- * Class: com.supervise.api.productinformation.ProductInformation
- * Description: 商品档案信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息", description = "商品档案信息") -@TableName("product_information") -public class ProductInformation extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("含量") - private String content; // 含量 - @ApiModelProperty("类别") - private String category; // 类别 - @ApiModelProperty("类别key") - private String categoryKey; // 类别key - @ApiModelProperty("规格单位") - private String unit; // 规格单位 - @ApiModelProperty("制造厂") - private String manufacturer; // 制造厂 - @ApiModelProperty("制造厂sid") - private String manufacturerSid; // 制造厂sid - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("品牌sid") - private String brandSid; // 品牌sid - @ApiModelProperty("产地") - private String placeOfOrigin; // 产地 - @ApiModelProperty("等级") - private String grade; // 等级 - @ApiModelProperty("等级key") - private String gradeKey; // 等级key - @ApiModelProperty("保质期") - private String qualityGuaranteePeriod; // 保质期 - @ApiModelProperty("部门") - private String deptartment; // 部门 - @ApiModelProperty("货架") - private String goodsShelves; // 货架 - @ApiModelProperty("货架code") - private String goodsShelvesCode; // 货架code - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("毛利率") - private String grossProfitMargin; // 毛利率 - @ApiModelProperty("采购员") - private String buyer; // 采购员 - @ApiModelProperty("核算售价") - private String accountingSalesPrice; // 核算售价 - @ApiModelProperty("最新进价(系统中导出的)") - private String latestPurchasePrice; // 最新进价 - @ApiModelProperty("库存价") - private String inventoryPrice; // 库存价 - @ApiModelProperty("合同进价") - private String contractPurchasePrice; // 合同进价 - @ApiModelProperty("会员价") - private String membershipPrice; // 会员价 - @ApiModelProperty("进项税率") - private String inputTaxRate; // 进项税率 - @ApiModelProperty("销项税率") - private String outputTaxRate; // 销项税率 - @ApiModelProperty("仓位") - private String position; // 仓位 - @ApiModelProperty("仓位code") - private String positionCode; // 仓位code - @ApiModelProperty("结算供应商") - private String supplier; // 结算供应商 - @ApiModelProperty("结算供应商Sid") - private String supplierSid; // 结算供应商Sid - @ApiModelProperty("配货方式") - private String distributionMethod; // 配货方式 - @ApiModelProperty("配货方式Key") - private String distributionMethodKey; // 配货方式Key - @ApiModelProperty("来源单位") - private String sourceUnit; // 来源单位 - @ApiModelProperty("管理到效期") - private String managementExpirationDate; // 管理到效期 - @ApiModelProperty("配货价") - private String rationingPrice; // 配货价 - @ApiModelProperty("最低售价") - private String lowestSellingPrice; // 最低售价 - @ApiModelProperty("缺省进价") - private String defaultPurchasePrice; // 缺省进价 - @ApiModelProperty("批发价") - private String tradePrice; // 批发价 - @ApiModelProperty("规格说明") - private String specifications; // 规格说明 - @ApiModelProperty("规格长宽高") - private String description; // 规格长宽高 - @ApiModelProperty("规格重量") - private String weight; // 规格重量 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("最后调价时间") - private Date priceAdjustmentTime; // 最后调价时间 - @ApiModelProperty("对方系统代码") - private String systemCode; // 对方系统代码 - @ApiModelProperty("去税最新进价") - private String priceWithoutTax; // 去税最新进价 - @ApiModelProperty("去税库存价") - private String taxableInventoryPrice; // 去税库存价 - @ApiModelProperty("去税合同进价") - private String ContractPriceExcludingTax; // 去税合同进价 - @ApiModelProperty("商品状态") - private String productStatus; // 商品状态 - @ApiModelProperty("商品状态key") - private String productStatusKey; // 商品状态key - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationDetailsVo.java deleted file mode 100644 index 0240dcc8..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationDetailsVo.java +++ /dev/null @@ -1,174 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productinformation; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ProductInformationVo.java
- * Class: com.supervise.api.productinformation.ProductInformationVo
- * Description: 商品档案信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息 视图数据详情", description = "商品档案信息 视图数据详情") -public class ProductInformationDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("含量") - private String content; // 含量 - @ApiModelProperty("类别") - private String category; // 类别 - @ApiModelProperty("类别key") - private String categoryKey; // 类别key - @ApiModelProperty("规格单位") - private String unit; // 规格单位 - @ApiModelProperty("制造厂") - private String manufacturer; // 制造厂 - @ApiModelProperty("制造厂sid") - private String manufacturerSid; // 制造厂sid - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("品牌sid") - private String brandSid; // 品牌sid - @ApiModelProperty("产地") - private String placeOfOrigin; // 产地 - @ApiModelProperty("等级") - private String grade; // 等级 - @ApiModelProperty("等级key") - private String gradeKey; // 等级key - @ApiModelProperty("保质期") - private String qualityGuaranteePeriod; // 保质期 - @ApiModelProperty("部门") - private String deptartment; // 部门 - @ApiModelProperty("货架") - private String goodsShelves; // 货架 - @ApiModelProperty("货架code") - private String goodsShelvesCode; // 货架code - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("毛利率") - private String grossProfitMargin; // 毛利率 - @ApiModelProperty("采购员") - private String buyer; // 采购员 - @ApiModelProperty("核算售价") - private String accountingSalesPrice; // 核算售价 - @ApiModelProperty("最新进价") - private String latestPurchasePrice; // 最新进价 - @ApiModelProperty("库存价") - private String inventoryPrice; // 库存价 - @ApiModelProperty("合同进价") - private String contractPurchasePrice; // 合同进价 - @ApiModelProperty("会员价") - private String membershipPrice; // 会员价 - @ApiModelProperty("进项税率") - private String inputTaxRate; // 进项税率 - @ApiModelProperty("销项税率") - private String outputTaxRate; // 销项税率 - @ApiModelProperty("仓位") - private String position; // 仓位 - @ApiModelProperty("仓位code") - private String positionCode; // 仓位code - @ApiModelProperty("结算供应商") - private String supplier; // 结算供应商 - @ApiModelProperty("结算供应商Sid") - private String supplierSid; // 结算供应商Sid - @ApiModelProperty("配货方式") - private String distributionMethod; // 配货方式 - @ApiModelProperty("配货方式Key") - private String distributionMethodKey; // 配货方式Key - @ApiModelProperty("来源单位") - private String sourceUnit; // 来源单位 - @ApiModelProperty("管理到效期") - private String managementExpirationDate; // 管理到效期 - @ApiModelProperty("配货价") - private String rationingPrice; // 配货价 - @ApiModelProperty("最低售价") - private String lowestSellingPrice; // 最低售价 - @ApiModelProperty("缺省进价") - private String defaultPurchasePrice; // 缺省进价 - @ApiModelProperty("批发价") - private String tradePrice; // 批发价 - @ApiModelProperty("规格说明") - private String specifications; // 规格说明 - @ApiModelProperty("规格长宽高") - private String description; // 规格长宽高 - @ApiModelProperty("规格重量") - private String weight; // 规格重量 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("最后调价时间") - private Date priceAdjustmentTimeStart; // 最后调价时间 - private Date priceAdjustmentTimeEnd; // 最后调价时间 - @ApiModelProperty("对方系统代码") - private String systemCode; // 对方系统代码 - @ApiModelProperty("去税最新进价") - private String priceWithoutTax; // 去税最新进价 - @ApiModelProperty("去税库存价") - private String taxableInventoryPrice; // 去税库存价 - @ApiModelProperty("去税合同进价") - private String ContractPriceExcludingTax; // 去税合同进价 - @ApiModelProperty("商品状态") - private String productStatus; // 商品状态 - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationDto.java deleted file mode 100644 index 701d7cee..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationDto.java +++ /dev/null @@ -1,174 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productinformation; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ProductInformationDto.java
- * Class: com.supervise.api.productinformation.ProductInformationDto
- * Description: 商品档案信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息 数据传输对象", description = "商品档案信息 数据传输对象") -public class ProductInformationDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("含量") - private String content; // 含量 - @ApiModelProperty("类别") - private String category; // 类别 - @ApiModelProperty("类别key") - private String categoryKey; // 类别key - @ApiModelProperty("规格单位") - private String unit; // 规格单位 - @ApiModelProperty("制造厂") - private String manufacturer; // 制造厂 - @ApiModelProperty("制造厂sid") - private String manufacturerSid; // 制造厂sid - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("品牌sid") - private String brandSid; // 品牌sid - @ApiModelProperty("产地") - private String placeOfOrigin; // 产地 - @ApiModelProperty("等级") - private String grade; // 等级 - @ApiModelProperty("等级key") - private String gradeKey; // 等级key - @ApiModelProperty("保质期") - private String qualityGuaranteePeriod; // 保质期 - @ApiModelProperty("部门") - private String deptartment; // 部门 - @ApiModelProperty("货架") - private String goodsShelves; // 货架 - @ApiModelProperty("货架code") - private String goodsShelvesCode; // 货架code - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("毛利率") - private String grossProfitMargin; // 毛利率 - @ApiModelProperty("采购员") - private String buyer; // 采购员 - @ApiModelProperty("核算售价") - private String accountingSalesPrice; // 核算售价 - @ApiModelProperty("最新进价") - private String latestPurchasePrice; // 最新进价 - @ApiModelProperty("库存价") - private String inventoryPrice; // 库存价 - @ApiModelProperty("合同进价") - private String contractPurchasePrice; // 合同进价 - @ApiModelProperty("会员价") - private String membershipPrice; // 会员价 - @ApiModelProperty("进项税率") - private String inputTaxRate; // 进项税率 - @ApiModelProperty("销项税率") - private String outputTaxRate; // 销项税率 - @ApiModelProperty("仓位") - private String position; // 仓位 - @ApiModelProperty("仓位code") - private String positionCode; // 仓位code - @ApiModelProperty("结算供应商") - private String supplier; // 结算供应商 - @ApiModelProperty("结算供应商Sid") - private String supplierSid; // 结算供应商Sid - @ApiModelProperty("配货方式") - private String distributionMethod; // 配货方式 - @ApiModelProperty("配货方式Key") - private String distributionMethodKey; // 配货方式Key - @ApiModelProperty("来源单位") - private String sourceUnit; // 来源单位 - @ApiModelProperty("管理到效期") - private String managementExpirationDate; // 管理到效期 - @ApiModelProperty("配货价") - private String rationingPrice; // 配货价 - @ApiModelProperty("最低售价") - private String lowestSellingPrice; // 最低售价 - @ApiModelProperty("缺省进价") - private String defaultPurchasePrice; // 缺省进价 - @ApiModelProperty("批发价") - private String tradePrice; // 批发价 - @ApiModelProperty("规格说明") - private String specifications; // 规格说明 - @ApiModelProperty("规格长宽高") - private String description; // 规格长宽高 - @ApiModelProperty("规格重量") - private String weight; // 规格重量 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("最后调价时间") - private Date priceAdjustmentTimeStart; // 最后调价时间 - private Date priceAdjustmentTimeEnd; // 最后调价时间 - @ApiModelProperty("对方系统代码") - private String systemCode; // 对方系统代码 - @ApiModelProperty("去税最新进价") - private String priceWithoutTax; // 去税最新进价 - @ApiModelProperty("去税库存价") - private String taxableInventoryPrice; // 去税库存价 - @ApiModelProperty("去税合同进价") - private String ContractPriceExcludingTax; // 去税合同进价 - @ApiModelProperty("商品状态") - private String productStatus; // 商品状态 - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationFeign.java deleted file mode 100644 index 2d0365c6..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productinformation; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ProductInformationFeign.java
- * Class: com.supervise.api.productinformation.ProductInformationFeign
- * Description: 商品档案信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "商品档案信息") -@FeignClient( - contextId = "yxt-supervise-ProductInformation", - name = "yxt-supervise", - path = "v1/productinformation", - fallback = ProductInformationFeignFallback.class) -public interface ProductInformationFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody ProductInformationDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationFeignFallback.java deleted file mode 100644 index 20602b1c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productinformation; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ProductInformationFeignFallback.java
- * Class: com.supervise.api.productinformation.ProductInformationFeignFallback
- * Description: 商品档案信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class ProductInformationFeignFallback implements ProductInformationFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/productinformation/listPage无法访问"); - } - - @Override - public ResultBean save(ProductInformationDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/productinformation/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/productinformation/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/productinformation/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationQuery.java deleted file mode 100644 index d056483a..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationQuery.java +++ /dev/null @@ -1,172 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productinformation; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ProductInformationQuery.java
- * Class: com.supervise.api.productinformation.ProductInformationQuery
- * Description: 商品档案信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息 查询条件", description = "商品档案信息 查询条件") -public class ProductInformationQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("含量") - private String content; // 含量 - @ApiModelProperty("类别") - private String category; // 类别 - @ApiModelProperty("类别key") - private String categoryKey; // 类别key - @ApiModelProperty("规格单位") - private String unit; // 规格单位 - @ApiModelProperty("制造厂") - private String manufacturer; // 制造厂 - @ApiModelProperty("制造厂sid") - private String manufacturerSid; // 制造厂sid - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("品牌sid") - private String brandSid; // 品牌sid - @ApiModelProperty("产地") - private String placeOfOrigin; // 产地 - @ApiModelProperty("等级") - private String grade; // 等级 - @ApiModelProperty("等级key") - private String gradeKey; // 等级key - @ApiModelProperty("保质期") - private String qualityGuaranteePeriod; // 保质期 - @ApiModelProperty("部门") - private String deptartment; // 部门 - @ApiModelProperty("货架") - private String goodsShelves; // 货架 - @ApiModelProperty("货架code") - private String goodsShelvesCode; // 货架code - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("毛利率") - private String grossProfitMargin; // 毛利率 - @ApiModelProperty("采购员") - private String buyer; // 采购员 - @ApiModelProperty("核算售价") - private String accountingSalesPrice; // 核算售价 - @ApiModelProperty("最新进价") - private String latestPurchasePrice; // 最新进价 - @ApiModelProperty("库存价") - private String inventoryPrice; // 库存价 - @ApiModelProperty("合同进价") - private String contractPurchasePrice; // 合同进价 - @ApiModelProperty("会员价") - private String membershipPrice; // 会员价 - @ApiModelProperty("进项税率") - private String inputTaxRate; // 进项税率 - @ApiModelProperty("销项税率") - private String outputTaxRate; // 销项税率 - @ApiModelProperty("仓位") - private String position; // 仓位 - @ApiModelProperty("仓位code") - private String positionCode; // 仓位code - @ApiModelProperty("结算供应商") - private String supplier; // 结算供应商 - @ApiModelProperty("结算供应商Sid") - private String supplierSid; // 结算供应商Sid - @ApiModelProperty("配货方式") - private String distributionMethod; // 配货方式 - @ApiModelProperty("配货方式Key") - private String distributionMethodKey; // 配货方式Key - @ApiModelProperty("来源单位") - private String sourceUnit; // 来源单位 - @ApiModelProperty("管理到效期") - private String managementExpirationDate; // 管理到效期 - @ApiModelProperty("配货价") - private String rationingPrice; // 配货价 - @ApiModelProperty("最低售价") - private String lowestSellingPrice; // 最低售价 - @ApiModelProperty("缺省进价") - private String defaultPurchasePrice; // 缺省进价 - @ApiModelProperty("批发价") - private String tradePrice; // 批发价 - @ApiModelProperty("规格说明") - private String specifications; // 规格说明 - @ApiModelProperty("规格长宽高") - private String description; // 规格长宽高 - @ApiModelProperty("规格重量") - private String weight; // 规格重量 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("最后调价时间") - private Date priceAdjustmentTimeStart; // 最后调价时间 - private Date priceAdjustmentTimeEnd; // 最后调价时间 - @ApiModelProperty("对方系统代码") - private String systemCode; // 对方系统代码 - @ApiModelProperty("去税最新进价") - private String priceWithoutTax; // 去税最新进价 - @ApiModelProperty("去税库存价") - private String taxableInventoryPrice; // 去税库存价 - @ApiModelProperty("去税合同进价") - private String ContractPriceExcludingTax; // 去税合同进价 - @ApiModelProperty("商品状态") - private String productStatus; // 商品状态 - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationVo.java deleted file mode 100644 index f4990c17..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productinformation/ProductInformationVo.java +++ /dev/null @@ -1,174 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productinformation; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: ProductInformationVo.java
- * Class: com.supervise.api.productinformation.ProductInformationVo
- * Description: 商品档案信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品档案信息 视图数据对象", description = "商品档案信息 视图数据对象") -public class ProductInformationVo implements Vo { - - private String sid; // sid - private String id; // sid - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("含量") - private String content; // 含量 - @ApiModelProperty("类别") - private String category; // 类别 - @ApiModelProperty("类别key") - private String categoryKey; // 类别key - @ApiModelProperty("规格单位") - private String unit; // 规格单位 - @ApiModelProperty("制造厂") - private String manufacturer; // 制造厂 - @ApiModelProperty("制造厂sid") - private String manufacturerSid; // 制造厂sid - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("品牌sid") - private String brandSid; // 品牌sid - @ApiModelProperty("产地") - private String placeOfOrigin; // 产地 - @ApiModelProperty("等级") - private String grade; // 等级 - @ApiModelProperty("等级key") - private String gradeKey; // 等级key - @ApiModelProperty("保质期") - private String qualityGuaranteePeriod; // 保质期 - @ApiModelProperty("部门") - private String deptartment; // 部门 - @ApiModelProperty("货架") - private String goodsShelves; // 货架 - @ApiModelProperty("货架code") - private String goodsShelvesCode; // 货架code - @ApiModelProperty("第二代码") - private String secondCode; // 第二代码 - @ApiModelProperty("毛利率") - private String grossProfitMargin; // 毛利率 - @ApiModelProperty("采购员") - private String buyer; // 采购员 - @ApiModelProperty("核算售价") - private String accountingSalesPrice; // 核算售价 - @ApiModelProperty("最新进价") - private String latestPurchasePrice; // 最新进价 - @ApiModelProperty("库存价") - private String inventoryPrice; // 库存价 - @ApiModelProperty("合同进价") - private String contractPurchasePrice; // 合同进价 - @ApiModelProperty("会员价") - private String membershipPrice; // 会员价 - @ApiModelProperty("进项税率") - private String inputTaxRate; // 进项税率 - @ApiModelProperty("销项税率") - private String outputTaxRate; // 销项税率 - @ApiModelProperty("仓位") - private String position; // 仓位 - @ApiModelProperty("仓位code") - private String positionCode; // 仓位code - @ApiModelProperty("结算供应商") - private String supplier; // 结算供应商 - @ApiModelProperty("结算供应商Sid") - private String supplierSid; // 结算供应商Sid - @ApiModelProperty("配货方式") - private String distributionMethod; // 配货方式 - @ApiModelProperty("配货方式Key") - private String distributionMethodKey; // 配货方式Key - @ApiModelProperty("来源单位") - private String sourceUnit; // 来源单位 - @ApiModelProperty("管理到效期") - private String managementExpirationDate; // 管理到效期 - @ApiModelProperty("配货价") - private String rationingPrice; // 配货价 - @ApiModelProperty("最低售价") - private String lowestSellingPrice; // 最低售价 - @ApiModelProperty("缺省进价") - private String defaultPurchasePrice; // 缺省进价 - @ApiModelProperty("批发价") - private String tradePrice; // 批发价 - @ApiModelProperty("规格说明") - private String specifications; // 规格说明 - @ApiModelProperty("规格长宽高") - private String description; // 规格长宽高 - @ApiModelProperty("规格重量") - private String weight; // 规格重量 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("最后调价时间") - private Date priceAdjustmentTimeStart; // 最后调价时间 - private Date priceAdjustmentTimeEnd; // 最后调价时间 - @ApiModelProperty("对方系统代码") - private String systemCode; // 对方系统代码 - @ApiModelProperty("去税最新进价") - private String priceWithoutTax; // 去税最新进价 - @ApiModelProperty("去税库存价") - private String taxableInventoryPrice; // 去税库存价 - @ApiModelProperty("去税合同进价") - private String ContractPriceExcludingTax; // 去税合同进价 - @ApiModelProperty("商品状态") - private String productStatus; // 商品状态 - @ApiModelProperty("最新进价(需要每次导入采购订单更新的)") - private String newestPurchasePrice; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNum.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNum.java deleted file mode 100644 index 9a6af25f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNum.java +++ /dev/null @@ -1,90 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productnum; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfo.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfo
- * Description: 商品代码、商品名称.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品代码、商品名称信息", description = "商品代码、商品名称信息") -@TableName("product_num") -public class ProductNum extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("品类") - private String category; // 品类 - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("结算供应商code") - private String supplierCode; // 结算供应商 - @ApiModelProperty("结算供应商name") - private String supplierName; // 结算供应商 - @ApiModelProperty("条码") - private String barCode; // 条码 - @ApiModelProperty("单位") - private String unit; // 单位 - - @ApiModelProperty("进价") - private String purchasePrice; // 进价 - @ApiModelProperty("配价") - private String valence;//配价 - @ApiModelProperty("售价") - private String price; // 售价 - - @ApiModelProperty("箱规") - private String boxGauge; // 箱规 - @ApiModelProperty("订货数量") - private String num; // 订货数量 - @ApiModelProperty("订货金额") - private String orderAmount; // 订货金额 - - @ApiModelProperty("税票") - private String taxReceipt; // 税票 - @ApiModelProperty("降价折扣") - private String discount;//降价折扣 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumDetailsVo.java deleted file mode 100644 index 954dbe81..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumDetailsVo.java +++ /dev/null @@ -1,92 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productnum; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoVo.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoVo
- * Description: 商品代码、商品名称信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品代码、商品名称信息", description = "商品代码、商品名称信息") -public class ProductNumDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("品类") - private String category; // 品类 - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("结算供应商code") - private String supplierCode; // 结算供应商 - @ApiModelProperty("结算供应商name") - private String supplierName; // 结算供应商 - @ApiModelProperty("条码") - private String barCode; // 条码 - @ApiModelProperty("单位") - private String unit; // 单位 - - @ApiModelProperty("进价") - private String purchasePrice; // 进价 - @ApiModelProperty("售价") - private String price; // 售价 - @ApiModelProperty("箱规") - private String boxGauge; // 箱规 - @ApiModelProperty("订货数量") - private String num; // 订货数量 - @ApiModelProperty("订货金额") - private String orderAmount; // 订货金额 - - @ApiModelProperty("税票") - private String taxReceipt; // 税票 - @ApiModelProperty("降价折扣") - private String discount;//降价折扣 - @ApiModelProperty("配价") - private String valence;//配价 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumDto.java deleted file mode 100644 index 845430c9..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumDto.java +++ /dev/null @@ -1,92 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productnum; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoDto.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoDto
- * Description: 商品代码、商品名称信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品代码、商品名称信息", description = "商品代码、商品名称信息") -public class ProductNumDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("品类") - private String category; // 品类 - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("结算供应商code") - private String supplierCode; // 结算供应商 - @ApiModelProperty("结算供应商name") - private String supplierName; // 结算供应商 - @ApiModelProperty("条码") - private String barCode; // 条码 - @ApiModelProperty("单位") - private String unit; // 单位 - - @ApiModelProperty("进价") - private String purchasePrice; // 进价 - @ApiModelProperty("售价") - private String price; // 售价 - @ApiModelProperty("箱规") - private String boxGauge; // 箱规 - @ApiModelProperty("订货数量") - private String num; // 订货数量 - @ApiModelProperty("订货金额") - private String orderAmount; // 订货金额 - - @ApiModelProperty("税票") - private String taxReceipt; // 税票 - @ApiModelProperty("降价折扣") - private String discount;//降价折扣 - @ApiModelProperty("配价") - private String valence;//配价 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumFeign.java deleted file mode 100644 index 89985d2b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productnum; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoFeign.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoFeign
- * Description: 商品代码、商品名称信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "商品代码、商品名称信息") -@FeignClient( - contextId = "com.supervise-ProductNum", - name = "com.supervise", - path = "v1/productnum", - fallback = ProductNumFeignFallback.class) -public interface ProductNumFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody ProductNumDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumFeignFallback.java deleted file mode 100644 index eab208d6..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productnum; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoFeignFallback.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoFeignFallback
- * Description: 商品代码、商品名称信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class ProductNumFeignFallback implements ProductNumFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口com.supervise/warehouseinfo/listPage无法访问"); - } - - @Override - public ResultBean save(ProductNumDto dto){ - return ResultBean.fireFail().setMsg("接口com.supervise/warehouseinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口com.supervise/warehouseinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口com.supervise/warehouseinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumQuery.java deleted file mode 100644 index cf960f10..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumQuery.java +++ /dev/null @@ -1,89 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productnum; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoQuery.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoQuery
- * Description: 商品代码、商品名称信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品代码、商品名称信息", description = "商品代码、商品名称信息") -public class ProductNumQuery implements Query { - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("品类") - private String category; // 品类 - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("结算供应商code") - private String supplierCode; // 结算供应商 - @ApiModelProperty("结算供应商name") - private String supplierName; // 结算供应商 - @ApiModelProperty("条码") - private String barCode; // 条码 - @ApiModelProperty("单位") - private String unit; // 单位 - - @ApiModelProperty("进价") - private String purchasePrice; // 进价 - @ApiModelProperty("售价") - private String price; // 售价 - @ApiModelProperty("箱规") - private String boxGauge; // 箱规 - @ApiModelProperty("订货数量") - private String num; // 订货数量 - @ApiModelProperty("订货金额") - private String orderAmount; // 订货金额 - - @ApiModelProperty("税票") - private String taxReceipt; // 税票 - @ApiModelProperty("降价折扣") - private String discount;//降价折扣 - @ApiModelProperty("配价") - private String valence;//配价 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumVo.java deleted file mode 100644 index 9c53d650..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/productnum/ProductNumVo.java +++ /dev/null @@ -1,90 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.productnum; - - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoVo.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoVo
- * Description: 商品代码、商品名称信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "商品代码、商品名称信息", description = "商品代码、商品名称信息") -public class ProductNumVo implements Vo { - private String sid; // sid - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("品类") - private String category; // 品类 - @ApiModelProperty("品牌") - private String brand; // 品牌 - @ApiModelProperty("批次") - private String pc; // 批次 - @ApiModelProperty("结算供应商code") - private String supplierCode; // 结算供应商 - @ApiModelProperty("结算供应商name") - private String supplierName; // 结算供应商 - @ApiModelProperty("条码") - private String barCode; // 条码 - @ApiModelProperty("单位") - private String unit; // 单位 - - @ApiModelProperty("进价") - private String purchasePrice; // 进价 - @ApiModelProperty("售价") - private String price; // 售价 - @ApiModelProperty("箱规") - private String boxGauge; // 箱规 - @ApiModelProperty("订货数量") - private String num; // 订货数量 - @ApiModelProperty("订货金额") - private String orderAmount; // 订货金额 - - @ApiModelProperty("税票") - private String taxReceipt; // 税票 - @ApiModelProperty("降价折扣") - private String discount;//降价折扣 - @ApiModelProperty("配价") - private String valence;//配价 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/Pszxpfsj.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/Pszxpfsj.java deleted file mode 100644 index 39ba99a3..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/Pszxpfsj.java +++ /dev/null @@ -1,94 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.pszxpfsj; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: Pszxpfsj.java
- * Class: com.yxt.supervise.portal.api.pszxpfsj.Pszxpfsj
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-24 14:12:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息", description = "采购订单商品信息") -@TableName("pszxpfsj") -public class Pszxpfsj extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("销售订单编号") - private String code; // 销售订单编号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String dalei; // 大类 - @ApiModelProperty("中类") - private String zhonglei; // 中类 - @ApiModelProperty("小类") - private String xiaolei; // 小类 - @ApiModelProperty("客户代码") - private String cutomerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String salesNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String unitPrice; // 销售价格 - @ApiModelProperty("销售成本") - private String salesPrice; // 销售成本 - @ApiModelProperty("利润") - private String lirun; // 利润 - @ApiModelProperty("数据日期") - private String orderDate; // 数据日期 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjDetailsVo.java deleted file mode 100644 index 5b3e4f88..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjDetailsVo.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.pszxpfsj; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: PszxpfsjVo.java
- * Class: com.yxt.supervise.portal.api.pszxpfsj.PszxpfsjVo
- * Description: 采购订单商品信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-24 14:12:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 视图数据详情", description = "采购订单商品信息 视图数据详情") -public class PszxpfsjDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("销售订单编号") - private String code; // 销售订单编号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String dalei; // 大类 - @ApiModelProperty("中类") - private String zhonglei; // 中类 - @ApiModelProperty("小类") - private String xiaolei; // 小类 - @ApiModelProperty("客户代码") - private String cutomerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String salesNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String unitPrice; // 销售价格 - @ApiModelProperty("销售成本") - private String salesPrice; // 销售成本 - @ApiModelProperty("利润") - private String lirun; // 利润 - @ApiModelProperty("数据日期") - private String orderDate; // 数据日期 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjDto.java deleted file mode 100644 index 6d114f08..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjDto.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.pszxpfsj; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: PszxpfsjDto.java
- * Class: com.yxt.supervise.portal.api.pszxpfsj.PszxpfsjDto
- * Description: 采购订单商品信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-24 14:12:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 数据传输对象", description = "采购订单商品信息 数据传输对象") -public class PszxpfsjDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("销售订单编号") - private String code; // 销售订单编号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String dalei; // 大类 - @ApiModelProperty("中类") - private String zhonglei; // 中类 - @ApiModelProperty("小类") - private String xiaolei; // 小类 - @ApiModelProperty("客户代码") - private String cutomerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String salesNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String unitPrice; // 销售价格 - @ApiModelProperty("销售成本") - private String salesPrice; // 销售成本 - @ApiModelProperty("利润") - private String lirun; // 利润 - @ApiModelProperty("数据日期") - private String orderDate; // 数据日期 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjFeign.java deleted file mode 100644 index a40f8599..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.pszxpfsj; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise(宇信通监管)
- * File: PszxpfsjFeign.java
- * Class: com.yxt.supervise.portal.api.pszxpfsj.PszxpfsjFeign
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-24 14:12:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "采购订单商品信息") -@FeignClient( - contextId = "supervise-Pszxpfsj", - name = "supervise", - path = "v1/pszxpfsj", - fallback = PszxpfsjFeignFallback.class) -public interface PszxpfsjFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody PszxpfsjDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjFeignFallback.java deleted file mode 100644 index 239e2c1c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.pszxpfsj; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise(宇信通监管)
- * File: PszxpfsjFeignFallback.java
- * Class: com.yxt.supervise.portal.api.pszxpfsj.PszxpfsjFeignFallback
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-24 14:12:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class PszxpfsjFeignFallback implements PszxpfsjFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/pszxpfsj/listPage无法访问"); - } - - @Override - public ResultBean save(PszxpfsjDto dto){ - return ResultBean.fireFail().setMsg("接口supervise/pszxpfsj/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise/pszxpfsj/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/pszxpfsj/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjQuery.java deleted file mode 100644 index 47c9b15c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjQuery.java +++ /dev/null @@ -1,93 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.pszxpfsj; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: PszxpfsjQuery.java
- * Class: com.yxt.supervise.portal.api.pszxpfsj.PszxpfsjQuery
- * Description: 采购订单商品信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-24 14:12:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 查询条件", description = "采购订单商品信息 查询条件") -public class PszxpfsjQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("销售订单编号") - private String code; // 销售订单编号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String dalei; // 大类 - @ApiModelProperty("中类") - private String zhonglei; // 中类 - @ApiModelProperty("小类") - private String xiaolei; // 小类 - @ApiModelProperty("客户代码") - private String cutomerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String salesNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String unitPrice; // 销售价格 - @ApiModelProperty("销售成本") - private String salesPrice; // 销售成本 - @ApiModelProperty("利润") - private String lirun; // 利润 - @ApiModelProperty("数据日期") - private String orderDate; // 数据日期 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjVo.java deleted file mode 100644 index e661eb9c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/pszxpfsj/PszxpfsjVo.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.pszxpfsj; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: PszxpfsjVo.java
- * Class: com.yxt.supervise.portal.api.pszxpfsj.PszxpfsjVo
- * Description: 采购订单商品信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-24 14:12:54
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 视图数据对象", description = "采购订单商品信息 视图数据对象") -public class PszxpfsjVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("销售订单编号") - private String code; // 销售订单编号 - @ApiModelProperty("商品编码") - private String prodCode; // 商品编码 - @ApiModelProperty("商品条码") - private String prodBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String prodName; // 商品名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String dalei; // 大类 - @ApiModelProperty("中类") - private String zhonglei; // 中类 - @ApiModelProperty("小类") - private String xiaolei; // 小类 - @ApiModelProperty("客户代码") - private String cutomerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("销售数量") - private String salesNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String unitPrice; // 销售价格 - @ApiModelProperty("销售成本") - private String salesPrice; // 销售成本 - @ApiModelProperty("利润") - private String lirun; // 利润 - @ApiModelProperty("数据日期") - private String orderDate; // 数据日期 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisition.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisition.java deleted file mode 100644 index 20e8e5fa..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisition.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisition; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisition.java
- * Class: com.yxt.supervise.api.purchaserequisition.PurchaseRequisition
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表", description = "采购订单表") -@TableName("purchase_requisition") -public class PurchaseRequisition extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionDetailsVo.java deleted file mode 100644 index 12ca344d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionDetailsVo.java +++ /dev/null @@ -1,102 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisition; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; - -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - -import com.yxt.supervise.portal.api.purchaserequisitionpro.PurchaseRequisitionProDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionVo.java
- * Class: com.yxt.supervise.api.purchaserequisition.PurchaseRequisitionVo
- * Description: 采购订单表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 视图数据详情", description = "采购订单表 视图数据详情") -public class PurchaseRequisitionDetailsVo implements Vo { - - private String sid; // sid - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 - @ApiModelProperty("商品列表") - private List pros=new ArrayList<>(); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionDto.java deleted file mode 100644 index 65380af4..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionDto.java +++ /dev/null @@ -1,102 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisition; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; - -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - -import com.yxt.supervise.portal.api.purchaserequisitionpro.PurchaseRequisitionProDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionDto.java
- * Class: com.yxt.supervise.api.purchaserequisition.PurchaseRequisitionDto
- * Description: 采购订单表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 数据传输对象", description = "采购订单表 数据传输对象") -public class PurchaseRequisitionDto implements Dto { - - private String sid; // sid - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 - @ApiModelProperty("商品列表") - private List pros=new ArrayList<>(); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionFeign.java deleted file mode 100644 index 5acb1f88..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisition; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionFeign.java
- * Class: com.yxt.supervise.api.purchaserequisition.PurchaseRequisitionFeign
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "采购订单表") -@FeignClient( - contextId = "PurchaseRequisition", - name = "yxt-supervise", - path = "v1/purchaserequisition", - fallback = PurchaseRequisitionFeignFallback.class) -public interface PurchaseRequisitionFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody PurchaseRequisitionDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionFeignFallback.java deleted file mode 100644 index 5f07de31..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisition; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionFeignFallback.java
- * Class: com.yxt.supervise.api.purchaserequisition.PurchaseRequisitionFeignFallback
- * Description: 采购订单表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class PurchaseRequisitionFeignFallback implements PurchaseRequisitionFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口宇信通监管/purchaserequisition/listPage无法访问"); - } - - @Override - public ResultBean save(PurchaseRequisitionDto dto){ - return ResultBean.fireFail().setMsg("接口宇信通监管/purchaserequisition/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口宇信通监管/purchaserequisition/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口宇信通监管/purchaserequisition/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionQuery.java deleted file mode 100644 index 69cbe8f6..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionQuery.java +++ /dev/null @@ -1,97 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisition; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionQuery.java
- * Class: com.yxt.supervise.api.purchaserequisition.PurchaseRequisitionQuery
- * Description: 采购订单表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 查询条件", description = "采购订单表 查询条件") -public class PurchaseRequisitionQuery implements Query { - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期开始") - private String purchaseDateStart; // 采购日期 - @ApiModelProperty("采购日期结束") - private String purchaseDateEnd; // 采购日期 - @ApiModelProperty("到货日期开始") - private String arrivalDateStart; // 到货日期 - @ApiModelProperty("到货日期结束") - private String arrivalDateEnd; // 到货日期 - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionVo.java deleted file mode 100644 index c2a7ca46..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisition/PurchaseRequisitionVo.java +++ /dev/null @@ -1,97 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisition; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionVo.java
- * Class: com.yxt.supervise.api.purchaserequisition.PurchaseRequisitionVo
- * Description: 采购订单表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单表 视图数据对象", description = "采购订单表 视图数据对象") -public class PurchaseRequisitionVo implements Vo { - - private String sid; // sid - @ApiModelProperty("单号") - private String code; // 单号 - @ApiModelProperty("采购员姓名") - private String buyerName; // 采购员姓名 - @ApiModelProperty("采购员编码") - private String buyerCode; // 采购员编码 - @ApiModelProperty("采购日期") - private String purchaseDate; // 采购日期 - @ApiModelProperty("到货日期") - private String arrivalDate; // 到货日期 - @ApiModelProperty("采购组织名称") - private String purchasingOrgName; // 采购组织名称 - @ApiModelProperty("采购组织编码") - private String purchasingOrgCode; // 采购组织编码 - @ApiModelProperty("采购部门名称") - private String purchasingDeptCode; // 采购部门名称 - @ApiModelProperty("采购部门编码") - private String purchasingDeptName; // 采购部门编码 - @ApiModelProperty("供应商名称") - private String supplierName; // 供应商名称 - @ApiModelProperty("供应商编码") - private String supplierCode; // 供应商编码 - @ApiModelProperty("物流公司名称") - private String logisticsCompanyName; // 物流公司名称 - @ApiModelProperty("物流公司编码") - private String logisticsCompanyCode; // 物流公司编码 - @ApiModelProperty("单据到效期") - private String expiryDate; // 单据到效期 - @ApiModelProperty("仓位") - private String warehousePosition;//仓位 - @ApiModelProperty("仓位code") - private String warehousePositionCode;// - @ApiModelProperty("新订单编号") - private String newCode;// - @ApiModelProperty("旧订单编号") - private String oldCode;// - @ApiModelProperty("完成状态") - private String completionStatus;//完成状态 - @ApiModelProperty("完成状态") - private String completionStatusKey;//完成状态 - @ApiModelProperty("订单金额") - private String packageTotalPrice; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionPro.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionPro.java deleted file mode 100644 index 1005e091..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionPro.java +++ /dev/null @@ -1,97 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisitionpro; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionPro.java
- * Class: com.yxt.supervise.api.purchaserequisitionpro.PurchaseRequisitionPro
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息", description = "采购订单商品信息") -@TableName("purchase_requisition_pro") -public class PurchaseRequisitionPro extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProDetailsVo.java deleted file mode 100644 index 90e96553..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProDetailsVo.java +++ /dev/null @@ -1,116 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisitionpro; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionProVo.java
- * Class: com.yxt.supervise.api.purchaserequisitionpro.PurchaseRequisitionProVo
- * Description: 采购订单商品信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 视图数据详情", description = "采购订单商品信息 视图数据详情") -public class PurchaseRequisitionProDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProDto.java deleted file mode 100644 index cef56e15..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProDto.java +++ /dev/null @@ -1,116 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisitionpro; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionProDto.java
- * Class: com.yxt.supervise.api.purchaserequisitionpro.PurchaseRequisitionProDto
- * Description: 采购订单商品信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 数据传输对象", description = "采购订单商品信息 数据传输对象") -public class PurchaseRequisitionProDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProFeign.java deleted file mode 100644 index 30370c2f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisitionpro; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionProFeign.java
- * Class: com.yxt.supervise.api.purchaserequisitionpro.PurchaseRequisitionProFeign
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "采购订单商品信息") -@FeignClient( - contextId = "PurchaseRequisitionPro", - name = "yxt-supervise", - path = "v1/purchaserequisitionpro", - fallback = PurchaseRequisitionProFeignFallback.class) -public interface PurchaseRequisitionProFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody PurchaseRequisitionProDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProFeignFallback.java deleted file mode 100644 index 18267777..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisitionpro; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionProFeignFallback.java
- * Class: com.yxt.supervise.api.purchaserequisitionpro.PurchaseRequisitionProFeignFallback
- * Description: 采购订单商品信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class PurchaseRequisitionProFeignFallback implements PurchaseRequisitionProFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口宇信通监管/purchaserequisitionpro/listPage无法访问"); - } - - @Override - public ResultBean save(PurchaseRequisitionProDto dto){ - return ResultBean.fireFail().setMsg("接口宇信通监管/purchaserequisitionpro/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口宇信通监管/purchaserequisitionpro/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口宇信通监管/purchaserequisitionpro/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProQuery.java deleted file mode 100644 index 2478f698..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProQuery.java +++ /dev/null @@ -1,114 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisitionpro; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionProQuery.java
- * Class: com.yxt.supervise.api.purchaserequisitionpro.PurchaseRequisitionProQuery
- * Description: 采购订单商品信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 查询条件", description = "采购订单商品信息 查询条件") -public class PurchaseRequisitionProQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProVo.java deleted file mode 100644 index 87d1ddce..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/purchaserequisitionpro/PurchaseRequisitionProVo.java +++ /dev/null @@ -1,98 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.purchaserequisitionpro; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: 宇信通监管(宇信通监管)
- * File: PurchaseRequisitionProVo.java
- * Class: com.yxt.supervise.api.purchaserequisitionpro.PurchaseRequisitionProVo
- * Description: 采购订单商品信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-20 16:44:11
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "采购订单商品信息 视图数据对象", description = "采购订单商品信息 视图数据对象") -public class PurchaseRequisitionProVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("主表sid") - private String mainSid; // 主表sid - @ApiModelProperty("商品代码") - private String proCode; // 商品代码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("规格型号") - private String content; // 规格型号 - @ApiModelProperty("数量") - private String number; // 数量 - @ApiModelProperty("包装数量") - private String packageNumber; // 包装数量 - @ApiModelProperty("包内数量") - private String packageInsideNumber; // 包内数量 - @ApiModelProperty("包装规格") - private String packageSpec; // 包装规格 - @ApiModelProperty("单位") - private String unit; // 单位 - @ApiModelProperty("包装价格(元)") - private String packagePrice; // 包装价格(元) - @ApiModelProperty("包合计(元)") - private String packageTotalPrice; // 包合计(元) - @ApiModelProperty("单价(元)") - private String unitPrice; // 单价(元) - @ApiModelProperty("含税单价(元)") - private String unitPriceTax; // 含税单价(元) - @ApiModelProperty("合计(元)") - private String totalPrice; // 合计(元) - @ApiModelProperty("商品品类名称") - private String category; // 商品品类名称 - @ApiModelProperty("商品品类编码") - private String categoryKey; // 商品品类编码 - @ApiModelProperty("品牌名称") - private String brand; // 品牌名称 - @ApiModelProperty("品牌编码") - private String brandCode; // 品牌编码 - @ApiModelProperty("发货日期") - private String issuanceDate; // 发货日期 - @ApiModelProperty("第二代码") - private String secondCode;// 第二代码 - @ApiModelProperty("零售金额") - private String retailAmount;// 零售金额 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfo.java deleted file mode 100644 index 484df867..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfo.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.registrationinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: RegistrationInfo.java
- * Class: com.supervise.api.registrationinfo.RegistrationInfo
- * Description: 营业执照信息信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "营业执照信息信息", description = "营业执照信息信息") -@TableName("registration_info") -public class RegistrationInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("行业") - private String industry; // 行业 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("注册资金") - private String registeredCapital; // 注册资金 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("等记号码") - private String registrationNo; // 等记号码 - @ApiModelProperty("营业执照") - private String licence; // 营业执照 - @ApiModelProperty("统一信用代码") - private String code; // 统一信用代码 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoDetailsVo.java deleted file mode 100644 index 34ef319b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoDetailsVo.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.registrationinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: RegistrationInfoVo.java
- * Class: com.supervise.api.registrationinfo.RegistrationInfoVo
- * Description: 营业执照信息信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "营业执照信息信息 视图数据详情", description = "营业执照信息信息 视图数据详情") -public class RegistrationInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("行业") - private String industry; // 行业 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("注册资金") - private String registeredCapital; // 注册资金 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("等记号码") - private String registrationNo; // 等记号码 - @ApiModelProperty("营业执照") - private String licence; // 营业执照 - @ApiModelProperty("统一信用代码") - private String code; // 统一信用代码 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoDto.java deleted file mode 100644 index 68591226..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoDto.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.registrationinfo; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: RegistrationInfoDto.java
- * Class: com.supervise.api.registrationinfo.RegistrationInfoDto
- * Description: 营业执照信息信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "营业执照信息信息 数据传输对象", description = "营业执照信息信息 数据传输对象") -public class RegistrationInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("行业") - private String industry; // 行业 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("注册资金") - private String registeredCapital; // 注册资金 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("等记号码") - private String registrationNo; // 等记号码 - @ApiModelProperty("营业执照") - private String licence; // 营业执照 - @ApiModelProperty("统一信用代码") - private String code; // 统一信用代码 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoFeign.java deleted file mode 100644 index 1d032201..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.registrationinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: RegistrationInfoFeign.java
- * Class: com.supervise.api.registrationinfo.RegistrationInfoFeign
- * Description: 营业执照信息信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "营业执照信息信息") -@FeignClient( - contextId = "yxt-supervise-RegistrationInfo", - name = "yxt-supervise", - path = "v1/registrationinfo", - fallback = RegistrationInfoFeignFallback.class) -public interface RegistrationInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody RegistrationInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoFeignFallback.java deleted file mode 100644 index ab883d9c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.registrationinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: RegistrationInfoFeignFallback.java
- * Class: com.supervise.api.registrationinfo.RegistrationInfoFeignFallback
- * Description: 营业执照信息信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class RegistrationInfoFeignFallback implements RegistrationInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/registrationinfo/listPage无法访问"); - } - - @Override - public ResultBean save(RegistrationInfoDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/registrationinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/registrationinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/registrationinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoQuery.java deleted file mode 100644 index a1bf5a44..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoQuery.java +++ /dev/null @@ -1,93 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.registrationinfo; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: RegistrationInfoQuery.java
- * Class: com.supervise.api.registrationinfo.RegistrationInfoQuery
- * Description: 营业执照信息信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "营业执照信息信息 查询条件", description = "营业执照信息信息 查询条件") -public class RegistrationInfoQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("行业") - private String industry; // 行业 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("注册资金") - private String registeredCapital; // 注册资金 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("等记号码") - private String registrationNo; // 等记号码 - @ApiModelProperty("营业执照") - private String licence; // 营业执照 - @ApiModelProperty("统一信用代码") - private String code; // 统一信用代码 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoVo.java deleted file mode 100644 index 81f19052..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/registrationinfo/RegistrationInfoVo.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.registrationinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: RegistrationInfoVo.java
- * Class: com.supervise.api.registrationinfo.RegistrationInfoVo
- * Description: 营业执照信息信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:29
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "营业执照信息信息 视图数据对象", description = "营业执照信息信息 视图数据对象") -public class RegistrationInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("行业") - private String industry; // 行业 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("注册资金") - private String registeredCapital; // 注册资金 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("等记号码") - private String registrationNo; // 等记号码 - @ApiModelProperty("营业执照") - private String licence; // 营业执照 - @ApiModelProperty("统一信用代码") - private String code; // 统一信用代码 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrand.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrand.java deleted file mode 100644 index 0efffe90..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrand.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedbrand; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrand.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrand
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌", description = "限定品牌") -@TableName("restricted_brand") -public class RestrictedBrand extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandDetailsVo.java deleted file mode 100644 index bf033873..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandDetailsVo.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedbrand; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandVo.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandVo
- * Description: 限定品牌 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 视图数据详情", description = "限定品牌 视图数据详情") -public class RestrictedBrandDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandDto.java deleted file mode 100644 index 96cf564c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandDto.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedbrand; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandDto.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandDto
- * Description: 限定品牌 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 数据传输对象", description = "限定品牌 数据传输对象") -public class RestrictedBrandDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandFeign.java deleted file mode 100644 index 7a7cd2b1..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedbrand; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandFeign.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandFeign
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "限定品牌") -@FeignClient( - contextId = "yxt-supervise-RestrictedBrand", - name = "yxt-supervise", - path = "v1/restrictedbrand", - fallback = RestrictedBrandFeignFallback.class) -public interface RestrictedBrandFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody RestrictedBrandDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandFeignFallback.java deleted file mode 100644 index 1b024b05..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedbrand; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandFeignFallback.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandFeignFallback
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class RestrictedBrandFeignFallback implements RestrictedBrandFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedbrand/listPage无法访问"); - } - - @Override - public ResultBean save(RestrictedBrandDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedbrand/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedbrand/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedbrand/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandQuery.java deleted file mode 100644 index 554f4411..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandQuery.java +++ /dev/null @@ -1,57 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedbrand; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandQuery.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandQuery
- * Description: 限定品牌 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 查询条件", description = "限定品牌 查询条件") -public class RestrictedBrandQuery implements Query { - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandVo.java deleted file mode 100644 index d695f401..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedbrand/RestrictedBrandVo.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedbrand; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandVo.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandVo
- * Description: 限定品牌 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 视图数据对象", description = "限定品牌 视图数据对象") -public class RestrictedBrandVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategory.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategory.java deleted file mode 100644 index 0c8956f7..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategory.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedcategory; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategory.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategory
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类", description = "限定品类") -@TableName("restricted_category") -public class RestrictedCategory extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryDetailsVo.java deleted file mode 100644 index 986450ba..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryDetailsVo.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedcategory; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryVo.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryVo
- * Description: 限定品类 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 视图数据详情", description = "限定品类 视图数据详情") -public class RestrictedCategoryDetailsVo implements Vo { - - private String sid; // sid - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryDto.java deleted file mode 100644 index 296fa7d2..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryDto.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedcategory; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryDto.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryDto
- * Description: 限定品类 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 数据传输对象", description = "限定品类 数据传输对象") -public class RestrictedCategoryDto implements Dto { - - private String sid; // sid - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryFeign.java deleted file mode 100644 index 5759429b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedcategory; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryFeign.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryFeign
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "限定品类") -@FeignClient( - contextId = "yxt-supervise-RestrictedCategory", - name = "yxt-supervise", - path = "v1/restrictedcategory", - fallback = RestrictedCategoryFeignFallback.class) -public interface RestrictedCategoryFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody RestrictedCategoryDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryFeignFallback.java deleted file mode 100644 index 8ff369c8..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedcategory; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryFeignFallback.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryFeignFallback
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class RestrictedCategoryFeignFallback implements RestrictedCategoryFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedcategory/listPage无法访问"); - } - - @Override - public ResultBean save(RestrictedCategoryDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedcategory/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedcategory/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedcategory/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryQuery.java deleted file mode 100644 index 233dac2f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryQuery.java +++ /dev/null @@ -1,57 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedcategory; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryQuery.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryQuery
- * Description: 限定品类 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 查询条件", description = "限定品类 查询条件") -public class RestrictedCategoryQuery implements Query { - - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryVo.java deleted file mode 100644 index 13b6d7cc..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/restrictedcategory/RestrictedCategoryVo.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.restrictedcategory; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryVo.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryVo
- * Description: 限定品类 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 视图数据对象", description = "限定品类 视图数据对象") -public class RestrictedCategoryVo implements Vo { - - private String sid; // sid - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesData.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesData.java deleted file mode 100644 index 39b02f21..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesData.java +++ /dev/null @@ -1,98 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.salesdata; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: SalesData.java
- * Class: com.yxt.supervise.portal.api.salesdata.SalesData
- * Description: 销售数据.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-24 20:43:02
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "销售数据", description = "销售数据") -@TableName("sales_data") -public class SalesData extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String proCode; // 商品编码 - @ApiModelProperty("商品条码") - private String proBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 - - - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataDetailsVo.java deleted file mode 100644 index 314161f3..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataDetailsVo.java +++ /dev/null @@ -1,97 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.salesdata; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: SalesDataVo.java
- * Class: com.yxt.supervise.portal.api.salesdata.SalesDataVo
- * Description: 销售数据 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-24 20:43:02
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "销售数据 视图数据详情", description = "销售数据 视图数据详情") -public class SalesDataDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String proCode; // 商品编码 - @ApiModelProperty("商品条码") - private String proBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataDto.java deleted file mode 100644 index c401c461..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataDto.java +++ /dev/null @@ -1,97 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.salesdata; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: SalesDataDto.java
- * Class: com.yxt.supervise.portal.api.salesdata.SalesDataDto
- * Description: 销售数据 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-24 20:43:02
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "销售数据 数据传输对象", description = "销售数据 数据传输对象") -public class SalesDataDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String proCode; // 商品编码 - @ApiModelProperty("商品条码") - private String proBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataFeign.java deleted file mode 100644 index 57ccc3b7..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.salesdata; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: SalesDataFeign.java
- * Class: com.yxt.supervise.portal.api.salesdata.SalesDataFeign
- * Description: 销售数据.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-24 20:43:02
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "销售数据") -@FeignClient( - contextId = "yxt-supervise-SalesData", - name = "yxt-supervise", - path = "v1/salesdata", - fallback = SalesDataFeignFallback.class) -public interface SalesDataFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SalesDataDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataFeignFallback.java deleted file mode 100644 index 82cb28d7..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.salesdata; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: SalesDataFeignFallback.java
- * Class: com.yxt.supervise.portal.api.salesdata.SalesDataFeignFallback
- * Description: 销售数据.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-24 20:43:02
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class SalesDataFeignFallback implements SalesDataFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/salesdata/listPage无法访问"); - } - - @Override - public ResultBean save(SalesDataDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/salesdata/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/salesdata/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/salesdata/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataQuery.java deleted file mode 100644 index 37ec8960..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataQuery.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.salesdata; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: SalesDataQuery.java
- * Class: com.yxt.supervise.portal.api.salesdata.SalesDataQuery
- * Description: 销售数据 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-24 20:43:02
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "销售数据 查询条件", description = "销售数据 查询条件") -public class SalesDataQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String proCode; // 商品编码 - @ApiModelProperty("商品条码") - private String proBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataVo.java deleted file mode 100644 index 3e0c8282..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/salesdata/SalesDataVo.java +++ /dev/null @@ -1,97 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.salesdata; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: SalesDataVo.java
- * Class: com.yxt.supervise.portal.api.salesdata.SalesDataVo
- * Description: 销售数据 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-24 20:43:02
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "销售数据 视图数据对象", description = "销售数据 视图数据对象") -public class SalesDataVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("销售订单号") - private String code; // 销售订单号 - @ApiModelProperty("商品编码") - private String proCode; // 商品编码 - @ApiModelProperty("商品条码") - private String proBarCode; // 商品条码 - @ApiModelProperty("商品名称") - private String proName; // 商品名称 - @ApiModelProperty("销售数量") - private String saleNum; // 销售数量 - @ApiModelProperty("销售渠道") - private String storeCode; // 销售渠道 - @ApiModelProperty("销售渠道名称") - private String storeName; // 销售渠道名称 - @ApiModelProperty("销售价格") - private String salePrice; // 销售价格 - @ApiModelProperty("销售成本") - private String saleCost; // 销售成本 - @ApiModelProperty("利润") - private String profit; // 利润 - @ApiModelProperty("数据日期") - private String dataDate; // 数据日期 - @ApiModelProperty("类型") - private String type; // 类型 - @ApiModelProperty("客户代码") - private String customerCode; // 客户代码 - @ApiModelProperty("客户名称") - private String customerName; // 客户名称 - @ApiModelProperty("品牌代码") - private String brandCode; // 品牌代码 - @ApiModelProperty("品牌名称") - private String brandName; // 品牌名称 - @ApiModelProperty("大类") - private String categoryb; // 大类 - @ApiModelProperty("种类") - private String categorym; // 种类 - @ApiModelProperty("小类") - private String categorys; // 小类 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreIn.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreIn.java deleted file mode 100644 index 627d605c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreIn.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.yxt.supervise.portal.api.storein; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -import java.util.Date; - -@Data -@ApiModel(value = "入库单", description = "入库单") -@TableName("storein") -public class StoreIn extends BaseEntity { - - private String orgCode; // 企业组织机构代码证 - private String storeCode; // 仓库/门店编号 - private String storeName; // 仓库/门店名称 - private Date receiptTime; //收货时间 - private String billNo; // 单据号 - private String billType; // 单据类型 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreInItem.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreInItem.java deleted file mode 100644 index 329a3388..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreInItem.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.portal.api.storein; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -import java.util.Date; - -@Data -@ApiModel(value = "入库单", description = "入库单") -@TableName("storein_item") -public class StoreInItem extends BaseEntity { - - private String storeinSid; // 入库单SID - private String billNo; // 单据号 - private String supplierSid; // 供应商SID - private String supplierCode; // 供应商代码 - private String supplierName; // 供应商名称 - private String productCode; // 货号 - private String productName; // 商品名称 - private Date productDate; // 商品生产日期 - private Integer productQualityGuaranteePeriod; //商品保质期(天) - private String productSpecifications; // 商品规格 - private String categoryKey; // 类别编号 - private String category; // 类别名称 - private String categoryOne; // 一级类别名称 - private String categoryTwo; // 二级类别名称 - private Double inPrice; // 入库金额 - private Integer inNumber; // 入库数量 - private Double costPrice; // 成本金额 - private Double costTaxPrice; // 成本税额 - private Double notTaxPrice; // 不含税成本 - private Integer inputTaxRate; // 进项税率 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreInWithItemDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreInWithItemDto.java deleted file mode 100644 index faf27256..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storein/StoreInWithItemDto.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.portal.api.storein; - -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -@Data -public class StoreInWithItemDto { - - private StoreIn storeIn; - - private List itemList = new ArrayList<>(); -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfo.java deleted file mode 100644 index 13d20c1f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfo.java +++ /dev/null @@ -1,88 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfo.java
- * Class: com.supervise.api.storeinfo.StoreInfo
- * Description: 门店信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息", description = "门店信息") -@TableName("store_info") -public class StoreInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; -// 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoDetailsVo.java deleted file mode 100644 index 995da4c7..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoDetailsVo.java +++ /dev/null @@ -1,107 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoVo.java
- * Class: com.supervise.api.storeinfo.StoreInfoVo
- * Description: 门店信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息 视图数据详情", description = "门店信息 视图数据详情") -public class StoreInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; - // 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoDto.java deleted file mode 100644 index fcd5cb55..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoDto.java +++ /dev/null @@ -1,107 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeinfo; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoDto.java
- * Class: com.supervise.api.storeinfo.StoreInfoDto
- * Description: 门店信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息 数据传输对象", description = "门店信息 数据传输对象") -public class StoreInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; - // 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoFeign.java deleted file mode 100644 index 8c416d33..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoFeign.java
- * Class: com.supervise.api.storeinfo.StoreInfoFeign
- * Description: 门店信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "门店信息") -@FeignClient( - contextId = "yxt-supervise-StoreInfo", - name = "yxt-supervise", - path = "v1/storeinfo", - fallback = StoreInfoFeignFallback.class) -public interface StoreInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody StoreInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoFeignFallback.java deleted file mode 100644 index 0461c0f1..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoFeignFallback.java
- * Class: com.supervise.api.storeinfo.StoreInfoFeignFallback
- * Description: 门店信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class StoreInfoFeignFallback implements StoreInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/storeinfo/listPage无法访问"); - } - - @Override - public ResultBean save(StoreInfoDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/storeinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/storeinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/storeinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoQuery.java deleted file mode 100644 index 90105d7a..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoQuery.java +++ /dev/null @@ -1,105 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeinfo; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoQuery.java
- * Class: com.supervise.api.storeinfo.StoreInfoQuery
- * Description: 门店信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息 查询条件", description = "门店信息 查询条件") -public class StoreInfoQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; - // 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoVo.java deleted file mode 100644 index 2154d26a..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeinfo/StoreInfoVo.java +++ /dev/null @@ -1,107 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: StoreInfoVo.java
- * Class: com.supervise.api.storeinfo.StoreInfoVo
- * Description: 门店信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "门店信息 视图数据对象", description = "门店信息 视图数据对象") -public class StoreInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("上级") - private String parentSid; // 上级 - @ApiModelProperty("法人") - private String legalPerson; // 法人 - @ApiModelProperty("单位类型") - private String type; // 单位类型 - @ApiModelProperty("配货价") - private String productPrice; // 单位类型 - @ApiModelProperty("区域") - private String region; // 区域 - @ApiModelProperty("门店经营商品方案") - private String programme; - @ApiModelProperty("组代码") - private String groupCode; - @ApiModelProperty("经度") - private String longitude; - @ApiModelProperty("纬度") - private String latitude; - @ApiModelProperty("是否加盟店0不是,1是") - private String isJoin; - // 是否石家庄内0不是,1是 - @ApiModelProperty("是否石家庄内0不是,1是") - private String isSjz; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOut.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOut.java deleted file mode 100644 index 91ab6721..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOut.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeout; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -import java.util.Date; - -/** - * Project: yxt_supervise
- * File: StoreOut.java
- * Class: com.yxt.supervise.portal.api.StoreOut
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022/11/24 0:40
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "出库单", description = "出库单") -@TableName("storeout") -public class StoreOut extends BaseEntity { - - private String orgCode; // 企业组织机构代码证 - private String storeCode; // 仓库/门店编号 - private String storeName; // 仓库/门店名称 - private Date outTime; //出库时间 - private String billNo; // 单据号 - private String billType; // 单据类型 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOutAndItemDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOutAndItemDto.java deleted file mode 100644 index 00b5188b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOutAndItemDto.java +++ /dev/null @@ -1,50 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeout; - -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -/** - * Project: yxt_supervise
- * File: StoreOutAndItemDto.java
- * Class: com.yxt.supervise.portal.api.storeout.StoreOutAndItemDto
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022/11/24 1:01
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -public class StoreOutAndItemDto { - private StoreOut storeOut; - private List itemList = new ArrayList<>(); -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOutItem.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOutItem.java deleted file mode 100644 index 7fccdc58..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/storeout/StoreOutItem.java +++ /dev/null @@ -1,73 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.storeout; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -import java.util.Date; - -/** - * Project: yxt_supervise
- * File: StoreOutItem.java
- * Class: com.yxt.supervise.portal.api.storeout.StoreOutItem
- * Description: <描述类的功能>.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022/11/24 0:52
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "出库明细", description = "出库明细") -@TableName("storeout_item") -public class StoreOutItem extends BaseEntity { - - private String storeoutSid; // '出库单SID' - private String billNo; // 单据号 - private String supplierSid; // 供应商SID - private String supplierCode; // 供应商代码 - private String supplierName; // 供应商名称 - private String productCode; // 货号 - private String productName; // 商品名称 - private Date productDate; // 商品生产日期 - private Integer productQualityGuaranteePeriod; //商品保质期(天) - private String productSpecifications; // 商品规格 - private String categoryKey; // 类别编号 - private String category; // 类别名称 - private String categoryOne; // 一级类别名称 - private String categoryTwo; // 二级类别名称 - private Double outPrice; // '出库金额' - private Integer outNumber; // '出库数量' - private Double costPrice; // 成本金额 - private Double costTaxPrice; // 成本税额 - private Double notTaxPrice; // 不含税成本 - private Integer inputTaxRate; // 进项税率 -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReport.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReport.java deleted file mode 100644 index 4a50914f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReport.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.yxt.supervise.portal.api.supplierarrivalreport; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/19 13:40 - */ -@Data -@ApiModel(value = "销售信息", description = "销售信息") -@TableName("purchase_requisition_tobacco") -public class SupplierArrivalReport extends BaseEntity { - @ApiModelProperty("订单编号") - private String code; - @ApiModelProperty("订单时间") - //订单时间 - private String purchaseDate; - @ApiModelProperty("到货时间") - //到货时间 - private String arrivalDate; - @ApiModelProperty("供货商名称") - //供货商名称 - private String supplierName; - @ApiModelProperty("放款金额") - //放款金额 - private String loanAmount; - @ApiModelProperty("订单金额") - //订单金额 - private String orderAmount; - @ApiModelProperty("实际到货") - //实际到货 - private String actualArrival; - @ApiModelProperty("在途") - //在途 - private String transit; - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportFeign.java deleted file mode 100644 index 5787b9f3..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportFeign.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.yxt.supervise.portal.api.supplierarrivalreport; - -/** - * @author wangpengfei - * @date 2023/4/19 13:57 - */ -public interface SupplierArrivalReportFeign { -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportQuery.java deleted file mode 100644 index fc65b91c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.portal.api.supplierarrivalreport; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/19 13:41 - */ -@Data -public class SupplierArrivalReportQuery implements Query { - private String date; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportVo.java deleted file mode 100644 index 383a08f8..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierarrivalreport/SupplierArrivalReportVo.java +++ /dev/null @@ -1,56 +0,0 @@ -package com.yxt.supervise.portal.api.supplierarrivalreport; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author wangpengfei - * @date 2023/4/19 13:41 - */ -@Data -public class SupplierArrivalReportVo implements Vo { - - @ApiModelProperty("订单编号") - private String code; - //订单时间 - @ApiModelProperty("订单时间") - private String purchaseDate; - //到货时间 - @ApiModelProperty("到货时间") - private String arrivalDate; - //供货商名称 - @ApiModelProperty("供货商名称") - private String supplierName; - //放款金额 - @ApiModelProperty("放款金额") - private String loanAmount; - //订单金额 - @ApiModelProperty("订单金额") - private BigDecimal orderAmount; - //实际到货 - @ApiModelProperty("实际到货") - private BigDecimal actualArrival; - //实际到货数量 - private String actualArrivalNumber; - //在途 - @ApiModelProperty("在途") - private BigDecimal transit; - //在途数量 - private String transitNumber; - //销售渠道 - private String storeName; - //订单到货价值 - private String orderArrivalAmount; - //超出 - private BigDecimal exceed; - //数量 - private String number; - //商品名 - private String proName; - //是否延期 - private String logo; - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfo.java deleted file mode 100644 index 779a1963..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfo.java +++ /dev/null @@ -1,91 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbankinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfo.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfo
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息", description = "供应商信息") -@TableName("supplier_bank_info") -public class SupplierBankInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("锁定状态1.锁定2.未锁定 ") - private Integer lockingStatus; - @ApiModelProperty("锁定原因") - private String lockingReason; - - /* @ApiModelProperty("营业执照附件") - private String businessLicenseFiles; // 营业执照附件*/ - /* @ApiModelProperty("合同信息") - private SupplierContractInfoDto supplierContractInfoDto; // 合同信息*/ -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoDetailsVo.java deleted file mode 100644 index 274d03b4..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoDetailsVo.java +++ /dev/null @@ -1,89 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbankinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoVo.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据详情", description = "供应商信息 视图数据详情") -public class SupplierBankInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("营业执照附件") - private String[] businessLicenseFiles; // 营业执照附件 - @ApiModelProperty("合同照片") - private String[] contractFiles; // 合同照片 - @ApiModelProperty("合同信息") - private SupplierContractInfoDto supplierContractInfoDto; // 合同信息 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoDto.java deleted file mode 100644 index f3b2404a..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoDto.java +++ /dev/null @@ -1,89 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbankinfo; - - -import com.yxt.common.core.dto.Dto; - -import com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoDto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoDto.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfoDto
- * Description: 供应商信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 数据传输对象", description = "供应商信息 数据传输对象") -public class SupplierBankInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("营业执照附件") - private String[] businessLicenseFiles; // 营业执照附件 - @ApiModelProperty("合同照片") - private String[] contractFiles; // 合同照片 - @ApiModelProperty("合同信息") - private SupplierContractInfoDto supplierContractInfoDto; // 合同信息 -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoFeign.java deleted file mode 100644 index 1a27c090..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbankinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoFeign.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfoFeign
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供应商信息") -@FeignClient( - contextId = "supervise-SupplierBankInfo", - name = "supervise", - path = "v1/supplierbankinfo", - fallback = SupplierBankInfoFeignFallback.class) -public interface SupplierBankInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierBankInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoFeignFallback.java deleted file mode 100644 index 59a41565..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoFeignFallback.java +++ /dev/null @@ -1,73 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbankinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; -import org.springframework.web.bind.annotation.RequestBody; - -import java.util.List; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoFeignFallback.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfoFeignFallback
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierBankInfoFeignFallback implements SupplierBankInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/supplierbankinfo/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierBankInfoDto dto){ - return ResultBean.fireFail().setMsg("接口supervise/supplierbankinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[]sids){ - return ResultBean.fireFail().setMsg("接口supervise/supplierbankinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/supplierbankinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoQuery.java deleted file mode 100644 index b4c20e4f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoQuery.java +++ /dev/null @@ -1,81 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbankinfo; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoQuery.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfoQuery
- * Description: 供应商信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 查询条件", description = "供应商信息 查询条件") -public class SupplierBankInfoQuery implements Query { - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoVo.java deleted file mode 100644 index 8a6ecf29..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbankinfo/SupplierBankInfoVo.java +++ /dev/null @@ -1,83 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbankinfo; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoVo.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据对象", description = "供应商信息 视图数据对象") -public class SupplierBankInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrand.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrand.java deleted file mode 100644 index 4ba08706..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrand.java +++ /dev/null @@ -1,60 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbrand; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierBrand.java
- * Class: com.supervise.api.supplierbrand.SupplierBrand
- * Description: 供应商与品牌表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商与品牌表", description = "供应商与品牌表") -@TableName("supplier_brand") -public class SupplierBrand extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String supplierSid; // 代码 - @ApiModelProperty("名称") - private String brandSid; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandDetailsVo.java deleted file mode 100644 index 6f774816..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandDetailsVo.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbrand; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierBrandVo.java
- * Class: com.supervise.api.supplierbrand.SupplierBrandVo
- * Description: 供应商与品牌表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商与品牌表 视图数据详情", description = "供应商与品牌表 视图数据详情") -public class SupplierBrandDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String supplierSid; // 代码 - @ApiModelProperty("名称") - private String brandSid; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandDto.java deleted file mode 100644 index 17fb48a0..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandDto.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbrand; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierBrandDto.java
- * Class: com.supervise.api.supplierbrand.SupplierBrandDto
- * Description: 供应商与品牌表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商与品牌表 数据传输对象", description = "供应商与品牌表 数据传输对象") -public class SupplierBrandDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String supplierSid; // 代码 - @ApiModelProperty("名称") - private String brandSid; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandFeign.java deleted file mode 100644 index e6c1359d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbrand; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierBrandFeign.java
- * Class: com.supervise.api.supplierbrand.SupplierBrandFeign
- * Description: 供应商与品牌表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供应商与品牌表") -@FeignClient( - contextId = "yxt-supervise-SupplierBrand", - name = "yxt-supervise", - path = "v1/supplierbrand", - fallback = SupplierBrandFeignFallback.class) -public interface SupplierBrandFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierBrandDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandFeignFallback.java deleted file mode 100644 index 6b9f4e12..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbrand; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierBrandFeignFallback.java
- * Class: com.supervise.api.supplierbrand.SupplierBrandFeignFallback
- * Description: 供应商与品牌表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierBrandFeignFallback implements SupplierBrandFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/supplierbrand/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierBrandDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/supplierbrand/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/supplierbrand/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/supplierbrand/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandQuery.java deleted file mode 100644 index b877af9c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandQuery.java +++ /dev/null @@ -1,77 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbrand; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierBrandQuery.java
- * Class: com.supervise.api.supplierbrand.SupplierBrandQuery
- * Description: 供应商与品牌表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商与品牌表 查询条件", description = "供应商与品牌表 查询条件") -public class SupplierBrandQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String supplierSid; // 代码 - @ApiModelProperty("名称") - private String brandSid; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandVo.java deleted file mode 100644 index c28c8dcc..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierbrand/SupplierBrandVo.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierbrand; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierBrandVo.java
- * Class: com.supervise.api.supplierbrand.SupplierBrandVo
- * Description: 供应商与品牌表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商与品牌表 视图数据对象", description = "供应商与品牌表 视图数据对象") -public class SupplierBrandVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String supplierSid; // 代码 - @ApiModelProperty("名称") - private String brandSid; // 名称 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfo.java deleted file mode 100644 index 3a2a387d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfo.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.suppliercontractinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfo.java
- * Class: com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfo
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息", description = "供应商信息") -@TableName("supplier_contract_info") -public class SupplierContractInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("经办人") - private String handledBy; // 经办人 - @ApiModelProperty("签署组织") - private String signingOrganization; // 签署组织 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoDetailsVo.java deleted file mode 100644 index 42f0cb58..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoDetailsVo.java +++ /dev/null @@ -1,71 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.suppliercontractinfo; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoVo.java
- * Class: com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据详情", description = "供应商信息 视图数据详情") -public class SupplierContractInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("经办人") - private String handledBy; // 经办人 - @ApiModelProperty("签署组织") - private String signingOrganization; // 签署组织 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoDto.java deleted file mode 100644 index 3e42b6d6..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoDto.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.suppliercontractinfo; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoDto.java
- * Class: com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoDto
- * Description: 供应商信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 数据传输对象", description = "供应商信息 数据传输对象") -public class SupplierContractInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("经办人") - private String handledBy; // 经办人 - @ApiModelProperty("签署组织") - private String signingOrganization; // 签署组织 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoFeign.java deleted file mode 100644 index 2185b931..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.suppliercontractinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoFeign.java
- * Class: com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoFeign
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供应商信息") -@FeignClient( - contextId = "supervise-SupplierContractInfo", - name = "supervise", - path = "v1/suppliercontractinfo", - fallback = SupplierContractInfoFeignFallback.class) -public interface SupplierContractInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierContractInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoFeignFallback.java deleted file mode 100644 index 70e9f3de..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.suppliercontractinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoFeignFallback.java
- * Class: com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoFeignFallback
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:49
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierContractInfoFeignFallback implements SupplierContractInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/suppliercontractinfo/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierContractInfoDto dto){ - return ResultBean.fireFail().setMsg("接口supervise/suppliercontractinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise/suppliercontractinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/suppliercontractinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoQuery.java deleted file mode 100644 index 1699fed9..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoQuery.java +++ /dev/null @@ -1,65 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.suppliercontractinfo; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoQuery.java
- * Class: com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoQuery
- * Description: 供应商信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 查询条件", description = "供应商信息 查询条件") -public class SupplierContractInfoQuery implements Query { - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoVo.java deleted file mode 100644 index c3161560..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/suppliercontractinfo/SupplierContractInfoVo.java +++ /dev/null @@ -1,71 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.suppliercontractinfo; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(监管)
- * File: SupplierContractInfoVo.java
- * Class: com.yxt.supervise.portal.api.suppliercontractinfo.SupplierContractInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-21 11:53:48
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据对象", description = "供应商信息 视图数据对象") -public class SupplierContractInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("合同编号") - private String contractNo; // 合同编号 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("经办人") - private String handledBy; // 经办人 - @ApiModelProperty("签署组织") - private String signingOrganization; // 签署组织 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinance.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinance.java deleted file mode 100644 index 4ca75fa9..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinance.java +++ /dev/null @@ -1,74 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierfinance; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierFinance.java
- * Class: com.supervise.api.supplierfinance.SupplierFinance
- * Description: 供应商财务信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商财务信息", description = "供应商财务信息") -@TableName("supplier_finance") -public class SupplierFinance extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("开户银行") - private String bankOfDeposit; // 开户银行 - @ApiModelProperty("银行账号") - private String bankAccount; // 银行账号 - @ApiModelProperty("账户名称") - private String titleOfAccount; // 账户名称 - @ApiModelProperty("收款银行") - private String receivingBank; // 收款银行 - @ApiModelProperty("开户行地址") - private String bankAddress; // 开户行地址 - @ApiModelProperty("联行号") - private String interBankNo; // 联行号 - @ApiModelProperty("swiftcode") - private String swiftcode; // swiftcode - @ApiModelProperty("台头") - private String abutment; // 台头 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceDetailsVo.java deleted file mode 100644 index 9b958068..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceDetailsVo.java +++ /dev/null @@ -1,93 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierfinance; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierFinanceVo.java
- * Class: com.supervise.api.supplierfinance.SupplierFinanceVo
- * Description: 供应商财务信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商财务信息 视图数据详情", description = "供应商财务信息 视图数据详情") -public class SupplierFinanceDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("开户银行") - private String bankOfDeposit; // 开户银行 - @ApiModelProperty("银行账号") - private String bankAccount; // 银行账号 - @ApiModelProperty("账户名称") - private String titleOfAccount; // 账户名称 - @ApiModelProperty("收款银行") - private String receivingBank; // 收款银行 - @ApiModelProperty("开户行地址") - private String bankAddress; // 开户行地址 - @ApiModelProperty("联行号") - private String interBankNo; // 联行号 - @ApiModelProperty("swiftcode") - private String swiftcode; // swiftcode - @ApiModelProperty("台头") - private String abutment; // 台头 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceDto.java deleted file mode 100644 index a5662a0d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceDto.java +++ /dev/null @@ -1,93 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierfinance; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierFinanceDto.java
- * Class: com.supervise.api.supplierfinance.SupplierFinanceDto
- * Description: 供应商财务信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商财务信息 数据传输对象", description = "供应商财务信息 数据传输对象") -public class SupplierFinanceDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("开户银行") - private String bankOfDeposit; // 开户银行 - @ApiModelProperty("银行账号") - private String bankAccount; // 银行账号 - @ApiModelProperty("账户名称") - private String titleOfAccount; // 账户名称 - @ApiModelProperty("收款银行") - private String receivingBank; // 收款银行 - @ApiModelProperty("开户行地址") - private String bankAddress; // 开户行地址 - @ApiModelProperty("联行号") - private String interBankNo; // 联行号 - @ApiModelProperty("swiftcode") - private String swiftcode; // swiftcode - @ApiModelProperty("台头") - private String abutment; // 台头 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceFeign.java deleted file mode 100644 index 00c8a819..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierfinance; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierFinanceFeign.java
- * Class: com.supervise.api.supplierfinance.SupplierFinanceFeign
- * Description: 供应商财务信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供应商财务信息") -@FeignClient( - contextId = "yxt-supervise-SupplierFinance", - name = "yxt-supervise", - path = "v1/supplierfinance", - fallback = SupplierFinanceFeignFallback.class) -public interface SupplierFinanceFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierFinanceDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceFeignFallback.java deleted file mode 100644 index 8aeba1b2..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierfinance; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierFinanceFeignFallback.java
- * Class: com.supervise.api.supplierfinance.SupplierFinanceFeignFallback
- * Description: 供应商财务信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierFinanceFeignFallback implements SupplierFinanceFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/supplierfinance/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierFinanceDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/supplierfinance/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/supplierfinance/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/supplierfinance/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceQuery.java deleted file mode 100644 index 71f24c77..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceQuery.java +++ /dev/null @@ -1,91 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierfinance; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierFinanceQuery.java
- * Class: com.supervise.api.supplierfinance.SupplierFinanceQuery
- * Description: 供应商财务信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商财务信息 查询条件", description = "供应商财务信息 查询条件") -public class SupplierFinanceQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("开户银行") - private String bankOfDeposit; // 开户银行 - @ApiModelProperty("银行账号") - private String bankAccount; // 银行账号 - @ApiModelProperty("账户名称") - private String titleOfAccount; // 账户名称 - @ApiModelProperty("收款银行") - private String receivingBank; // 收款银行 - @ApiModelProperty("开户行地址") - private String bankAddress; // 开户行地址 - @ApiModelProperty("联行号") - private String interBankNo; // 联行号 - @ApiModelProperty("swiftcode") - private String swiftcode; // swiftcode - @ApiModelProperty("台头") - private String abutment; // 台头 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceVo.java deleted file mode 100644 index 0f846b0f..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierfinance/SupplierFinanceVo.java +++ /dev/null @@ -1,93 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierfinance; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierFinanceVo.java
- * Class: com.supervise.api.supplierfinance.SupplierFinanceVo
- * Description: 供应商财务信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商财务信息 视图数据对象", description = "供应商财务信息 视图数据对象") -public class SupplierFinanceVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("开户银行") - private String bankOfDeposit; // 开户银行 - @ApiModelProperty("银行账号") - private String bankAccount; // 银行账号 - @ApiModelProperty("账户名称") - private String titleOfAccount; // 账户名称 - @ApiModelProperty("收款银行") - private String receivingBank; // 收款银行 - @ApiModelProperty("开户行地址") - private String bankAddress; // 开户行地址 - @ApiModelProperty("联行号") - private String interBankNo; // 联行号 - @ApiModelProperty("swiftcode") - private String swiftcode; // swiftcode - @ApiModelProperty("台头") - private String abutment; // 台头 - @ApiModelProperty("供应商sid") - private String supplierSid; // 供应商sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndex.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndex.java deleted file mode 100644 index 62e148e0..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndex.java +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierindex; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndex.java
- * Class: com.yxt.supervise.portal.api.supplierindex.SupplierIndex
- * Description: 供货商编码对应表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表", description = "供货商编码对应表") -@TableName("supplier_index") -public class SupplierIndex { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexDetailsVo.java deleted file mode 100644 index b52c63cc..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexDetailsVo.java +++ /dev/null @@ -1,65 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierindex; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexVo.java
- * Class: com.yxt.supervise.portal.api.supplierindex.SupplierIndexVo
- * Description: 供货商编码对应表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表 视图数据详情", description = "供货商编码对应表 视图数据详情") -public class SupplierIndexDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexDto.java deleted file mode 100644 index 2f24949b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexDto.java +++ /dev/null @@ -1,68 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierindex; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexDto.java
- * Class: com.yxt.supervise.portal.api.supplierindex.SupplierIndexDto
- * Description: 供货商编码对应表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表 数据传输对象", description = "供货商编码对应表 数据传输对象") -public class SupplierIndexDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - @ApiModelProperty("supplierIndexDto") - private List list; // 父类Sid -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexFeign.java deleted file mode 100644 index 1f87d3a3..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexFeign.java +++ /dev/null @@ -1,85 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierindex; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexFeign.java
- * Class: com.yxt.supervise.portal.api.supplierindex.SupplierIndexFeign
- * Description: 供货商编码对应表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供货商编码对应表") -@FeignClient( - contextId = "supervise-SupplierIndex", - name = "supervise", - path = "v1/supplierindex", - fallback = SupplierIndexFeignFallback.class) -public interface SupplierIndexFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierIndexDto dto); - @ApiOperation("保存关联供应商信息-验证") - @PostMapping("/verification") - @ResponseBody - public ResultBean verification(@RequestBody SupplierIndexDto dto); - @ApiOperation("保存关联供应商信息-新增保存") - @PostMapping("/verificationSave") - @ResponseBody - public ResultBean verificationSave(@RequestBody SupplierIndexDto dto); - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexFeignFallback.java deleted file mode 100644 index 662a3c07..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexFeignFallback.java +++ /dev/null @@ -1,82 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierindex; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexFeignFallback.java
- * Class: com.yxt.supervise.portal.api.supplierindex.SupplierIndexFeignFallback
- * Description: 供货商编码对应表.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierIndexFeignFallback implements SupplierIndexFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/supplierindex/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierIndexDto dto){ - return ResultBean.fireFail().setMsg("接口supervise/supplierindex/save无法访问"); - } - - @Override - public ResultBean verification(SupplierIndexDto dto) { - return null; - } - - @Override - public ResultBean verificationSave(SupplierIndexDto dto) { - return null; - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口supervise/supplierindex/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口supervise/supplierindex/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexQuery.java deleted file mode 100644 index a39b80f6..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexQuery.java +++ /dev/null @@ -1,63 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierindex; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexQuery.java
- * Class: com.yxt.supervise.portal.api.supplierindex.SupplierIndexQuery
- * Description: 供货商编码对应表 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表 查询条件", description = "供货商编码对应表 查询条件") -public class SupplierIndexQuery implements Query { - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexVo.java deleted file mode 100644 index 370d0d9e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierindex/SupplierIndexVo.java +++ /dev/null @@ -1,65 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierindex; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(宇信通监管)
- * File: SupplierIndexVo.java
- * Class: com.yxt.supervise.portal.api.supplierindex.SupplierIndexVo
- * Description: 供货商编码对应表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-23 15:44:32
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供货商编码对应表 视图数据对象", description = "供货商编码对应表 视图数据对象") -public class SupplierIndexVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一的编码") - private String codeUnified; // 统一的编码 - @ApiModelProperty("统一的名称") - private String nameUnified; // 统一的名称 - @ApiModelProperty("父类Sid") - private String PSid; // 父类Sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfo.java deleted file mode 100644 index c6c8f5c8..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfo.java +++ /dev/null @@ -1,66 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierInfo.java
- * Class: com.supervise.api.supplierinfo.SupplierInfo
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息", description = "供应商信息") -@TableName("supplier_info") -public class SupplierInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoDetailsVo.java deleted file mode 100644 index 371f39ad..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoDetailsVo.java +++ /dev/null @@ -1,85 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierInfoVo.java
- * Class: com.supervise.api.supplierinfo.SupplierInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据详情", description = "供应商信息 视图数据详情") -public class SupplierInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoDto.java deleted file mode 100644 index a9f68bc8..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoDto.java +++ /dev/null @@ -1,95 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierinfo; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierInfoDto.java
- * Class: com.supervise.api.supplierinfo.SupplierInfoDto
- * Description: 供应商信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 数据传输对象", description = "供应商信息 数据传输对象") -public class SupplierInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("银行账户") - private String bankAccount; // 银行账户 - @ApiModelProperty("银行账号") - private String bankAccountNumber; // 银行账号 - @ApiModelProperty("开户行") - private String bankName; // 开户行 - @ApiModelProperty("营业执照号码") - private String businessLicenseNo; // 营业执照号码 - @ApiModelProperty("营业执照附件") - private String businessLicenseFiles; // 电话 - @ApiModelProperty("合同照片") - private String contractFiles; // 合同照片 - @ApiModelProperty("合同编号") - private String contractNo; // 电话 - @ApiModelProperty("合同有效期") - private String contractValidity; // 合同有效期 - @ApiModelProperty("签署部门") - private String signingDepartment; // 签署部门 - @ApiModelProperty("签署人") - private String signatory; // 签署人 - @ApiModelProperty("合同金额") - private String contractPrice; // 合同金额 - - - - - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoFeign.java deleted file mode 100644 index 0a12e2a6..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierInfoFeign.java
- * Class: com.supervise.api.supplierinfo.SupplierInfoFeign
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "供应商信息") -@FeignClient( - contextId = "yxt-supervise-SupplierInfo", - name = "yxt-supervise", - path = "v1/supplierinfo", - fallback = SupplierInfoFeignFallback.class) -public interface SupplierInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SupplierInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoFeignFallback.java deleted file mode 100644 index cd1cec43..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierInfoFeignFallback.java
- * Class: com.supervise.api.supplierinfo.SupplierInfoFeignFallback
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Component -public class SupplierInfoFeignFallback implements SupplierInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/supplierinfo/listPage无法访问"); - } - - @Override - public ResultBean save(SupplierInfoDto dto){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/supplierinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt_supervise/supplierinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt_supervise/supplierinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoQuery.java deleted file mode 100644 index 58e5863a..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoQuery.java +++ /dev/null @@ -1,83 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierinfo; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierInfoQuery.java
- * Class: com.supervise.api.supplierinfo.SupplierInfoQuery
- * Description: 供应商信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 查询条件", description = "供应商信息 查询条件") -public class SupplierInfoQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoVo.java deleted file mode 100644 index 3ef50544..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/supplierinfo/SupplierInfoVo.java +++ /dev/null @@ -1,87 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.supplierinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierInfoVo.java
- * Class: com.supervise.api.supplierinfo.SupplierInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据对象", description = "供应商信息 视图数据对象") -public class SupplierInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("唯一代码") - private String codeUnified; // 唯一代码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfig.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfig.java deleted file mode 100644 index 6c6cec75..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfig.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.portal.api.templatestaffconfig; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 14:34 - */ -@Data -@ApiModel(value = "模板 员工关联表", description = "模板 员工关联表") -@TableName("template_staff_config") -public class TemplateStaffConfig extends BaseEntity { - //模板sid - private String templateSid; - //员工sid - private String staffSid; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigDetailsVo.java deleted file mode 100644 index c751038b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigDetailsVo.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.portal.api.templatestaffconfig; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 14:35 - */ -@Data -@ApiModel(value = "模板 员工关联表 视图数据详情", description = "模板 员工关联表 视图数据详情") -public class TemplateStaffConfigDetailsVo implements Vo { - private String id; - //模板sid - private String templateSid; - //员工sid - private String staffSid; - private String sid; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigDto.java deleted file mode 100644 index 66aa431d..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigDto.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.portal.api.templatestaffconfig; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 14:35 - */ -@Data -@ApiModel(value = "模板 员工关联表 数据传输对象", description = "模板 员工关联表 数据传输对象") -public class TemplateStaffConfigDto implements Dto { - private String id; - //模板sid - private String templateSid; - //员工sid - private String staffSid; - private String sid; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigFeign.java deleted file mode 100644 index e241d577..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigFeign.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.portal.api.templatestaffconfig; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/4/10 14:35 - */ -@Api(tags = "模板 员工关联表") -@FeignClient( - contextId = "yxt-supervise-TemplateStaffConfig", - name = "yxt-supervise", - path = "v1/templatestaffconfig", - fallback = TemplateStaffConfigFeignFallback.class) -public interface TemplateStaffConfigFeign { -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigFeignFallback.java deleted file mode 100644 index 47f8b391..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.portal.api.templatestaffconfig; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/4/10 14:35 - */ -@Component -public class TemplateStaffConfigFeignFallback implements TemplateStaffConfigFeign{ -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigQuery.java deleted file mode 100644 index 1b4d15d3..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigQuery.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.portal.api.templatestaffconfig; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 14:35 - */ -@Data -@ApiModel(value = "模板 员工关联表 查询条件", description = "模板 员工关联表 查询条件") -public class TemplateStaffConfigQuery implements Vo { - private String id; - //模板sid - private String templateSid; - //员工sid - private String staffSid; - private String sid; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigVo.java deleted file mode 100644 index 0e7722d1..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/templatestaffconfig/TemplateStaffConfigVo.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.portal.api.templatestaffconfig; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 14:35 - */ -@Data -@ApiModel(value = "模板 员工关联表 视图数据对象", description = "模板 员工关联表 视图数据对象") -public class TemplateStaffConfigVo implements Vo { - private String id; - //模板sid - private String templateSid; - //员工sid - private String staffSid; - private String sid; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfo.java deleted file mode 100644 index dd77f1c8..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfo.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseinfo; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfo.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfo
- * Description: 仓库信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓库信息", description = "仓库信息") -@TableName("warehouse_info") -public class WarehouseInfo extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("位置") - private String address; // 位置 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("负责人") - private String contacts; // 负责人 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("平方米") - private String squareMeter; // 平方米 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoDetailsVo.java deleted file mode 100644 index 92e787df..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoDetailsVo.java +++ /dev/null @@ -1,89 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoVo.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoVo
- * Description: 仓库信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓库信息 视图数据详情", description = "仓库信息 视图数据详情") -public class WarehouseInfoDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("位置") - private String address; // 位置 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("负责人") - private String contacts; // 负责人 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("平方米") - private String squareMeter; // 平方米 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoDto.java deleted file mode 100644 index b641fa05..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoDto.java +++ /dev/null @@ -1,89 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseinfo; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoDto.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoDto
- * Description: 仓库信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓库信息 数据传输对象", description = "仓库信息 数据传输对象") -public class WarehouseInfoDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("位置") - private String address; // 位置 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("负责人") - private String contacts; // 负责人 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("平方米") - private String squareMeter; // 平方米 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoFeign.java deleted file mode 100644 index 5f3697be..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseinfo; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoFeign.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoFeign
- * Description: 仓库信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "仓库信息") -@FeignClient( - contextId = "com.supervise-WarehouseInfo", - name = "com.supervise", - path = "v1/warehouseinfo", - fallback = WarehouseInfoFeignFallback.class) -public interface WarehouseInfoFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody WarehouseInfoDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoFeignFallback.java deleted file mode 100644 index 8a050ff9..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseinfo; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoFeignFallback.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoFeignFallback
- * Description: 仓库信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class WarehouseInfoFeignFallback implements WarehouseInfoFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口com.supervise/warehouseinfo/listPage无法访问"); - } - - @Override - public ResultBean save(WarehouseInfoDto dto){ - return ResultBean.fireFail().setMsg("接口com.supervise/warehouseinfo/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口com.supervise/warehouseinfo/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口com.supervise/warehouseinfo/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoQuery.java deleted file mode 100644 index c9f9d75c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoQuery.java +++ /dev/null @@ -1,87 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseinfo; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoQuery.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoQuery
- * Description: 仓库信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓库信息 查询条件", description = "仓库信息 查询条件") -public class WarehouseInfoQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("位置") - private String address; // 位置 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("负责人") - private String contacts; // 负责人 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("平方米") - private String squareMeter; // 平方米 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoVo.java deleted file mode 100644 index d0da3ea1..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseinfo/WarehouseInfoVo.java +++ /dev/null @@ -1,89 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseinfo; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseInfoVo.java
- * Class: com.supervise.api.warehouseinfo.WarehouseInfoVo
- * Description: 仓库信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓库信息 视图数据对象", description = "仓库信息 视图数据对象") -public class WarehouseInfoVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("位置") - private String address; // 位置 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("负责人") - private String contacts; // 负责人 - @ApiModelProperty("门店sid") - private String storeSid; // 门店sid - @ApiModelProperty("平方米") - private String squareMeter; // 平方米 - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePosition.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePosition.java deleted file mode 100644 index e6867dbe..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePosition.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseposition; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehousePosition.java
- * Class: com.supervise.api.warehouseposition.WarehousePosition
- * Description: 货架信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:35
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "货架信息", description = "货架信息") -@TableName("warehouse_position") -public class WarehousePosition extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓位sid") - private String positionSid; // 仓位sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionDetailsVo.java deleted file mode 100644 index 8cdc5de7..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionDetailsVo.java +++ /dev/null @@ -1,81 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseposition; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehousePositionVo.java
- * Class: com.supervise.api.warehouseposition.WarehousePositionVo
- * Description: 货架信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:36
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "货架信息 视图数据详情", description = "货架信息 视图数据详情") -public class WarehousePositionDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓位sid") - private String positionSid; // 仓位sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionDto.java deleted file mode 100644 index 2eaa8776..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionDto.java +++ /dev/null @@ -1,81 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseposition; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehousePositionDto.java
- * Class: com.supervise.api.warehouseposition.WarehousePositionDto
- * Description: 货架信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:35
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "货架信息 数据传输对象", description = "货架信息 数据传输对象") -public class WarehousePositionDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓位sid") - private String positionSid; // 仓位sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionFeign.java deleted file mode 100644 index 14f35380..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseposition; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehousePositionFeign.java
- * Class: com.supervise.api.warehouseposition.WarehousePositionFeign
- * Description: 货架信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:35
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "货架信息") -@FeignClient( - contextId = "com.supervise-WarehousePosition", - name = "com.supervise", - path = "v1/warehouseposition", - fallback = WarehousePositionFeignFallback.class) -public interface WarehousePositionFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody WarehousePositionDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionFeignFallback.java deleted file mode 100644 index a6a83ebc..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseposition; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehousePositionFeignFallback.java
- * Class: com.supervise.api.warehouseposition.WarehousePositionFeignFallback
- * Description: 货架信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:35
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class WarehousePositionFeignFallback implements WarehousePositionFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口com.supervise/warehouseposition/listPage无法访问"); - } - - @Override - public ResultBean save(WarehousePositionDto dto){ - return ResultBean.fireFail().setMsg("接口com.supervise/warehouseposition/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口com.supervise/warehouseposition/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口com.supervise/warehouseposition/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionQuery.java deleted file mode 100644 index b5d204ac..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionQuery.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseposition; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehousePositionQuery.java
- * Class: com.supervise.api.warehouseposition.WarehousePositionQuery
- * Description: 货架信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:35
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "货架信息 查询条件", description = "货架信息 查询条件") -public class WarehousePositionQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓位sid") - private String positionSid; // 仓位sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionVo.java deleted file mode 100644 index 34efb328..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseposition/WarehousePositionVo.java +++ /dev/null @@ -1,63 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseposition; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehousePositionVo.java
- * Class: com.supervise.api.warehouseposition.WarehousePositionVo
- * Description: 货架信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:35
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "货架信息 视图数据对象", description = "货架信息 视图数据对象") -public class WarehousePositionVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓位sid") - private String positionSid; // 仓位sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/202211121668243692232 - 副本.xml b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/202211121668243692232 - 副本.xml deleted file mode 100644 index aad53516..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/202211121668243692232 - 副本.xml +++ /dev/null @@ -1,2196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 预付款申请 - - - - - - - - - - - - - 河北安瑞汽车租赁集团有限公司 - - - - - - - - - - - - - - - - - - 创建时间: - - - - ${createTime!} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 审批编号 - - - - - - - - - - - - - ${applyCode!} - - - - - - - - - - - - - - - - - - - - 创建人 - - - - - - - - - - - - - ${createByName!} - - - - - - - - - - - - - - - - - - - - 创建 - - - - - - - 人部门 - - - - - - - - - - - - - - ${createByDeptName!} - - - - - - - - - - - - - - - - - - - - 费用所属公司 - - - - - - - - - - - - - ${createOrgName!} - - - - - - - - - - - - - - - - - - - - 付款用途 - - - - - - - - - - - - - ${remarks!} - - - - - - - - - - - - - - - - - - - - 收款单位 - - - - - - - - - - - - - ${receiveCompany!} - - - - - - - - - - - - - - - - - - - - 开户行 - - - - - - - - - - - - - ${receiveBank!} - - - - - - - - - - - - - - - - - - - - 收款账号 - - - - - - - - - - - - - ${receiveBankAccount!} - - - - - - - - - - - - - - - - - - - - 金额(元) - - - - - - - - - - - - - ${cost!} - - - - - - - - - - - - - - - - - - - - 备注 - - - - - - - - - - - - - ${payRemark!} - - - - - - - - - - - - - - - - - - - - 附件 - - - - - - - - - - - - - ${fileName!} - - - - - - - - - - - - - - - - - - - - - - - - 审批流程 - - - - <#list lcList as lc> - <#if (lc?size==1)> - - - - - - - - - - - - - - - - - ${lc.comment!} - - - - - ${lc.name!} - - - - - - - - - - - - - - - - - - - ${lc.spsj!} - - - - - - - <#list lcList as lc> - <#if (lc?size>0)> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${lc.comment!} - - - - - ${lc.name!} - - - - - - - - - - - - - - - - - - - ${lc.spsj!} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2052-11.1.0.12598 - - - 046113D258F44AE9B09038F928168180 - - - - - - - - God - Windows 用户 - 2 - 2022-11-13T02:11:00Z - 2022-11-13T02:11:00Z - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 1 - 64 - 367 - Microsoft Office Word - 0 - 3 - 1 - false - Organization - false - 430 - false - false - 14.0000 - - - - \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelves.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelves.java deleted file mode 100644 index ac2eb242..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelves.java +++ /dev/null @@ -1,62 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseshelves; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseShelves.java
- * Class: com.supervise.api.warehouseshelves.WarehouseShelves
- * Description: 仓位信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓位信息", description = "仓位信息") -@TableName("warehouse_shelves") -public class WarehouseShelves extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓库sid") - private String storeSid; // 仓库sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesDetailsVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesDetailsVo.java deleted file mode 100644 index 881b1353..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesDetailsVo.java +++ /dev/null @@ -1,81 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseshelves; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseShelvesVo.java
- * Class: com.supervise.api.warehouseshelves.WarehouseShelvesVo
- * Description: 仓位信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓位信息 视图数据详情", description = "仓位信息 视图数据详情") -public class WarehouseShelvesDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓库sid") - private String storeSid; // 仓库sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesDto.java deleted file mode 100644 index 5340a04c..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesDto.java +++ /dev/null @@ -1,81 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseshelves; - - -import com.yxt.common.core.dto.Dto; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseShelvesDto.java
- * Class: com.supervise.api.warehouseshelves.WarehouseShelvesDto
- * Description: 仓位信息 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓位信息 数据传输对象", description = "仓位信息 数据传输对象") -public class WarehouseShelvesDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓库sid") - private String storeSid; // 仓库sid - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesFeign.java deleted file mode 100644 index 116dc72e..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseshelves; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseShelvesFeign.java
- * Class: com.supervise.api.warehouseshelves.WarehouseShelvesFeign
- * Description: 仓位信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "仓位信息") -@FeignClient( - contextId = "com.supervise-WarehouseShelves", - name = "com.supervise", - path = "v1/warehouseshelves", - fallback = WarehouseShelvesFeignFallback.class) -public interface WarehouseShelvesFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody WarehouseShelvesDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesFeignFallback.java deleted file mode 100644 index 8df49171..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseshelves; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseShelvesFeignFallback.java
- * Class: com.supervise.api.warehouseshelves.WarehouseShelvesFeignFallback
- * Description: 仓位信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class WarehouseShelvesFeignFallback implements WarehouseShelvesFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口com.supervise/warehouseshelves/listPage无法访问"); - } - - @Override - public ResultBean save(WarehouseShelvesDto dto){ - return ResultBean.fireFail().setMsg("接口com.supervise/warehouseshelves/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口com.supervise/warehouseshelves/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口com.supervise/warehouseshelves/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesQuery.java deleted file mode 100644 index 2854b22b..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesQuery.java +++ /dev/null @@ -1,79 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseshelves; - - -import com.yxt.common.core.query.Query; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseShelvesQuery.java
- * Class: com.supervise.api.warehouseshelves.WarehouseShelvesQuery
- * Description: 仓位信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓位信息 查询条件", description = "仓位信息 查询条件") -public class WarehouseShelvesQuery implements Query { - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓库sid") - private String storeSid; // 仓库sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesVo.java deleted file mode 100644 index 873e94d9..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/warehouseshelves/WarehouseShelvesVo.java +++ /dev/null @@ -1,81 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.portal.api.warehouseshelves; - - -import com.yxt.common.core.vo.Vo; - -import com.fasterxml.jackson.annotation.JsonFormat; -import java.util.Date; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: com.supervise(宇信通监管)
- * File: WarehouseShelvesVo.java
- * Class: com.supervise.api.warehouseshelves.WarehouseShelvesVo
- * Description: 仓位信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-12 09:42:37
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "仓位信息 视图数据对象", description = "仓位信息 视图数据对象") -public class WarehouseShelvesVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("记录版本,锁") - private String lock_version; // 记录版本,锁 - @ApiModelProperty("创建者") - private String create_sid; // 创建者 - @ApiModelProperty("更新者") - private String modify_sid; // 更新者 - @ApiModelProperty("记录是否可用,1:可用,0:不可用") - private String is_enable; // 记录是否可用,1:可用,0:不可用 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录创建时间") - private Date create_timeStart; // 记录创建时间 - private Date create_timeEnd; // 记录创建时间 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @ApiModelProperty("记录最后修改时间") - private Date modify_timeStart; // 记录最后修改时间 - private Date modify_timeEnd; // 记录最后修改时间 - @ApiModelProperty("记录是否被删除,0:未删除,1:已经删除") - private String is_delete; // 记录是否被删除,0:未删除,1:已经删除 - @ApiModelProperty("编码") - private String code; // 编码 - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("仓库sid") - private String storeSid; // 仓库sid - -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplate.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplate.java deleted file mode 100644 index d0160fa9..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.yxt.supervise.portal.api.wechattemplate; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 11:34 - */ -@Data -@ApiModel(value = "微信消息模版", description = "微信消息模版") -@TableName("wechat_template") -public class WechatTemplate extends BaseEntity { - //id - //private String id; - //模版id - @ApiModelProperty("模版id") - private String templateId; - //标题 - @ApiModelProperty("标题") - private String title; - //格式 - @ApiModelProperty("格式") - private String json; - //行业 - @ApiModelProperty("行业") - private String trade; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateDetailVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateDetailVo.java deleted file mode 100644 index bbab87c0..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateDetailVo.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.supervise.portal.api.wechattemplate; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 11:34 - */ -@Data -@ApiModel(value = "微信消息模版 视图数据详情", description = "微信消息模版 视图数据详情") -public class WechatTemplateDetailVo implements Vo { - private String id; - @ApiModelProperty("模版id") - private String templateId; - //标题 - @ApiModelProperty("标题") - private String title; - //格式 - @ApiModelProperty("格式") - private String json; - //行业 - @ApiModelProperty("行业") - private String trade; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateDto.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateDto.java deleted file mode 100644 index 7508a091..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateDto.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.portal.api.wechattemplate; - -import com.yxt.common.core.dto.Dto; -import com.yxt.supervise.portal.api.templatestaffconfig.TemplateStaffConfig; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * @author wangpengfei - * @date 2023/4/10 11:35 - */ -@Data -@ApiModel(value = "微信消息模版 数据传输对象", description = "微信消息模版 数据传输对象") -public class WechatTemplateDto implements Dto { - private String id; - private String sid; // sid - @ApiModelProperty("模版id") - private String templateId; - //标题 - @ApiModelProperty("标题") - private String title; - //前端传的list格式 - @ApiModelProperty("前端传的list格式,后台转json") - private List text; - //行业 - @ApiModelProperty("行业") - private String trade; - //详细内容 - @ApiModelProperty("json") - private String json; - private List templateStaffConfigs; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateFeign.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateFeign.java deleted file mode 100644 index eb229177..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateFeign.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.yxt.supervise.portal.api.wechattemplate; - - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author wangpengfei - * @date 2023/4/10 11:35 - */ -@Api(tags = "微信模版消息") -@FeignClient( - contextId = "com.supervise-WechatTemplate", - name = "com.supervise", - path = "v1/wechattemplate", - fallback = WechatTemplateFeignFallback.class) -public interface WechatTemplateFeign { -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateFeignFallback.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateFeignFallback.java deleted file mode 100644 index f1d35657..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.portal.api.wechattemplate; - -import org.springframework.stereotype.Component; - -/** - * @author wangpengfei - * @date 2023/4/10 11:35 - */ -@Component -public class WechatTemplateFeignFallback implements WechatTemplateFeign{ -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateQuery.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateQuery.java deleted file mode 100644 index 42954877..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateQuery.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.supervise.portal.api.wechattemplate; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 11:35 - */ -@Data -@ApiModel(value = "微信消息模版 查询条件", description = "微信消息模版 查询条件") -public class WechatTemplateQuery implements Query { - private String id; - @ApiModelProperty("模版id") - private String templateId; - //标题 - @ApiModelProperty("标题") - private String name; - //格式 - @ApiModelProperty("格式") - private String json; - //行业 - @ApiModelProperty("行业") - private String trade; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateVo.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateVo.java deleted file mode 100644 index 54c76901..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/WechatTemplateVo.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.yxt.supervise.portal.api.wechattemplate; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * @author wangpengfei - * @date 2023/4/10 11:35 - */ -@Data -@ApiModel(value = "微信消息模版 视图数据对象", description = "微信消息模版 视图数据对象") -public class WechatTemplateVo implements Vo { - private String id; - private String sid; - @ApiModelProperty("模版id") - private String templateId; - //标题 - @ApiModelProperty("标题") - private String title; - //格式 - @ApiModelProperty("格式") - private String json; - //行业 - @ApiModelProperty("行业") - private String trade; - - private List text; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/content.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/content.java deleted file mode 100644 index 41ae85c6..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/api/wechattemplate/content.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.portal.api.wechattemplate; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/10 18:23 - */ -@Data -public class content { - private String key; - private String value; -} diff --git a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/config/DictCommonType.java b/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/config/DictCommonType.java deleted file mode 100644 index ddfc2d01..00000000 --- a/yxt_supervise/supervise-portal/supervise-portal-api/src/main/java/com/yxt/supervise/portal/config/DictCommonType.java +++ /dev/null @@ -1,267 +0,0 @@ -package com.yxt.supervise.portal.config; - -import io.swagger.annotations.ApiModelProperty; - -/** - * @author dimengzhe - * @date 2021/7/1 10:23 - * @description 常量值管理 - */ -public class DictCommonType { - - //客户端获取手机验证码redis前缀定义 - public static final String WX_REGIST = "wx-regist-";//注册获取验证码 - public static final String WX_LOGIN = "wx-login-";//登录获取验证码 - public static final String WX_FORGET = "wx-forget-";//忘记密码获取验证码 - public static final String WX_UPDATE = "wx-update-";//忘记密码获取验证码 - public static final String WX_NEW = "wx-new-";//新手机号获取验证码 - - /*供应厂商相关*/ - @ApiModelProperty(value = "供应商分类") - public static final String SUPPLIER_TYPE = "supplierType";//数据字典已添加 - @ApiModelProperty(value = "供应类别") - public static final String SUPPLY_TYPE = "supplyType";//数据字典已添加 - @ApiModelProperty(value = "供应商分组") - public static final String SUPPLIE_RGROUP = "supplierGroup";//数据字典已添加 - - /*供应厂商财务信息相关*/ - @ApiModelProperty(value = "结算币种") - public static final String SETTLEMENT_CURRENCY = "settlementCurrency";//数据字典已添加 - @ApiModelProperty(value = "结算方式") - public static final String SETTLEMENT_WAY = "settlementWay";//数据字典已添加 - @ApiModelProperty(value = "税分类") - public static final String TAX_CLASSIFICATION = "taxClassification";//数据字典已添加 - /*基础信息品牌相关*/ - @ApiModelProperty(value = "品牌类型") - public static final String BRAND_TYPE = "brandType";//数据字典已添加 - @ApiModelProperty(value = "职级(岗位)") - public static final String POSTLEVEL = "postLevel"; - - /*车型、车型配置、车辆信息相关*/ - @ApiModelProperty(value = "车辆类型") - public static final String VEHICLE_TYPE = "vehicleType";//数据字典已添加 - @ApiModelProperty(value = "排放标准") - public static final String EMISSION_STANDARD = "emissionStandard";//数据字典已添加 - @ApiModelProperty(value = "产品线") - public static final String PRODUCT_LINE = "productLine";//数据字典已添加 - @ApiModelProperty(value = "后桥") - public static final String REAR_AXLE = "rearAxle";//数据字典已添加 - @ApiModelProperty(value = "速比") - public static final String SPEED_RATIO = "speedRatio";//数据字典已添加 - @ApiModelProperty(value = "系别") - private static final String SERIES = "series";//数据字典已添加 - @ApiModelProperty(value = "车辆功能") - private static final String VEHICLE_FUNCTION = "vehicleFunction";//数据字典已添加 - @ApiModelProperty(value = "细分市场") - private static final String MARKETSEGMENTS = "marketSegments";//数据字典已添加 - - @ApiModelProperty(value = "车身颜色") - public static final String BODYCOLOR = "bodyColor"; - @ApiModelProperty(value = "缓速器") - public static final String SLOWMACHINE = "slowMachine"; - @ApiModelProperty(value = "后视镜") - public static final String REARVIEWMIRROR = "rearViewMirror"; - @ApiModelProperty(value = "轮胎") - public static final String TIRESIZE = "tireSize"; - @ApiModelProperty(value = "驾驶室") - public static final String SPECIFICATION = "specification"; - @ApiModelProperty(value = "后桥速比") - public static final String REARAXLERATIO = "rearAxleRatio"; - @ApiModelProperty(value = "轮毂材质") - public static final String HUBMATERIAL = "hubMaterial"; - @ApiModelProperty(value = "悬架") - public static final String SUSPENSION = "suspension"; - @ApiModelProperty(value = "座椅") - public static final String SEAT = "seat"; - @ApiModelProperty(value = "鞍座") - public static final String SADDLE = "saddle"; - @ApiModelProperty(value = "轴距") - public static final String WHEELBASE = "wheelbase"; - @ApiModelProperty(value = "保险杠") - public static final String BUMPER = "bumper"; - @ApiModelProperty(value = "配置包") - public static final String CONFIGURINGBAO = "configuringBao"; - @ApiModelProperty(value = "独立热源") - public static final String INDEPENDENTSOURCES = "independentSources"; - @ApiModelProperty(value = "燃料箱") - public static final String FUELTANK = "fuelTank"; - @ApiModelProperty(value = "有无:1有0无") - public static final String WHETHER = "whether"; - - @ApiModelProperty(value = "车辆状态") - public static final String VEHICLE_STATE = "vehicleState"; - @ApiModelProperty(value = "车辆状态(车辆台账)") - public static final String VEHICLE_LEDGER_STATE = "vehicleLedgerState"; - @ApiModelProperty(value = "驱动") - public static final String DRIVER = "driver"; - @ApiModelProperty(value = "马力") - public static final String HORSEPOWER = "horsepower"; - @ApiModelProperty(value = "锁定状态") - public static final String LOCKED_STATE = "lockedState"; - @ApiModelProperty(value = "预计订金日期") - public static final String RESERVE_DEPOSIT_DATE = "reserveDepositDate"; - - - @ApiModelProperty(value = "贷款主体类型") - public static final String LOANTYPE = "loanType"; - @ApiModelProperty(value = "打包项目") - public static final String PACKAGINGPROJECT = "packagingProject"; - @ApiModelProperty(value = "融资项目(比打包项目多一个“配件”)") - public static final String PACKAGINGPROJECTFIN = "packagingProjectFin"; - @ApiModelProperty(value = "变速箱") - public static final String GEARBOX = "gearbox"; - @ApiModelProperty(value = "燃料种类") - public static final String FUELTYPE = "fuelType"; - @ApiModelProperty(value = "版本(车辆需求)") - public static final String VEHICLEVERSION = "vehicleVersion"; - @ApiModelProperty(value = "采购形式") - public static final String PURCHASINGFORM = "purchasingForm"; - /*经销商相关*/ - @ApiModelProperty(value = "经销商分类") - public static final String DISTRIBUTOR_CLASSIFICATION = "distributorClassification";//数据字典已添加 - @ApiModelProperty(value = "经销商类型") - public static final String DISTRIBUTOR_TYPE = "distributorType";//数据字典已添加 - @ApiModelProperty(value = "经销商等级") - public static final String DISTRIBUTOR_LEVEL = "distributorLevel";//数据字典已添加 - @ApiModelProperty(value = "企业性质") - public static final String ENTERPRISE_NATURE = "enterpriseNature";//数据字典已添加 - @ApiModelProperty(value = "登记状态") - public static final String REGIST_STATE = "registState"; - @ApiModelProperty(value = "注册资本单位") - public static final String REGISTEREDCAPITAL_ORG = "registeredCapitalOrg"; - @ApiModelProperty(value = "项目类型") - public static final String PROJECT_TYPE = "projectType"; - /*经销商相关结束*/ - - - @ApiModelProperty(value = "合格证情况:0001虚拟 ,002正式") - public static final String CERTIFICATE_SITUATION = "certificateSituation"; - @ApiModelProperty(value = "客户类型:1个人2企业") - public static final String CUSTOMER_TYPE = "customerType"; - @ApiModelProperty(value = "登记注册号类型") - public static final String REGIST_NUM_TYPE = "registNumType"; - @ApiModelProperty(value = "现居住状况") - public static final String CURRENT_LIVE_STATE = "currentlivestate"; - @ApiModelProperty(value = "教育程度") - public static final String EDUCATION_DEGREE = "educationdegree"; - @ApiModelProperty(value = "雇员类型") - public static final String EMPLOYEE_TYPE = "employeetype"; - @ApiModelProperty(value = "证件类型") - public static final String DOCUMENT_TYPE = "documenttype"; - @ApiModelProperty(value = "行业类别") - public static final String INDUSTRY_TYPE = "industrytype"; - @ApiModelProperty(value = "经济类型") - public static final String ECONOMIC_TYPE = "economictype"; - @ApiModelProperty(value = "组织机构类别") - public static final String ORGANIZATION_TYPE = "organizationtype"; - @ApiModelProperty(value = "组织机构类别细分") - public static final String ORGANIZATION_TYPE_DETAILS = "organizationtypedetails"; - - @ApiModelProperty(value = "是或否") - public static final String IS_TRUE = "isTrue"; - @ApiModelProperty(value = "准驾车型") - public static final String CAR_TYPE = "carType"; - - @ApiModelProperty(value = "与客户关系") - public static final String RELATION_SHIP = "relationship"; - @ApiModelProperty(value = "现工作单位性质") - public static final String ORG_NATURE = "orgNature"; - @ApiModelProperty(value = "主要收入来源") - public static final String INCOME_SOURCE = "incomeSource"; - @ApiModelProperty(value = "职位") - public static final String POSITION = "position"; - @ApiModelProperty(value = "经销商类型") - public static final String DEALERS_TYPE = "dealersType"; - @ApiModelProperty(value = "附件类型") - public static final String ATTACH_TYPE = "attachType"; - @ApiModelProperty(value = "信用记录") - public static final String CREDIT_RECORD = "creditRecord"; - @ApiModelProperty(value = "拟租赁形式l") - public static final String PLANS_TO_LEASE = "plansToLease"; - @ApiModelProperty(value = "去返程货物") - public static final String GO_GOODS = "goGoods"; - @ApiModelProperty(value = "经营业务范围") - public static final String BUSINESSSCOPE = "businessScope"; - /* 客户信息相关*/ - @ApiModelProperty(value = "客户分类") - public static final String CUSTOMER_CLASS = "customerClass"; - @ApiModelProperty(value = "客户来源") - public static final String CUSTOMER_SOURCE = "customerSource"; - @ApiModelProperty(value = "客户等级") - public static final String CUSTOMER_LEVEL = "customerLevel"; - @ApiModelProperty(value = "来访方式") - public static final String VISIT_WAY = "visitWay"; - @ApiModelProperty(value = "跟进状态") - public static final String FOLLOW_STATE = "followState"; - @ApiModelProperty(value = "提醒日期(天)") - public static final String REMIND_DAY = "remindDay"; - @ApiModelProperty(value = "承运货物类型") - public static final String CONSIGNMENT_TYPE = "consignmentType"; - @ApiModelProperty(value = "承运货物(暂为假数据)") - public static final String CONSIGNMENT = "consignment"; - @ApiModelProperty(value = "购车方式") - public static final String PURCHASETYPE = "purchaseType"; - @ApiModelProperty(value = "提车方式") - public static final String SALETYPE = "saleType"; - /* 车辆订单 */ - @ApiModelProperty(value = "单据类型") - public static final String BILLSTYPE = "billsType"; - @ApiModelProperty(value = "合同类型") - public static final String CONTRACTTYPE = "contractType"; - - @ApiModelProperty(value = "主车优惠类型") - public static final String DISCOUNTTYPE = "discountType"; - @ApiModelProperty(value = "还款方式") - public static final String MODEOFREPAY = "modeOfRePay"; - @ApiModelProperty(value = "保证金方式") - public static final String BONDMETHOD = "bondMethod"; - @ApiModelProperty(value = "业务类型") - public static final String BUSINESSTYPE = "businessType"; - @ApiModelProperty(value = "开户银行") - public static final String BANK = "bank"; - @ApiModelProperty(value = "账户类型") - public static final String ACCOUNTTYPE = "accountType"; - @ApiModelProperty(value = "运输货物") - public static final String TRANSPORTCARGO = "transportCargo"; - @ApiModelProperty(value = "结账周期") - public static final String CHECKOUTCYCLE = "checkoutCycle"; - @ApiModelProperty(value = "虚拟订单类型") - public static final String DEPOSITBILLTYPE = "depositBillType"; - @ApiModelProperty(value = "付款方式") - public static final String PAYMENTTYPE = "paymentType"; - - /* 物料相关 */ - @ApiModelProperty(value = "物料分组") - public static final String MATERIAL_GROUP = "materialGroup"; - @ApiModelProperty(value = "物料属性") - public static final String MATERIAL_PROPERTIES = "materialProperties"; - @ApiModelProperty(value = "存货类别") - public static final String STOCK_TYPE = "stockType"; - @ApiModelProperty(value = "基本单位") - public static final String BASIC_UNIT = "basicUnit"; - - /* 合同相关 */ - @ApiModelProperty(value = "人员类型") - public static final String PERSONNEL_TYPE = "personnelType"; - - /* 开票申请单相关 */ - @ApiModelProperty(value = "开票性质") - public static final String INVOICING_NATURE = "invoicingNature"; - - /*员工信息管理相关*/ - @ApiModelProperty(value = "婚姻状况") - public static final String MARITAL_STATUS = "maritalstatus"; - @ApiModelProperty(value = "民族") - public static final String NATIONAL = "national"; - @ApiModelProperty(value = "性别") - public static final String SEX = "sex"; - @ApiModelProperty(value = "政治面貌") - public static final String POLITICAL = "political"; - - - /*资料清单相关*/ - @ApiModelProperty(value = "资料类别") - public static final String DATA_TYPE = "dataType"; - @ApiModelProperty(value = "文件格式") - public static final String FILE_TYPE = "fileType"; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/pom.xml b/yxt_supervise/supervise-report/supervise-report-api/pom.xml deleted file mode 100644 index ddd26a2d..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/pom.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - com.yxt - yxt-parent - 0.0.1 - - - 4.0.0 - - supervise-report-api - com.yxt.supervise - 0.0.1-SNAPSHOT - - - - com.yxt - yxt-common-core - 0.0.1 - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - org.projectlombok - lombok - 1.18.24 - true - - - com.alibaba - easyexcel-core - 3.2.1 - compile - - - - - - - nexus-releases - http://172.18.0.3:8081/repository/yxt-mvn-releases/ - - - nexus-snapshots - http://172.18.0.3:8081/repository/yxt-mvn-snapshot/ - - - - - \ No newline at end of file diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLog.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLog.java deleted file mode 100644 index 370e222b..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLog.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.report.api.csmcashlog; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/10 14:22 - */ -@ApiModel(value = "每日回款审核日志", description = "每日回款审核日志:") -@TableName("csm_cash_log") -@Data -public class CsmCashLog { - private String id; - private String sid; - private String createTime; - private String remarks; - private String isEnable; - private String status; - private String dataDate; - private String fileFullPath; - private String outFilePath; - private String fileUrl; - private Integer allNum; - private Integer validNum; - private Integer durations; - private Integer errRowNum; - private double salesAmountYesterday; - private double cashedAmountToday; - private double cashedAmountTodayReal; - private double cashedAmountDifferent; - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogDto.java deleted file mode 100644 index 8603a7b3..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogDto.java +++ /dev/null @@ -1,30 +0,0 @@ -package com.yxt.supervise.report.api.csmcashlog; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/10 14:22 - */ -@Data -public class CsmCashLogDto implements Dto { - private String id; - private String sid; - private String createTime; - private String remarks; - private String isEnable; - private String status; - private String dataDate; - private String fileFullPath; - private String outFilePath; - private String fileUrl; - private Integer allNum; - private Integer validNum; - private Integer durations; - private Integer errRowNum; - private double salesAmountYesterday; - private double cashedAmountToday; - private double cashedAmountTodayReal; - private double cashedAmountDifferent; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogQuery.java deleted file mode 100644 index 51fe2988..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogQuery.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.report.api.csmcashlog; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/10 14:23 - */ -@Data -public class CsmCashLogQuery implements Query { - private String id; - private String sid; - private String dataDate; - private String fileFullPath; - private String outFilePath; - private String fileUrl; - private Integer allNum; - private Integer validNum; - private Integer durations; - private Integer errRowNum; - private double salesAmountYesterday; - private double cashedAmountToday; - private double cashedAmountTodayReal; - private double cashedAmountDifferent; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogVo.java deleted file mode 100644 index 3d81440c..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashlog/CsmCashLogVo.java +++ /dev/null @@ -1,30 +0,0 @@ -package com.yxt.supervise.report.api.csmcashlog; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/10 14:22 - */ -@Data -public class CsmCashLogVo implements Vo { - private String id; - private String sid; - private String createTime; - private String remarks; - private String isEnable; - private String status; - private String dataDate; - private String fileFullPath; - private String outFilePath; - private String fileUrl; - private Integer allNum; - private Integer validNum; - private Integer durations; - private Integer errRowNum; - private double salesAmountYesterday; - private double cashedAmountToday; - private double cashedAmountTodayReal; - private double cashedAmountDifferent; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReport.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReport.java deleted file mode 100644 index 09151f4d..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReport.java +++ /dev/null @@ -1,60 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreport; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/6/21 9:19 - */ -@ApiModel(value = "每日回款审核报告-附件:昨日销售报表", description = "每日回款审核报告-附件:昨日销售报表") -@TableName("csm_cash_report") -@Data -public class CsmCashReport { - private String id; - private String sid; - private String createTime; - private String remarks; - //'日期(yyyy-MM-dd)', - private String dataDate; - // '银行Sid', - private String bankSid; - // '银行名称', - private String bankName; - // '公司Sid', - private String companySid; - // '公司名称', - private String companyName; - //昨日销售总计金额(元)', - private double salesAmountYesterday; - // '今日应回款金额(元)', - private double cashedAmountToday; - //'今日实际回款金额(元)', - private double cashedAmountTodayReal; - //'回款差额金额(元)', - private double cashedAmountDifferent; - //'序号', - private Integer serialNumber; - // '销售日期', - private Date saleDate; - //'支付渠道Sid', - private String disbursementChannelSid; - // '支付渠道名称', - private String disbursementChannelName; - //'金额(元)', - private double amountYesterday; - //'截止时间', - private String tillTime; - //'账户余额', - private double accountBalance; - // '审核结果', - private String auditResult; - //'日期(yyyy年MM月dd日)', - private String reportDate; - private String fileFullPath; - private String fileUrl; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportDto.java deleted file mode 100644 index a57a840b..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportDto.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreport; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/6/21 9:19 - */ -public class CsmCashReportDto { - //'日期(yyyy-MM-dd)', - private String dataDate; - // '银行Sid', - private String bankSid; - // '银行名称', - private String bankName; - // '公司Sid', - private String companySid; - // '公司名称', - private String companyName; - //昨日销售总计金额(元)', - private double salesAmountYesterday; - // '今日应回款金额(元)', - private double cashedAmountToday; - //'今日实际回款金额(元)', - private double cashedAmountTodayReal; - //'回款差额金额(元)', - private double cashedAmountDifferent; - //'序号', - private Integer serialNumber; - // '销售日期', - private Date saleDate; - //'支付渠道Sid', - private String disbursementChannelSid; - // '支付渠道名称', - private String disbursementChannelName; - //'金额(元)', - private double amountYesterday; - //'截止时间', - private String tillTime; - //'账户余额', - private double accountBalance; - // '审核结果', - private String auditResult; - //'日期(yyyy年MM月dd日)', - private String reportDate; - private String fileFullPath; - private String fileUrl; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportQuery.java deleted file mode 100644 index eeaa3b3a..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportQuery.java +++ /dev/null @@ -1,49 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreport; - -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/6/21 9:19 - */ -@Data -public class CsmCashReportQuery { - //'日期(yyyy-MM-dd)', - private String dataDate; - // '银行Sid', - private String bankSid; - // '银行名称', - private String bankName; - // '公司Sid', - private String companySid; - // '公司名称', - private String companyName; - //昨日销售总计金额(元)', - private double salesAmountYesterday; - // '今日应回款金额(元)', - private double cashedAmountToday; - //'今日实际回款金额(元)', - private double cashedAmountTodayReal; - //'回款差额金额(元)', - private double cashedAmountDifferent; - //'序号', - private Integer serialNumber; - // '销售日期', - private Date saleDate; - //'支付渠道Sid', - private String disbursementChannelSid; - // '支付渠道名称', - private String disbursementChannelName; - //'金额(元)', - private double amountYesterday; - //'截止时间', - private String tillTime; - //'账户余额', - private double accountBalance; - // '审核结果', - private String auditResult; - //'日期(yyyy年MM月dd日)', - private String reportDate; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportVo.java deleted file mode 100644 index 60465c2a..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreport/CsmCashReportVo.java +++ /dev/null @@ -1,66 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreport; - -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/6/21 9:19 - */ -@Data -public class CsmCashReportVo { - private String id; - private String sid; - //'日期(yyyy-MM-dd)', - private String dataDate; - // '银行Sid', - private String bankSid; - // '银行名称', - private String bankName; - // '公司Sid', - private String CompanySid; - // '公司名称', - private String CompanyName; - //昨日销售总计金额(元)', - private double salesAmountYesterday; - // '今日应回款金额(元)', - private double cashedAmountToday; - //'今日实际回款金额(元)', - private double cashedAmountTodayReal; - //'回款差额金额(元)', - private double cashedAmountDifferent; - //'序号', - private Integer serialNumber; - // '销售日期', - private Date saleDate; - //'支付渠道Sid', - private String disbursementChannelSid; - // '支付渠道名称', - private String disbursementChannelName; - //'金额(元)', - private double amountYesterday; - //'截止时间', - private String tillTime; - //'账户余额', - private double accountBalance; - // '审核结果', - private String auditResult; - //'日期(yyyy年MM月dd日)', - private String reportDate; - - ///小程序参数 - // - private String companyName; - private String totalSales; - private double collection; - private double actualCollection; - private double difference; - private String endTime; - private String balance; - private String account; - private String accountNumber; - private String reviewedBy="石家庄市宇信通电子有限公司"; - private String date; - private String downloadUrl; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedToday.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedToday.java deleted file mode 100644 index 86d19b52..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedToday.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreportcashedtoday; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/21 9:03 - */ -@ApiModel(value = "每日回款审核报告-附件:昨日销售报表", description = "每日回款审核报告-附件:昨日销售报表") -@TableName("csm_cash_report_cashed_today") -@Data -public class CsmCashReportCashedToday extends BaseEntity { - - - // '日期(yyyy-MM-dd)', - private String dataDate; - // '报告Sid', - private String reportSid; - //'销售日期(yyyy年MM月dd日)', - private String salesDate; - // '支付渠道Sid', - private String disbursementChannelSid; - //'支付渠道名称', - private String disbursementChannelName; - // '金额(元)', - private double amount; - //'对应公司主体Sid', - private String companySid; - //'对应公司主体名称', - private String companyName; - // '回款金额', - private double cashedAmount; - // '回款差额', - private double differentAmount; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayDto.java deleted file mode 100644 index f6529343..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayDto.java +++ /dev/null @@ -1,33 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreportcashedtoday; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/21 9:04 - */ -@Data -public class CsmCashReportCashedTodayDto implements Dto { - - // '日期(yyyy-MM-dd)', - private String dataDate; - // '报告Sid', - private String reportSid; - //'销售日期(yyyy年MM月dd日)', - private String salesDate; - // '支付渠道Sid', - private String disbursementChannelSid; - //'支付渠道名称', - private String disbursementChannelName; - // '金额(元)', - private double amount; - //'对应公司主体Sid', - private String companySid; - //'对应公司主体名称', - private String companyName; - // '回款金额', - private double cashedAmount; - // '回款差额', - private double differentAmount; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayQuery.java deleted file mode 100644 index 9d25f3ae..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayQuery.java +++ /dev/null @@ -1,33 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreportcashedtoday; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/21 9:04 - */ -@Data -public class CsmCashReportCashedTodayQuery implements Query { - - // '日期(yyyy-MM-dd)', - private String dataDate; - // '报告Sid', - private String reportSid; - //'销售日期(yyyy年MM月dd日)', - private String salesDate; - // '支付渠道Sid', - private String disbursementChannelSid; - //'支付渠道名称', - private String disbursementChannelName; - // '金额(元)', - private double amount; - //'对应公司主体Sid', - private String companySid; - //'对应公司主体名称', - private String companyName; - // '回款金额', - private double cashedAmount; - // '回款差额', - private double differentAmount; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayVo.java deleted file mode 100644 index c5d24b04..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportcashedtoday/CsmCashReportCashedTodayVo.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreportcashedtoday; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/21 9:03 - */ -@Data -public class CsmCashReportCashedTodayVo implements Vo { - - // '日期(yyyy-MM-dd)', - private String dataDate; - // '报告Sid', - private String reportSid; - //'销售日期(yyyy年MM月dd日)', - private String salesDate; - // '支付渠道Sid', - private String disbursementChannelSid; - //'支付渠道名称', - private String disbursementChannelName; - // '金额(元)', - private double amount; - //'对应公司主体Sid', - private String companySid; - //'对应公司主体名称', - private String companyName; - // '回款金额', - private double cashedAmount; - // '回款差额', - private double differentAmount; - private String remarks; - - //小程序参数 - - private String payChannels; - private double money; - private String mainBody; - private double collection; - private double different; - private String notes; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterday.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterday.java deleted file mode 100644 index 4f43fc0b..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterday.java +++ /dev/null @@ -1,33 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreportsalesyesterday; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/21 8:44 - */ -@ApiModel(value = "每日回款审核报告-附件:昨日销售报表", description = "每日回款审核报告-附件:昨日销售报表") -@TableName("csm_cash_report_sales_yesterday") -@Data -public class CsmCashReportSalesYesterday extends BaseEntity { - - // '日期(yyyy-MM-dd)', - private String dataDate; - //'报告Sid', - private String reportSid; - //'支付渠道Sid', - private String disbursementChannelSid; - //'支付渠道名称', - private String disbursementChannelName; - //'金额(元)', - private double amount; - // '对应公司主体Sid', - private String CompanySid; - //'对应公司主体名称', - private String companyName; - //'回款周期', - private String accountCycle; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayDto.java deleted file mode 100644 index 1d78d51b..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayDto.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreportsalesyesterday; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/21 8:45 - */ -@Data -public class CsmCashReportSalesYesterdayDto implements Vo { - // '日期(yyyy-MM-dd)', - private String dataDate; - //'报告Sid', - private String reportSid; - //'支付渠道Sid', - private String disbursementChannelSid; - //'支付渠道名称', - private String disbursementChannelName; - //'金额(元)', - private double amount; - // '对应公司主体Sid', - private String CompanySid; - //'对应公司主体名称', - private String companyName; - //'回款周期', - private String accountCycle; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayQuery.java deleted file mode 100644 index cb444276..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayQuery.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreportsalesyesterday; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/21 8:45 - */ -@Data -public class CsmCashReportSalesYesterdayQuery implements Query { - // '日期(yyyy-MM-dd)', - private String dataDate; - //'报告Sid', - private String reportSid; - //'支付渠道Sid', - private String disbursementChannelSid; - //'支付渠道名称', - private String disbursementChannelName; - //'金额(元)', - private double amount; - // '对应公司主体Sid', - private String CompanySid; - //'对应公司主体名称', - private String companyName; - //'回款周期', - private String accountCycle; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayVo.java deleted file mode 100644 index 7b887113..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/csmcashreportsalesyesterday/CsmCashReportSalesYesterdayVo.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.report.api.csmcashreportsalesyesterday; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/21 8:45 - */ -@Data -public class CsmCashReportSalesYesterdayVo implements Vo { - // '日期(yyyy-MM-dd)', - private String dataDate; - //'报告Sid', - private String reportSid; - //'支付渠道Sid', - private String disbursementChannelSid; - //'支付渠道名称', - private String disbursementChannelName; - //'金额(元)', - private double amount; - // '对应公司主体Sid', - private String CompanySid; - //'对应公司主体名称', - private String companyName; - //'回款周期', - private String accountCycle; - - //小程序参数 - private String payChannels; - private double money; - private String mainBody; - private String cycle; - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReport.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReport.java deleted file mode 100644 index 1c83e3be..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReport.java +++ /dev/null @@ -1,30 +0,0 @@ -package com.yxt.supervise.report.api.dailysalesreport; - -import com.baomidou.mybatisplus.annotation.TableName; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/6 11:35 - */ -@ApiModel(value = "每日销售日报表", description = "每日销售日报表") -@TableName("daily_sales_report") -@Data -public class DailySalesReport { - private String id; - private String sid; - //联网连锁店销售总额 - private double lwlsdTotalSales; - //连锁内加盟 - private double lsnjnTotalSales; - //配送中心 - private double pszxTotalSales; - //连锁外加盟 - private double lswjmTotalSales; - //36524集团报烟门店仓 - private double bymdcTotalSales; - //烟草连锁外加盟 - private double yclswjmTotalSales; - private String orderDate; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportDto.java deleted file mode 100644 index 8bb0c879..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportDto.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.report.api.dailysalesreport; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/6 11:35 - */ -@Data -public class DailySalesReportDto implements Dto { - private String id; - private String sid; - private double lwlsdTotalSales; - private double lsnjnTotalSales; - private String pszxTotalSales; - private String lswjmTotalSales; - private String bymdcTotalSales; - private String yclswjmTotalSales; - private String orderDate; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportQuery.java deleted file mode 100644 index 103d6bda..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportQuery.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.supervise.report.api.dailysalesreport; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/6 11:35 - */ -@Data -public class DailySalesReportQuery implements Query { - private String id; - private String sid; - private double lwlsdTotalSales; - private double lsnjnTotalSales; - private String pszxTotalSales; - private String lswjmTotalSales; - private String bymdcTotalSales; - private String yclswjmTotalSales; - private String orderDate; - private String endDate; - private String startDate; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportVo.java deleted file mode 100644 index f01feaa3..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/DailySalesReportVo.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.report.api.dailysalesreport; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/6 11:35 - */ -@Data -public class DailySalesReportVo implements Vo { - private String id; - private String sid; - private double lwlsdTotalSales; - private double lsnjnTotalSales; - private String pszxTotalSales; - private String lswjmTotalSales; - private String bymdcTotalSales; - private String yclswjmTotalSales; - private String orderDate; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/FinancialData.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/FinancialData.java deleted file mode 100644 index d294bf45..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/FinancialData.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.report.api.dailysalesreport; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/6 14:36 - */ -@Data -public class FinancialData { - private String totalPrice; - private String name; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/ListSalesChannelData.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/ListSalesChannelData.java deleted file mode 100644 index f21ae187..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/ListSalesChannelData.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.yxt.supervise.report.api.dailysalesreport; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/6 14:37 - */ -@Data -public class ListSalesChannelData { - private String deductionAccountsReceivable; - private String salesChannelCategory; - private String totalAmount; - private String accountsReceivable; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/financialAnalysisChartData.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/financialAnalysisChartData.java deleted file mode 100644 index aefba8cb..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/dailysalesreport/financialAnalysisChartData.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.yxt.supervise.report.api.dailysalesreport; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/6 14:39 - */ -@Data -public class financialAnalysisChartData { -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLog.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLog.java deleted file mode 100644 index 756b29e4..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLog.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageslog; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@ApiModel(value = "消息推送日志", description = "消息推送日志") -@TableName("img_messages_log") -@Data -public class ImgMessagesLog extends EntityWithId { - private String sid; - private String messageTime; - private String pagepath; - private String content; - private String projectSid; - private String orderDate; - private String riskSid; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogDto.java deleted file mode 100644 index a0b32634..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogDto.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageslog; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@Data -public class ImgMessagesLogDto implements Dto { - private String id; - private String sid; - private String messageTime; - private String pagepath; - //private Map content; - private Map content; - private List messageOpenids; - private String openid;//小程序openid - private String projectSid; - private String orderDate; - private String riskSid; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogQuery.java deleted file mode 100644 index 9dcd0bac..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogQuery.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageslog; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:07 - */ -@Data -public class ImgMessagesLogQuery implements Query { - private String userSid; - private String state;//0未读 1 已读 2全部 -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogVo.java deleted file mode 100644 index e4ffd290..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/ImgMessagesLogVo.java +++ /dev/null @@ -1,65 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageslog; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:57 - */ -@Data -public class ImgMessagesLogVo implements Vo { - private String id; - private String sid; - private String messageTime; - private String pagepath; - private String content; - //消息状态 - private String oState; - private Map map; - private String riskSid; - private String shName; - private String shSid; - private List devices; - private String text; - List linkers; - private Integer count; - private List message; - - public List getMessage() { - List l=new ArrayList<>(); - String[] keyValuePairs = content.split("[{;,}]"); - for (String pair : keyValuePairs) { - // 按照等号拆分键和值 - String[] keyValue = pair.split("="); - if (keyValue.length == 2) { - String key = keyValue[0].trim(); - String value = keyValue[1].trim(); - l.add(value); - } - } - this.message=l; - return message; - } - - public Map getMap() { - Map strMap = new HashMap<>(); - String[] keyValuePairs = content.split("[{;,}]"); - for (String pair : keyValuePairs) { - // 按照等号拆分键和值 - String[] keyValue = pair.split("="); - if (keyValue.length == 2) { - String key = keyValue[0].trim(); - String value = keyValue[1].trim(); - strMap.put(key, value); - } - } - this.map = strMap; - return map; - } -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/Linkers.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/Linkers.java deleted file mode 100644 index 623f61e0..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageslog/Linkers.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageslog; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/12 15:28 - */ -@Data -public class Linkers { - String name; - String mobile; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUser.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUser.java deleted file mode 100644 index 4191ef3c..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUser.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageuser; - -import com.baomidou.mybatisplus.annotation.TableName; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:34 - */ -@ApiModel(value = "消息用户微信openid关联", description = "消息用户微信openid关联") -@TableName("img_message_user") -@Data -public class ImgMessageUser { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserDto.java deleted file mode 100644 index 8aa74a61..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserDto.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageuser; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:34 - */ -@Data -public class ImgMessageUserDto implements Dto { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserQuery.java deleted file mode 100644 index b3e23bd0..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserQuery.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageuser; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:35 - */ -@Data -public class ImgMessageUserQuery implements Query { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserVo.java deleted file mode 100644 index 78e04bab..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/imgmessageuser/ImgMessageUserVo.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.imgmessageuser; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:35 - */ -@Data -public class ImgMessageUserVo implements Vo { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsm.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsm.java deleted file mode 100644 index 3e202aab..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsm.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.supervise.report.api.inventoryhcsm; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author wangpengfei - * @date 2023/7/27 9:27 - */ -@ApiModel(value = "瀚川仓库库存", description = "瀚川仓库库存") -@TableName("inventory_hcsm") -@Data -public class InventoryHcsm extends BaseEntity { - private String productName;//产品名 - private BigDecimal weight;//重量 - private BigDecimal price;//单价 - private String productState;//产品状态 - private String hazardousChemicals;//危化品(1:是 0 否) -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmDto.java deleted file mode 100644 index 25ed589a..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmDto.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.report.api.inventoryhcsm; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author wangpengfei - * @date 2023/7/27 9:27 - */ -@Data -public class InventoryHcsmDto implements Dto { - private String id; - private String sid; - private String productName;//产品名 - private BigDecimal weight;//重量 - private BigDecimal price;//单价 - private String productState;//产品状态 - private String hazardousChemicals;//危化品(1:是 0 否) -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmQuery.java deleted file mode 100644 index 078ebb46..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmQuery.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.report.api.inventoryhcsm; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author wangpengfei - * @date 2023/7/28 10:46 - */ -@Data -public class InventoryHcsmQuery implements Query { - private String id; - private String sid; - private String productName;//产品名 - private BigDecimal weight;//重量 - private BigDecimal price;//单价 - private String productState;//产品状态 - private String hazardousChemicals;//危化品(1:是 0 否) -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmVo.java deleted file mode 100644 index c73d3959..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/inventoryhcsm/InventoryHcsmVo.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.report.api.inventoryhcsm; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author wangpengfei - * @date 2023/7/27 9:27 - */ -@Data -public class InventoryHcsmVo implements Vo { - private String id; - private String sid; - private String productName;//产品名 - private BigDecimal weight;//重量 - private BigDecimal price;//单价 - private String productState;//产品状态 - private String hazardousChemicals;//危化品(1:是 0 否) -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenid.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenid.java deleted file mode 100644 index 18375a54..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenid.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.report.api.messageopenid; - -import com.baomidou.mybatisplus.annotation.TableName; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:34 - */ -@ApiModel(value = "消息用户微信openid关联", description = "消息用户微信openid关联") -@TableName("message_openid") -@Data -public class MessageOpenid { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidDto.java deleted file mode 100644 index 05f0cc03..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidDto.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.messageopenid; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:34 - */ -@Data -public class MessageOpenidDto implements Dto { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidQuery.java deleted file mode 100644 index 306585b4..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidQuery.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.messageopenid; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:35 - */ -@Data -public class MessageOpenidQuery implements Query { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidVo.java deleted file mode 100644 index 2637ec62..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messageopenid/MessageOpenidVo.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.messageopenid; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:35 - */ -@Data -public class MessageOpenidVo implements Vo { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLog.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLog.java deleted file mode 100644 index 04a0013a..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLog.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.yxt.supervise.report.api.messagepushlog; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@ApiModel(value = "消息推送日志", description = "消息推送日志") -@TableName("message_push_log") -@Data -public class MessagePushLog extends EntityWithId { - private String sid; - private String messageTime; - private String pagepath; - private String content; - private String projectSid; - private String orderDate; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogDto.java deleted file mode 100644 index bb928877..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogDto.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.supervise.report.api.messagepushlog; - -import com.yxt.common.core.dto.Dto; -import com.yxt.supervise.report.api.messageopenid.MessageOpenidDto; -import com.yxt.supervise.report.api.wechat.Template; -import lombok.Data; - -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@Data -public class MessagePushLogDto implements Dto { - private String id; - private String sid; - private String messageTime; - private String pagepath; - //private Map content; - private Map content; - private List messageOpenids; - private String openid;//小程序openid - private String projectSid; - private String orderDate; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogQuery.java deleted file mode 100644 index e748ecd5..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogQuery.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.report.api.messagepushlog; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:07 - */ -@Data -public class MessagePushLogQuery implements Query { - private String userSid; - private String state;//0未读 1 已读 2全部 -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogVo.java deleted file mode 100644 index a18e1d31..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagepushlog/MessagePushLogVo.java +++ /dev/null @@ -1,62 +0,0 @@ -package com.yxt.supervise.report.api.messagepushlog; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:57 - */ -@Data -public class MessagePushLogVo implements Vo { - private String id; - private String sid; - private String messageTime; - private String pagepath; - private String content; - //消息状态 - private String oState; - private Map map; - private Integer count; - private List message; - - public List getMessage() { - List l=new ArrayList<>(); - String[] keyValuePairs = content.split("[{;,}]"); - for (String pair : keyValuePairs) { - // 按照等号拆分键和值 - String[] keyValue = pair.split("="); - if (keyValue.length == 2) { - String key = keyValue[0].trim(); - String value = keyValue[1].trim(); - l.add(value); - } - } - this.message=l; - return message; - } - - - public Map getMap() { - Map strMap = new HashMap<>(); - - String[] keyValuePairs = content.split("[{;,}]"); - - for (String pair : keyValuePairs) { - // 按照等号拆分键和值 - String[] keyValue = pair.split("="); - if (keyValue.length == 2) { - String key = keyValue[0].trim(); - String value = keyValue[1].trim(); - strMap.put(key, value); - } - } - this.map = strMap; - return map; - } -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageType.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageType.java deleted file mode 100644 index a6223ca0..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageType.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.report.api.messagetype; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@ApiModel(value = "消息推送日志", description = "消息推送日志") -@TableName("message_push_log") -@Data -public class MessageType { - private String id; - private String sid; - private String icon; - private String name; - private String code; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeDto.java deleted file mode 100644 index 32764c8a..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeDto.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.report.api.messagetype; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@Data -public class MessageTypeDto implements Dto { - private String id; - private String sid; - private String icon; - private String name; - private String code; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeQuery.java deleted file mode 100644 index ed410c67..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeQuery.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.report.api.messagetype; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:07 - */ -@Data -public class MessageTypeQuery implements Query { - private String wxCode; - private String userSid; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeVo.java deleted file mode 100644 index f9454577..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/messagetype/MessageTypeVo.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.yxt.supervise.report.api.messagetype; - -import com.yxt.common.core.vo.Vo; -import com.yxt.supervise.report.api.imgmessageslog.ImgMessagesLogVo; -import com.yxt.supervise.report.api.messagepushlog.MessagePushLogVo; -import com.yxt.supervise.report.api.riskmessageslog.RiskMessagesLogVo; -import lombok.Data; - -import java.util.HashMap; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:57 - */ -@Data -public class MessageTypeVo implements Vo { - private String id; - private String sid; - private String icon;//图标 - private String name;//标题名 - private String code;// 消息code - private Object messageLogs; //数据消息 -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGather.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGather.java deleted file mode 100644 index f18f8348..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGather.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaygather; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/6/26 14:39 - */ - -@ApiModel(value = "库存日报表-汇总", description = "库存日报表-汇总") -@TableName("report_inventory_day_gather") -@Data -public class ReportInventoryDayGather extends EntityWithId { - //记录创建时间 - private Date createTime; - //备注说明 - private String remarks; - //单据日期 - private String orderDate; - //编号 - private String serialNumber; - //上报时间 - private String reportTime; - //排序 - private Integer sort; - //仓库类型 - private String storeType; - //仓库数量 - private Integer storeNumber; - //品种数量 - private Integer productCountNumber; - //货值 - private double productAmount; - //合计货值 - private double countAmount; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherDto.java deleted file mode 100644 index cac1f6ac..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherDto.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaygather; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/6/26 14:39 - */ -@Data -public class ReportInventoryDayGatherDto implements Dto { - private String id; - //记录创建时间 - private Date createTime; - //备注说明 - private String remarks; - //单据日期 - private String orderDate; - //编号 - private String serialNumber; - //上报时间 - private String reportTime; - //排序 - private Integer sort; - //仓库类型 - private String storeType; - //仓库数量 - private Integer storeNumber; - //品种数量 - private Integer productCountNumber; - //货值 - private double productAmount; - //合计货值 - private double countAmount; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherFeign.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherFeign.java deleted file mode 100644 index 8195b50d..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherFeign.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaygather; - -import com.yxt.common.core.result.ResultBean; -import com.yxt.supervise.report.api.reportinventorydaystore.ReportInventoryDayStoreVo; -import com.yxt.supervise.report.api.reportinventorydaytobaccostore.ReportInventoryDayTobaccoStoreVo; -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.ResponseBody; - -import java.util.ArrayList; - -/** - * @author wangpengfei - * @date 2023/6/27 14:05 - */ -@Api(tags = "信息") -@FeignClient( - contextId = "supervise-report-reportinventorydaygather", - name = "supervise-report", - path = "reportinventory", - fallback = ReportInventoryDayGatherFeignFallback.class) -public interface ReportInventoryDayGatherFeign { - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherFeignFallback.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherFeignFallback.java deleted file mode 100644 index c12f9d24..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherFeignFallback.java +++ /dev/null @@ -1,19 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaygather; - -import com.yxt.common.core.result.ResultBean; -import com.yxt.supervise.report.api.reportinventorydaystore.ReportInventoryDayStoreVo; -import com.yxt.supervise.report.api.reportinventorydaytobaccostore.ReportInventoryDayTobaccoStoreVo; -import org.springframework.stereotype.Component; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PathVariable; - -import java.util.ArrayList; - -/** - * @author wangpengfei - * @date 2023/6/27 14:06 - */ -@Component -public class ReportInventoryDayGatherFeignFallback implements ReportInventoryDayGatherFeign{ - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherQuery.java deleted file mode 100644 index 4bcb301e..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherQuery.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaygather; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/6/26 14:39 - */ -@Data -public class ReportInventoryDayGatherQuery implements Query { - private String id; - //记录创建时间 - private Date createTime; - //备注说明 - private String remarks; - //单据日期 - private String orderDate; - //编号 - private String serialNumber; - //上报时间 - private String reportTime; - //排序 - private Integer sort; - //仓库类型 - private String storeType; - //仓库数量 - private Integer storeNumber; - //品种数量 - private Integer productCountNumber; - //货值 - private double productAmount; - //合计货值 - private double countAmount; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherVo.java deleted file mode 100644 index 94544676..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaygather/ReportInventoryDayGatherVo.java +++ /dev/null @@ -1,44 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaygather; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -import java.math.BigDecimal; -import java.util.Date; -import java.util.List; - -/** - * @author wangpengfei - * @date 2023/6/26 14:39 - */ -@Data -public class ReportInventoryDayGatherVo implements Vo { - private String id; - //记录创建时间 - private Date createTime; - //备注说明 - private String remarks; - //单据日期 - private String orderDate; - //编号 - private String serialNumber; - //上报时间 - private String reportTime; - //排序 - private Integer sort; - //仓库类型 - private String storeType; - //仓库数量 - private Integer storeNumber; - //品种数量 - private Integer productCountNumber; - //货值 - private BigDecimal productAmount; - //合计货值 - private BigDecimal countAmount; - //下载url - private String downloadUrl; - //标题 - private String title; - private List list; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStore.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStore.java deleted file mode 100644 index abdc86f7..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStore.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaystore; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/26 17:58 - */ -@ApiModel(value = "仓库库存报表-汇总", description = "仓库库存报表-汇总") -@TableName("report_inventory_day_store") -@Data -public class ReportInventoryDayStore extends EntityWithId { - private String createTime; - private String remarks; - private String orderDate; - private String serialNumber; - private String reportTime; - private String warehouseType; - private String storeCode; - private String storeCodeName; - private String productCountNumber; - private String productAmount; - private String countAmount; - private String countProductNumber; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreDto.java deleted file mode 100644 index 2cca6b62..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreDto.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaystore; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/26 17:59 - */ -@Data -public class ReportInventoryDayStoreDto implements Dto { - private String id; - private String createTime; - private String remarks; - private String orderDate; - private String serialNumber; - private String reportTime; - private String warehouseType; - private String storeCode; - private String storeCodeName; - private String productCountNumber; - private String productAmount; - private String countAmount; - private String countProductNumber; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreQuery.java deleted file mode 100644 index e792524e..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreQuery.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaystore; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/26 17:59 - */ -@Data -public class ReportInventoryDayStoreQuery implements Query { - private String id; - private String createTime; - private String remarks; - private String orderDate; - private String serialNumber; - private String reportTime; - private String warehouseType; - private String storeCode; - private String storeCodeName; - private String productCountNumber; - private String productAmount; - private String countAmount; - private String countProductNumber; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreVo.java deleted file mode 100644 index 05520937..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaystore/ReportInventoryDayStoreVo.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaystore; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -import java.math.BigDecimal; -import java.util.List; - -/** - * @author wangpengfei - * @date 2023/6/26 17:59 - */ -@Data -public class ReportInventoryDayStoreVo implements Vo { - - private String id; - private String createTime; - private String remarks; - private String orderDate; - private String serialNumber; - private String reportTime; - private String warehouseType; - private String storeCode; - private String storeCodeName; - private Integer productCountNumber; - //商品品种数量 - private int typeNumber; - private BigDecimal productAmount; - private BigDecimal countAmount; - private BigDecimal countProductNumber; - private List list; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStore.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStore.java deleted file mode 100644 index 340cb3b0..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStore.java +++ /dev/null @@ -1,40 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaytobaccostore; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/6/27 8:48 - */ -@ApiModel(value = "仓库库存报表-汇总", description = "仓库库存报表-汇总") -@TableName("report_inventory_day_tobacco_store") -@Data -public class ReportInventoryDayTobaccoStore extends EntityWithId { //记录创建时间 - private String createTime; - //备注说明 - private String remarks; - //单据日期 - private String orderDate; - //编号 - private String serialNumber; - //上报时间 - private String reportTime; - //仓库类型 - private String warehouseType; - //门店编号 - private String storeCode; - //[门店编号]门店名称 - private String storeCodeName; - //品种数量 - private String productCountNumber; - //货值 - private String productAmount; - //合计货值 - private String countAmount; - //合计品种数量 - private String countProductNumber; - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreDto.java deleted file mode 100644 index 99805b51..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreDto.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaytobaccostore; - -import com.yxt.common.core.dto.Dto; - -/** - * @author wangpengfei - * @date 2023/6/27 8:48 - */ -public class ReportInventoryDayTobaccoStoreDto implements Dto { - //记录创建时间 - private String createTime; - //备注说明 - private String remarks; - //单据日期 - private String orderDate; - //编号 - private String serialNumber; - //上报时间 - private String reportTime; - //仓库类型 - private String warehouseType; - //门店编号 - private String storeCode; - //[门店编号]门店名称 - private String storeCodeName; - //品种数量 - private String productCountNumber; - //货值 - private String productAmount; - //合计货值 - private String countAmount; - //合计品种数量 - private String countProductNumber; - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreQuery.java deleted file mode 100644 index 67fae7de..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreQuery.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaytobaccostore; - -import com.yxt.common.core.query.Query; - -/** - * @author wangpengfei - * @date 2023/6/27 8:49 - */ -public class ReportInventoryDayTobaccoStoreQuery implements Query { - //记录创建时间 - private String createTime; - //备注说明 - private String remarks; - //单据日期 - private String orderDate; - //编号 - private String serialNumber; - //上报时间 - private String reportTime; - //仓库类型 - private String warehouseType; - //门店编号 - private String storeCode; - //[门店编号]门店名称 - private String storeCodeName; - //品种数量 - private String productCountNumber; - //货值 - private String productAmount; - //合计货值 - private String countAmount; - //合计品种数量 - private String countProductNumber; - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreVo.java deleted file mode 100644 index ba9a0607..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportinventorydaytobaccostore/ReportInventoryDayTobaccoStoreVo.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.yxt.supervise.report.api.reportinventorydaytobaccostore; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -import java.math.BigDecimal; -import java.util.List; - -/** - * @author wangpengfei - * @date 2023/6/27 8:49 - */ -@Data -public class ReportInventoryDayTobaccoStoreVo implements Vo { - private String id; - //记录创建时间 - private String createTime; - //备注说明 - private String remarks; - //单据日期 - private String orderDate; - //编号 - private String serialNumber; - //上报时间 - private String reportTime; - //仓库类型 - private String warehouseType; - //门店编号 - private String storeCode; - //[门店编号]门店名称 - private String storeCodeName; - //商品数量 - private Integer productCountNumber; - //商品品种数量 - private int typeNumber; - //货值 - private BigDecimal productAmount; - //合计货值 - private BigDecimal countAmount; - //合计品种数量 - private BigDecimal countProductNumber; - private List list; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGather.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGather.java deleted file mode 100644 index 7206f5d9..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGather.java +++ /dev/null @@ -1,162 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaygather; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/21 10:13 - */ -@ApiModel(value = "销售日报表-汇总", description = "销售日报表-汇总") -@TableName("report_sales_day_gather") -@Data -public class ReportSalesDayGather extends EntityWithId { - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - private Date createTime = new Date(); // 记录创建时间/ - @ApiModelProperty("备注说明") - private String remarks; - @ApiModelProperty("单据日期") - private String orderDate; - @ApiModelProperty("编号") - private String serialNumber; - @ApiModelProperty("上报时间") - private String reportTime; - @ApiModelProperty("科目/日,大前天") - private String kmDateA; - @ApiModelProperty("科目/日,前天") - private String kmDateB; - @ApiModelProperty("科目/日,昨天") - private String kmDateC; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),大前天") - private double xjllA=0; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),前天") - private double xjllB=0; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),昨天") - private double xjllC=0; - @ApiModelProperty("销售商品收到的现金(元),大前天") - private double xsxjA=0; - @ApiModelProperty("销售商品收到的现金(元),前天") - private double xsxjB=0; - @ApiModelProperty("销售商品收到的现金(元),昨天") - private double xsxjC=0; - @ApiModelProperty("收到其他与经营活动有关的现金(元),大前天") - private double qtxjA=0; - @ApiModelProperty("收到其他与经营活动有关的现金(元),前天") - private double qtxjB=0; - @ApiModelProperty("收到其他与经营活动有关的现金(元),昨天") - private double qtxjC=0; - @ApiModelProperty("财务分析本项合计,大前天") - private double cwfxhjA=0; - @ApiModelProperty("财务分析本项合计,前天") - private double cwfxhjB=0; - @ApiModelProperty("财务分析本项合计,昨天") - private double cwfxhjC=0; - @ApiModelProperty("资产负债-流动资产(元),大前天") - private double zcfzA=0; - @ApiModelProperty("资产负债-流动资产(元),前天") - private double zcfzB=0; - @ApiModelProperty("资产负债-流动资产(元),昨天") - private double zcfzC=0; - @ApiModelProperty("应收账款(元),大前天") - private double yszkA=0; - @ApiModelProperty("应收账款(元),前天") - private double yszkB=0; - @ApiModelProperty("应收账款(元),昨天") - private double yszkC=0; - @ApiModelProperty("流动负债(元),大前天") - private double ldfzA=0; - @ApiModelProperty("流动负债(元),前天") - private double ldfzB=0; - @ApiModelProperty("流动负债(元),昨天") - private double ldfzC=0; - @ApiModelProperty("预收款项(元),大前天") - private double yskxA=0; - @ApiModelProperty("预收款项(元),前天") - private double yskxB=0; - @ApiModelProperty("预收款项(元),昨天") - private double yskxC=0; - @ApiModelProperty("期初总货值") - private double cqzhz=0; - @ApiModelProperty("烟草期初货值") - private double ycqchz=0; - @ApiModelProperty("项目/日,前天") - private String xmDateA; - @ApiModelProperty("项目/日,昨天") - private String xmDateB; - @ApiModelProperty("项目/日,今天") - private String xmDateC; - @ApiModelProperty("在途货值(元),前天") - private double zthzA=0; - @ApiModelProperty("在途货值(元),昨天") - private double zthzB=0; - @ApiModelProperty("在途货值(元),今天") - private double zthzC=0; - @ApiModelProperty("库存货值(元),前天") - private double kchzA=0; - @ApiModelProperty("库存货值(元),昨天") - private double kchzB=0; - @ApiModelProperty("库存货值(元),今天") - private double kchzC=0; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,前天") - private double zhyeA=0; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,昨天") - private double zhyeB=0; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,今天") - private double zhyeC=0; - @ApiModelProperty("预警应收帐款(元),前天") - private double yjyszkA=0; - @ApiModelProperty("预警应收帐款(元),昨天") - private double yjyszkB=0; - @ApiModelProperty("预警应收帐款(元),今天") - private double yjyszkC=0; - @ApiModelProperty("主要预警指标本项合计,前天") - private double yjhjA=0; - @ApiModelProperty("主要预警指标本项合计,昨天") - private double yjhjB=0; - @ApiModelProperty("主要预警指标本项合计,今天") - private double yjhjC=0; - @ApiModelProperty("连网连锁店,总额(元)") - private double lwlsdze=0; - @ApiModelProperty("连网连锁店,应收帐款(元)") - private double lwlsdyszk=0; - @ApiModelProperty("连网连锁店,扣除应收金额(元)") - private double lwlsdkcje=0; - @ApiModelProperty("连锁内加盟,总额(元)") - private double lsnjmze=0; - @ApiModelProperty("连锁内加盟,应收帐款(元)") - private double lsnjmyszk=0; - @ApiModelProperty("连锁内加盟,扣除应收金额(元)") - private double lsnjmkcje=0; - @ApiModelProperty("配送中心,总额(元)") - private double pszxze=0; - @ApiModelProperty("配送中心,应收帐款(元)") - private double pszxyszk=0; - @ApiModelProperty("配送中心,扣除应收金额(元)") - private double pszxkcje=0; - @ApiModelProperty("连锁外加盟(销配结算),总额(元)") - private double lswjmze=0; - @ApiModelProperty("连锁外加盟(销配结算),应收帐款(元)") - private double lswjmyszk=0; - @ApiModelProperty("连锁外加盟(销配结算),扣除应收金额(元)") - private double lswjmkcje=0; - @ApiModelProperty("36524集团报烟门店仓,总额(元)") - private double ycmdze=0; - @ApiModelProperty("36524集团报烟门店仓,应收帐款(元)") - private double ycmdyszk=0; - @ApiModelProperty("36524集团报烟门店仓,扣除应收金额(元)") - private double ycmdkcje=0; - @ApiModelProperty("烟草连锁外加盟(销配结算),总额(元)") - private double ycjmdze=0; - @ApiModelProperty("烟草连锁外加盟(销配结算),应收帐款(元)") - private double ycjmdyszk=0; - @ApiModelProperty("烟草连锁外加盟(销配结算),扣除应收金额(元)") - private double ycjmdkcje=0; - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherDto.java deleted file mode 100644 index 172b8621..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherDto.java +++ /dev/null @@ -1,156 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaygather; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/27 9:26 - */ -@Data -public class ReportSalesDayGatherDto implements Dto { - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - private Date createTime = new Date(); // 记录创建时间/ - @ApiModelProperty("备注说明") - private String remarks; - @ApiModelProperty("单据日期") - private String orderDate; - @ApiModelProperty("编号") - private String serialNumber; - @ApiModelProperty("上报时间") - private String reportTime; - @ApiModelProperty("科目/日,大前天") - private String kmDateA; - @ApiModelProperty("科目/日,前天") - private String kmDateB; - @ApiModelProperty("科目/日,昨天") - private String kmDateC; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),大前天") - private double xjliA; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),前天") - private double xjliB; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),昨天") - private double xjliC; - @ApiModelProperty("销售商品收到的现金(元),大前天") - private double xsxjA; - @ApiModelProperty("销售商品收到的现金(元),前天") - private double xsxjB; - @ApiModelProperty("销售商品收到的现金(元),昨天") - private double xsxjC; - @ApiModelProperty("收到其他与经营活动有关的现金(元),大前天") - private double qtxjA; - @ApiModelProperty("收到其他与经营活动有关的现金(元),前天") - private double qtxjB; - @ApiModelProperty("收到其他与经营活动有关的现金(元),昨天") - private double qtxjC; - @ApiModelProperty("财务分析本项合计,大前天") - private double cwfxhjA; - @ApiModelProperty("财务分析本项合计,前天") - private double cwfxhjB; - @ApiModelProperty("财务分析本项合计,昨天") - private double cwfxhjC; - @ApiModelProperty("资产负债-流动资产(元),大前天") - private double zcfzA; - @ApiModelProperty("资产负债-流动资产(元),前天") - private double zcfzB; - @ApiModelProperty("资产负债-流动资产(元),昨天") - private double zcfzC; - @ApiModelProperty("应收账款(元),大前天") - private double yszkA; - @ApiModelProperty("应收账款(元),前天") - private double yszkB; - @ApiModelProperty("应收账款(元),昨天") - private double yszkC; - @ApiModelProperty("流动负债(元),大前天") - private double ldfzA; - @ApiModelProperty("流动负债(元),前天") - private double ldfzB; - @ApiModelProperty("流动负债(元),昨天") - private double ldfzC; - @ApiModelProperty("预收款项(元),大前天") - private double yskxA; - @ApiModelProperty("预收款项(元),前天") - private double yskxB; - @ApiModelProperty("预收款项(元),昨天") - private double yskxC; - @ApiModelProperty("期初总货值") - private double cqzhz; - @ApiModelProperty("烟草期初货值") - private double ycqchz; - @ApiModelProperty("项目/日,前天") - private String xmDateA; - @ApiModelProperty("项目/日,昨天") - private String xmDateB; - @ApiModelProperty("项目/日,今天") - private String xmDateC; - @ApiModelProperty("在途货值(元),前天") - private double zthzA; - @ApiModelProperty("在途货值(元),昨天") - private double zthzB; - @ApiModelProperty("在途货值(元),今天") - private double zthzC; - @ApiModelProperty("库存货值(元),前天") - private double kchzA; - @ApiModelProperty("库存货值(元),昨天") - private double kchzB; - @ApiModelProperty("库存货值(元),今天") - private double kchzC; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,前天") - private double zhyeA; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,昨天") - private double zhyeB; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,今天") - private double zhyeC; - @ApiModelProperty("预警应收帐款(元),前天") - private double yjyszkA; - @ApiModelProperty("预警应收帐款(元),昨天") - private double yjyszkB; - @ApiModelProperty("预警应收帐款(元),今天") - private double yjyszkC; - @ApiModelProperty("主要预警指标本项合计,前天") - private double yjhjA; - @ApiModelProperty("主要预警指标本项合计,昨天") - private double yjhjB; - @ApiModelProperty("主要预警指标本项合计,今天") - private double yjhjC; - @ApiModelProperty("连网连锁店,总额(元)") - private double lwlsdze; - @ApiModelProperty("连网连锁店,应收帐款(元)") - private double lwlsdyszk; - @ApiModelProperty("连网连锁店,扣除应收金额(元)") - private double lwlsdkcje; - @ApiModelProperty("连锁内加盟,总额(元)") - private double lsnjmze; - @ApiModelProperty("连锁内加盟,应收帐款(元)") - private double lsnjmyszk; - @ApiModelProperty("连锁内加盟,扣除应收金额(元)") - private double lsnjmkcje; - @ApiModelProperty("配送中心,总额(元)") - private double pszxze; - @ApiModelProperty("配送中心,应收帐款(元)") - private double pszxyszk; - @ApiModelProperty("配送中心,扣除应收金额(元)") - private double pszxkcje; - @ApiModelProperty("连锁外加盟(销配结算),总额(元)") - private double lswjmze; - @ApiModelProperty("连锁外加盟(销配结算),应收帐款(元)") - private double lswjmyszk; - @ApiModelProperty("连锁外加盟(销配结算),扣除应收金额(元)") - private double lswjmkcje; - @ApiModelProperty("36524集团报烟门店仓,总额(元)") - private double ycmdze; - @ApiModelProperty("36524集团报烟门店仓,应收帐款(元)") - private double ycmdyszk; - @ApiModelProperty("36524集团报烟门店仓,扣除应收金额(元)") - private double ycmdkcje; - @ApiModelProperty("烟草连锁外加盟(销配结算),总额(元)") - private double ycjmdze; - @ApiModelProperty("烟草连锁外加盟(销配结算),应收帐款(元)") - private double ycjmdyszk; - @ApiModelProperty("烟草连锁外加盟(销配结算),扣除应收金额(元)") - private double ycjmdkcje; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherQuery.java deleted file mode 100644 index 0dbae2c7..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaygather; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 11:15 - */ -@Data -public class ReportSalesDayGatherQuery implements Query { - private String date; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherVo.java deleted file mode 100644 index 065aa0be..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaygather/ReportSalesDayGatherVo.java +++ /dev/null @@ -1,157 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaygather; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/21 11:15 - */ -@Data -public class ReportSalesDayGatherVo implements Vo { - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - private Date createTime = new Date(); // 记录创建时间/ - @ApiModelProperty("备注说明") - private String remarks; - @ApiModelProperty("单据日期") - private String orderDate; - @ApiModelProperty("编号") - private String serialNumber; - @ApiModelProperty("上报时间") - private String reportTime; - @ApiModelProperty("科目/日,大前天") - private String kmDateA; - @ApiModelProperty("科目/日,前天") - private String kmDateB; - @ApiModelProperty("科目/日,昨天") - private String kmDateC; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),大前天") - private double xjliA; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),前天") - private double xjliB; - @ApiModelProperty("现金流量-经营活动产生的现金流量(元),昨天") - private double xjliC; - @ApiModelProperty("销售商品收到的现金(元),大前天") - private double xsxjA; - @ApiModelProperty("销售商品收到的现金(元),前天") - private double xsxjB; - @ApiModelProperty("销售商品收到的现金(元),昨天") - private double xsxjC; - @ApiModelProperty("收到其他与经营活动有关的现金(元),大前天") - private double qtxjA; - @ApiModelProperty("收到其他与经营活动有关的现金(元),前天") - private double qtxjB; - @ApiModelProperty("收到其他与经营活动有关的现金(元),昨天") - private double qtxjC; - @ApiModelProperty("财务分析本项合计,大前天") - private double cwfxhjA; - @ApiModelProperty("财务分析本项合计,前天") - private double cwfxhjB; - @ApiModelProperty("财务分析本项合计,昨天") - private double cwfxhjC; - @ApiModelProperty("资产负债-流动资产(元),大前天") - private double zcfzA; - @ApiModelProperty("资产负债-流动资产(元),前天") - private double zcfzB; - @ApiModelProperty("资产负债-流动资产(元),昨天") - private double zcfzC; - @ApiModelProperty("应收账款(元),大前天") - private double yszkA; - @ApiModelProperty("应收账款(元),前天") - private double yszkB; - @ApiModelProperty("应收账款(元),昨天") - private double yszkC; - @ApiModelProperty("流动负债(元),大前天") - private double ldfzA; - @ApiModelProperty("流动负债(元),前天") - private double ldfzB; - @ApiModelProperty("流动负债(元),昨天") - private double ldfzC; - @ApiModelProperty("预收款项(元),大前天") - private double yskxA; - @ApiModelProperty("预收款项(元),前天") - private double yskxB; - @ApiModelProperty("预收款项(元),昨天") - private double yskxC; - @ApiModelProperty("期初总货值") - private double cqzhz; - @ApiModelProperty("烟草期初货值") - private double ycqchz; - @ApiModelProperty("项目/日,前天") - private String xmDateA; - @ApiModelProperty("项目/日,昨天") - private String xmDateB; - @ApiModelProperty("项目/日,今天") - private String xmDateC; - @ApiModelProperty("在途货值(元),前天") - private double zthzA; - @ApiModelProperty("在途货值(元),昨天") - private double zthzB; - @ApiModelProperty("在途货值(元),今天") - private double zthzC; - @ApiModelProperty("库存货值(元),前天") - private double kchzA; - @ApiModelProperty("库存货值(元),昨天") - private double kchzB; - @ApiModelProperty("库存货值(元),今天") - private double kchzC; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,前天") - private double zhyeA; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,昨天") - private double zhyeB; - @ApiModelProperty("帐户余额(元)账户余额为前一天余额,今天") - private double zhyeC; - @ApiModelProperty("预警应收帐款(元),前天") - private double yjyszkA; - @ApiModelProperty("预警应收帐款(元),昨天") - private double yjyszkB; - @ApiModelProperty("预警应收帐款(元),今天") - private double yjyszkC; - @ApiModelProperty("主要预警指标本项合计,前天") - private double yjhjA; - @ApiModelProperty("主要预警指标本项合计,昨天") - private double yjhjB; - @ApiModelProperty("主要预警指标本项合计,今天") - private double yjhjC; - @ApiModelProperty("连网连锁店,总额(元)") - private double lwlsdze; - @ApiModelProperty("连网连锁店,应收帐款(元)") - private double lwlsdyszk; - @ApiModelProperty("连网连锁店,扣除应收金额(元)") - private double lwlsdkcje; - @ApiModelProperty("连锁内加盟,总额(元)") - private double lsnjmze; - @ApiModelProperty("连锁内加盟,应收帐款(元)") - private double lsnjmyszk; - @ApiModelProperty("连锁内加盟,扣除应收金额(元)") - private double lsnjmkcje; - @ApiModelProperty("配送中心,总额(元)") - private double pszxze; - @ApiModelProperty("配送中心,应收帐款(元)") - private double pszxyszk; - @ApiModelProperty("配送中心,扣除应收金额(元)") - private double pszxkcje; - @ApiModelProperty("连锁外加盟(销配结算),总额(元)") - private double lswjmze; - @ApiModelProperty("连锁外加盟(销配结算),应收帐款(元)") - private double lswjmyszk; - @ApiModelProperty("连锁外加盟(销配结算),扣除应收金额(元)") - private double lswjmkcje; - @ApiModelProperty("36524集团报烟门店仓,总额(元)") - private double ycmdze; - @ApiModelProperty("36524集团报烟门店仓,应收帐款(元)") - private double ycmdyszk; - @ApiModelProperty("36524集团报烟门店仓,扣除应收金额(元)") - private double ycmdkcje; - @ApiModelProperty("烟草连锁外加盟(销配结算),总额(元)") - private double ycjmdze; - @ApiModelProperty("烟草连锁外加盟(销配结算),应收帐款(元)") - private double ycjmdyszk; - @ApiModelProperty("烟草连锁外加盟(销配结算),扣除应收金额(元)") - private double ycjmdkcje; - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/MyHandler.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/MyHandler.java deleted file mode 100644 index 380bfcea..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/MyHandler.java +++ /dev/null @@ -1,85 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaylog; - - -import com.alibaba.excel.metadata.Head; -import com.alibaba.excel.write.merge.AbstractMergeStrategy; -import org.apache.poi.ss.usermodel.*; -import org.apache.poi.ss.util.CellRangeAddress; -import org.apache.poi.ss.util.RegionUtil; -import java.util.List; - -/** - * 合并单元格处理类 - */ -public class MyHandler extends AbstractMergeStrategy { - /** - * 合并开始行 - */ - private Integer startRow = 0; - /** - * list表格所有的合并列集合 - */ - private List cellRangeAddressList = null; - - public MyHandler() { - } - - public MyHandler(int startRow, List cellRangeAddressList) { - this.startRow = startRow; - this.cellRangeAddressList = cellRangeAddressList; - } - - @Override - protected void merge(Sheet sheet, Cell cell, Head head, Integer relativeRowIndex) { - // 设置样式 - CellStyle cellStyle = cell.getCellStyle(); - //水平居中 - cellStyle.setAlignment(HorizontalAlignment.CENTER); - //自动换行 - cellStyle.setWrapText(true); - //在这里判断从哪一行开始调用合并的方法 - if (cell.getRowIndex() > this.startRow) { - if (relativeRowIndex == null || relativeRowIndex == 0) { - return; - } - mergeColumn(sheet, cell, head, relativeRowIndex); - } - } - - /** - * 合并单元格 - * - * @param sheet - * @param cell - * @param head - * @param relativeRowIndex - */ - protected void mergeColumn(Sheet sheet, Cell cell, Head head, Integer relativeRowIndex) { - int rowIndex = cell.getRowIndex(); - int colIndex = cell.getColumnIndex(); - sheet = cell.getSheet(); - // 获取前一行 - Row preRow = sheet.getRow(rowIndex - 1); - //获取前一列 - Cell preCell = preRow.getCell(colIndex); - List list = this.cellRangeAddressList; - for (int i = 0; i < list.size(); i++) { - CellRangeAddress cellRangeAddress = list.get(i); - if (cellRangeAddress.containsColumn(preCell.getColumnIndex())) { - int lastColIndex = cellRangeAddress.getLastColumn(); - int firstColIndex = cellRangeAddress.getFirstColumn(); - CellRangeAddress cra = new CellRangeAddress(cell.getRowIndex(), cell.getRowIndex(), firstColIndex, lastColIndex); - sheet.addMergedRegion(cra); - // 加边框 - RegionUtil.setBorderBottom(BorderStyle.THIN, cra, sheet); - RegionUtil.setBorderLeft(BorderStyle.THIN, cra, sheet); - RegionUtil.setBorderRight(BorderStyle.THIN, cra, sheet); - RegionUtil.setBorderTop(BorderStyle.THIN, cra, sheet); - return; - } - } - - } - - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLog.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLog.java deleted file mode 100644 index 3907f417..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLog.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaylog; - -import com.yxt.common.core.domain.BaseEntity; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 15:27 - */ -@Data -public class ReportSalesDayLog extends BaseEntity { - //单据日期 - private String orderDate; - //文件完整路径 - private String fullUrl; - //文件相对路径 - private String filePath; - //上报时间 - private String reportTime; - //编号 - private String serialNumber; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogDto.java deleted file mode 100644 index f8837e0a..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogDto.java +++ /dev/null @@ -1,10 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaylog; - -import com.yxt.common.core.dto.Dto; - -/** - * @author wangpengfei - * @date 2023/4/24 17:30 - */ -public class ReportSalesDayLogDto implements Dto { -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogQuery.java deleted file mode 100644 index b2a44d9a..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogQuery.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaylog; - -import com.yxt.common.core.query.Query; -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 15:28 - */ -@Data -public class ReportSalesDayLogQuery implements Query { - private String date; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogVo.java deleted file mode 100644 index e80a7a6a..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaylog/ReportSalesDayLogVo.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaylog; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 15:27 - */ -@Data -public class ReportSalesDayLogVo implements Vo { - private String orderDate; - private String fullUrl; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStore.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStore.java deleted file mode 100644 index 8f8cdb58..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStore.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaystore; - -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 13:47 - */ -@Data -public class ReportSalesDayStore extends EntityWithId { - //private String id; //'ID,唯一编号', - private String createTime; // '记录创建时间', - private String remarks;//'备注说明', - private String orderDate; //'单据日期', - private String serialNumber; // '编号', - private String storeNumber;// '渠道数量', - private String reportTime;//'上报时间', - private String sort; // '序号', - private String storeCodeName; //'[门店编号]门店名称', - private double saleAmount ;//'销售金额', - private double countAmount; //'总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreDto.java deleted file mode 100644 index bd0809db..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreDto.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaystore; - -import com.yxt.common.core.dto.Dto; - -/** - * @author wangpengfei - * @date 2023/4/23 15:41 - */ -public class ReportSalesDayStoreDto implements Dto { - private String id; //'ID,唯一编号', - private String createTime; // '记录创建时间', - private String remarks;//'备注说明', - private String orderDate; //'单据日期', - private String serialNumber; // '编号', - private String storeNumber;// '渠道数量', - private String reportTime;//'上报时间', - private String sort; // '序号', - private String storeCodeName; //'[门店编号]门店名称', - private String saleAmount ;//'销售金额', - private String countAmount; //'总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreQuery.java deleted file mode 100644 index db927414..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaystore; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 13:47 - */ -@Data -public class ReportSalesDayStoreQuery implements Query { - private String date; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreVo.java deleted file mode 100644 index 3a8ce936..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystore/ReportSalesDayStoreVo.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaystore; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 13:47 - */ -@Data -public class ReportSalesDayStoreVo implements Vo { - private String id; //'ID,唯一编号', - private String createTime; // '记录创建时间', - private String remarks;//'备注说明', - private String orderDate; //'单据日期', - private String serialNumber; // '编号', - private String storeNumber;// '渠道数量', - private String reportTime;//'上报时间', - private String sort; // '序号', - private String storeCodeName; //'[门店编号]门店名称', - private String saleAmount ;//'销售金额', - private String countAmount; //'总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProduct.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProduct.java deleted file mode 100644 index 58f4592c..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProduct.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaystoreproduct; - -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/21 13:57 - */ -@Data -public class ReportSalesDayStoreProduct extends EntityWithId { - //private String id;//'ID,唯一编号', - private Date createTime; // '记录创建时间', - private String remarks;// '备注说明', - private String orderDate;// '单据日期', - private String serialNumber; // '编号', - private String productNumber; // '商品数量', - private String reportTime; // '上报时间', - private String storeCodeName;// '[门店编号]门店名称', - private String saleType; // '销售类型:零售、批发', - private String saleCode; // '销售订单号', - private String productCode; //'商品编码', - private String productName; // '商品名称', - private String saleNumber; //'数量', - private String salePrice; // '单价', - private double saleAmount; // '小计', - private double countAmount; // '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductDto.java deleted file mode 100644 index 96f004f9..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductDto.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaystoreproduct; - -import com.yxt.common.core.dto.Dto; - -/** - * @author wangpengfei - * @date 2023/4/23 15:51 - */ -public class ReportSalesDayStoreProductDto implements Dto { - private String id;//'ID,唯一编号', - private String createTime; // '记录创建时间', - private String remarks;// '备注说明', - private String orderDate;// '单据日期', - private String serialNumber; // '编号', - private String productNumber; // '商品数量', - private String reportTime; // '上报时间', - private String storeCodeName;// '[门店编号]门店名称', - private String saleType; // '销售类型:零售、批发', - private String saleCode; // '销售订单号', - private String productCode; //'商品编码', - private String productName; // '商品名称', - private String saleNumber; //'数量', - private String salePrice; // '单价', - private String saleAmount; // '小计', - private String countAmount; // '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductQuery.java deleted file mode 100644 index 4846597c..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaystoreproduct; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 13:57 - */ -@Data -public class ReportSalesDayStoreProductQuery implements Query { - private String date; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductVo.java deleted file mode 100644 index c79b7081..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaystoreproduct/ReportSalesDayStoreProductVo.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaystoreproduct; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 13:57 - */ -@Data -public class ReportSalesDayStoreProductVo implements Vo { - private String id;//'ID,唯一编号', - //private String createTime; // '记录创建时间', - //private String remarks;// '备注说明', - private String orderDate;// '单据日期', - private String serialNumber; // '编号', - private String productNumber; // '商品数量', - private String reportTime; // '上报时间', - private String storeCodeName;// '[门店编号]门店名称', - private String saleType; // '销售类型:零售、批发', - private String saleCode; // '销售订单号', - private String productCode; //'商品编码', - private String productName; // '商品名称', - private String saleNumber; //'数量', - private String salePrice; // '单价', - private String saleAmount; // '小计', - private String countAmount; // '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStore.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStore.java deleted file mode 100644 index 7f0f40ba..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStore.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaytobaccostore; - -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/21 14:11 - */ -@Data -public class ReportSalesDayTobaccoStore extends EntityWithId { - //private String id ;// 'ID,唯一编号', - private Date createTime ;// '记录创建时间', - private String remarks ;// '备注说明', - private String orderDate ;// '单据日期', - private String serialNumber ;// '编号', - private String storeNumber;// '渠道数量', - private String reportTime ;// '上报时间', - private String sort; // '序号', - private String storeCodeName ;// '[门店编号]门店名称', - private double saleAmount ;// '销售金额', - private double countAmount ;// '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreDto.java deleted file mode 100644 index 0445e9af..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreDto.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaytobaccostore; - -import com.yxt.common.core.dto.Dto; - -/** - * @author wangpengfei - * @date 2023/4/23 15:52 - */ -public class ReportSalesDayTobaccoStoreDto implements Dto { - private String id ;// 'ID,唯一编号', - //private String createTime ;// '记录创建时间', - //private String remarks ;// '备注说明', - private String orderDate ;// '单据日期', - private String serialNumber ;// '编号', - private String storeNumber;// '渠道数量', - private String reportTime ;// '上报时间', - private String sort; // '序号', - private String storeCodeName ;// '[门店编号]门店名称', - private String saleAmount ;// '销售金额', - private String countAmount ;// '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreQuery.java deleted file mode 100644 index 5b2cc04d..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaytobaccostore; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 14:12 - */ -@Data -public class ReportSalesDayTobaccoStoreQuery implements Query { - private String date; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreVo.java deleted file mode 100644 index 8c41c7a8..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostore/ReportSalesDayTobaccoStoreVo.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaytobaccostore; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 14:12 - */ -@Data -public class ReportSalesDayTobaccoStoreVo implements Vo { - private String id ;// 'ID,唯一编号', - //private String createTime ;// '记录创建时间', - //private String remarks ;// '备注说明', - private String orderDate ;// '单据日期', - private String serialNumber ;// '编号', - private String storeNumber;// '渠道数量', - private String reportTime ;// '上报时间', - private String sort; // '序号', - private String storeCodeName ;// '[门店编号]门店名称', - private String saleAmount ;// '销售金额', - private String countAmount ;// '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProduct.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProduct.java deleted file mode 100644 index 8692c76c..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProduct.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaytobaccostoreproduct; - -import com.yxt.common.core.domain.BaseEntity; -import com.yxt.common.core.domain.EntityWithId; -import lombok.Data; - -import java.util.Date; - -/** - * @author wangpengfei - * @date 2023/4/21 14:20 - */ -@Data -public class ReportSalesDayTobaccoStoreProduct extends EntityWithId { - //private String id;//'ID,唯一编号', - private Date createTime; // '记录创建时间', - private String remarks;// '备注说明', - private String orderDate;// '单据日期', - private String serialNumber; // '编号', - private String productNumber; // '商品数量', - private String reportTime; // '上报时间', - private String storeCodeName;// '[门店编号]门店名称', - private String saleType; // '销售类型:零售、批发', - private String saleCode; // '销售订单号', - private String productCode; //'商品编码', - private String productName; // '商品名称', - private String saleNumber; //'数量', - private String salePrice; // '单价', - private double saleAmount; // '小计', - private double countAmount; // '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductDto.java deleted file mode 100644 index 4f2586cb..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductDto.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaytobaccostoreproduct; - -import com.yxt.common.core.dto.Dto; - -/** - * @author wangpengfei - * @date 2023/4/23 15:53 - */ -public class ReportSalesDayTobaccoStoreProductDto implements Dto { - private String id;//'ID,唯一编号', - private String createTime; // '记录创建时间', - private String remarks;// '备注说明', - private String orderDate;// '单据日期', - private String serialNumber; // '编号', - private String productNumber; // '商品数量', - private String reportTime; // '上报时间', - private String storeCodeName;// '[门店编号]门店名称', - private String saleType; // '销售类型:零售、批发', - private String saleCode; // '销售订单号', - private String productCode; //'商品编码', - private String productName; // '商品名称', - private String saleNumber; //'数量', - private String salePrice; // '单价', - private String saleAmount; // '小计', - private String countAmount; // '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductQuery.java deleted file mode 100644 index 792ec714..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaytobaccostoreproduct; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 14:21 - */ -@Data -public class ReportSalesDayTobaccoStoreProductQuery implements Query { - private String date; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductVo.java deleted file mode 100644 index b8564c97..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/reportsalesdaytobaccostoreproduct/ReportSalesDayTobaccoStoreProductVo.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.yxt.supervise.report.api.reportsalesdaytobaccostoreproduct; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/21 14:21 - */ -@Data -public class ReportSalesDayTobaccoStoreProductVo implements Vo { - private String id;//'ID,唯一编号', - //private String createTime; // '记录创建时间', - //private String remarks;// '备注说明', - private String orderDate;// '单据日期', - private String serialNumber; // '编号', - private String productNumber; // '商品数量', - private String reportTime; // '上报时间', - private String storeCodeName;// '[门店编号]门店名称', - private String saleType; // '销售类型:零售、批发', - private String saleCode; // '销售订单号', - private String productCode; //'商品编码', - private String productName; // '商品名称', - private String saleNumber; //'数量', - private String salePrice; // '单价', - private String saleAmount; // '小计', - private String countAmount; // '总计销售金额', -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLog.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLog.java deleted file mode 100644 index 093ee761..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLog.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageslog; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@ApiModel(value = "消息推送日志", description = "消息推送日志") -@TableName("risk_messages_log") -@Data -public class RiskMessagesLog extends EntityWithId { - private String sid; - private String messageTime; - private String pagepath; - private String content; - private String projectSid; - private String orderDate; - private String riskSid; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogDto.java deleted file mode 100644 index 93c4dfef..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogDto.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageslog; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@Data -public class RiskMessagesLogDto implements Dto { - private String id; - private String sid; - private String messageTime; - private String pagepath; - //private Map content; - private Map content; - private List messageOpenids; - private String openid;//小程序openid - private String projectSid; - private String orderDate; - private String riskSid; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogQuery.java deleted file mode 100644 index f1df7690..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogQuery.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageslog; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:07 - */ -@Data -public class RiskMessagesLogQuery implements Query { - private String userSid; - private String state;//0未读 1 已读 2全部 -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogVo.java deleted file mode 100644 index 360d92f1..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/RiskMessagesLogVo.java +++ /dev/null @@ -1,93 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageslog; - -import cn.hutool.core.util.StrUtil; -import com.yxt.common.core.vo.Vo; -import com.yxt.supervise.report.api.imgmessageslog.Linkers; -import lombok.Data; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:57 - */ -@Data -public class RiskMessagesLogVo implements Vo { - private String id; - private String sid; - private String messageTime; - private String pagepath; - private String content; - //消息状态 - private String oState; - private Map map; - private String riskSid; - private String shName; - private List devices; - private String text; - List linkers; - private String shSid; - private Integer count; - private List message; - private String type; - private TemplateMessageVo templateMessageVo; - //{time4=2023-09-14 17:17:35, thing8=中通樊家屯仓, thing2=东北角的摄像头,111,22,33} - //{thing3=中通樊家屯仓, thing2=东北角的摄像头,111,22,33, time5=2023-09-14 17:18:00} - public TemplateMessageVo getTemplateMessageVo() { - TemplateMessageVo vo=new TemplateMessageVo(); - if(StrUtil.isNotEmpty(type)){ - if(type.equals("设备离线")){ - vo.setTime(map.get("time4")); - vo.setShName(map.get("thing8")); - }else if(type.equals("设备离线解除")){ - vo.setTime(map.get("time5")); - vo.setShName(map.get("thing3")); - }else if(type.equals("系统异常")){ - vo.setTime(map.get("time4")); - vo.setShName("环境监控未向平台推送数据"); - }else if(type.equals("系统异常解除")){ - vo.setTime(map.get("time5")); - vo.setShName("环境监控已正常推送数据"); - } - } - this.templateMessageVo=vo; - return templateMessageVo; - } - - public List getMessage() { - List l=new ArrayList<>(); - String[] keyValuePairs = content.split("[{;,}]"); - for (String pair : keyValuePairs) { - // 按照等号拆分键和值 - String[] keyValue = pair.split("="); - if (keyValue.length == 2) { - String key = keyValue[0].trim(); - String value = keyValue[1].trim(); - l.add(value); - } - } - this.message=l; - return message; - } - - public Map getMap() { - Map strMap = new HashMap<>(); - - String[] keyValuePairs = content.split("[{;,}]"); - - for (String pair : keyValuePairs) { - // 按照等号拆分键和值 - String[] keyValue = pair.split("="); - if (keyValue.length == 2) { - String key = keyValue[0].trim(); - String value = keyValue[1].trim(); - strMap.put(key, value); - } - } - this.map = strMap; - return map; - } -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/TemplateMessageVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/TemplateMessageVo.java deleted file mode 100644 index 658e9264..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageslog/TemplateMessageVo.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageslog; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/15 8:54 - */ -@Data -public class TemplateMessageVo { - private String shName; - private String time; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUser.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUser.java deleted file mode 100644 index bfdbe7a4..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUser.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageuser; - -import com.baomidou.mybatisplus.annotation.TableName; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:34 - */ -@ApiModel(value = "消息用户微信openid关联", description = "消息用户微信openid关联") -@TableName("risk_message_user") -@Data -public class RiskMessageUser { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserDto.java deleted file mode 100644 index 842d1bfd..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserDto.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageuser; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:34 - */ -@Data -public class RiskMessageUserDto implements Dto { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserQuery.java deleted file mode 100644 index 0ce0f015..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserQuery.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageuser; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:35 - */ -@Data -public class RiskMessageUserQuery implements Query { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserVo.java deleted file mode 100644 index d2a61435..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/riskmessageuser/RiskMessageUserVo.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.riskmessageuser; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:35 - */ -@Data -public class RiskMessageUserVo implements Vo { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLog.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLog.java deleted file mode 100644 index 18877586..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLog.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.supervise.report.api.systemriskmessageslog; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.EntityWithId; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@ApiModel(value = "系统异常消息推送日志", description = "系统异常消息推送日志") -@TableName("system_risk_messages_log") -@Data -public class SystemRiskMessagesLog extends EntityWithId { - private String sid; - private String messageTime; - private String pagepath; - private String content; - private String projectSid; - private String orderDate; - private String riskSid; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogDto.java deleted file mode 100644 index 3021bff6..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogDto.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.report.api.systemriskmessageslog; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:56 - */ -@Data -public class SystemRiskMessagesLogDto implements Dto { - private String id; - private String sid; - private String messageTime; - private String pagepath; - //private Map content; - private Map content; - private List messageOpenids; - private String openid;//小程序openid - private String projectSid; - private String orderDate; - private String riskSid; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogQuery.java deleted file mode 100644 index 979617b4..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogQuery.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.report.api.systemriskmessageslog; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:07 - */ -@Data -public class SystemRiskMessagesLogQuery implements Query { - private String userSid; - private String state;//0未读 1 已读 2全部 -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogVo.java deleted file mode 100644 index 482048b2..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageslog/SystemRiskMessagesLogVo.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.yxt.supervise.report.api.systemriskmessageslog; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/7/27 9:57 - */ -@Data -public class SystemRiskMessagesLogVo implements Vo { - private String id; - private String sid; - private String messageTime; - private String pagepath; - private String content; - //消息状态 - private String oState; - private Map map; - private String riskSid; - private String shName; - private List devices; - private String text; - - - public Map getMap() { - Map strMap = new HashMap<>(); - - String[] keyValuePairs = content.split("[{;,}]"); - - for (String pair : keyValuePairs) { - // 按照等号拆分键和值 - String[] keyValue = pair.split("="); - if (keyValue.length == 2) { - String key = keyValue[0].trim(); - String value = keyValue[1].trim(); - strMap.put(key, value); - } - } - this.map = strMap; - return map; - } -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUser.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUser.java deleted file mode 100644 index e5193d2d..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUser.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.report.api.systemriskmessageuser; - -import com.baomidou.mybatisplus.annotation.TableName; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:34 - */ -@ApiModel(value = "消息用户微信openid关联", description = "消息用户微信openid关联") -@TableName("system_risk_message_user") -@Data -public class SystemRiskMessageUser { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserDto.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserDto.java deleted file mode 100644 index ca3e06e7..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserDto.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.systemriskmessageuser; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:34 - */ -@Data -public class SystemRiskMessageUserDto implements Dto { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserQuery.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserQuery.java deleted file mode 100644 index b7caebea..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserQuery.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.systemriskmessageuser; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:35 - */ -@Data -public class SystemRiskMessageUserQuery implements Query { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserVo.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserVo.java deleted file mode 100644 index 87ec54ed..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/systemriskmessageuser/SystemRiskMessageUserVo.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.yxt.supervise.report.api.systemriskmessageuser; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/7/27 10:35 - */ -@Data -public class SystemRiskMessageUserVo implements Vo { - private String id; - private String sid; - private String messageSid; - private String openId; - private String state; -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/Miniprogram.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/Miniprogram.java deleted file mode 100644 index d1262a63..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/Miniprogram.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.yxt.supervise.report.api.wechat; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 13:55 - */ -@Data -public class Miniprogram { - private String appid; - private String pagepath; - -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/Template.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/Template.java deleted file mode 100644 index 31f8f8d2..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/Template.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.supervise.report.api.wechat; - -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author wangpengfei - * @date 2023/4/3 14:33 - */ -@Data -public class Template { - private String value; - private String color; - public Template(String value) { - this.value = value; - this.color = "#173177"; - } - public Template(String value, String color) { - this.value = value; - this.color = color; - } -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/TemplateData.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/TemplateData.java deleted file mode 100644 index 2ce206a0..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/TemplateData.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.yxt.supervise.report.api.wechat; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/3 13:46 - */ -@Data -public class TemplateData { - private String value; - private String color; - - public String getValue() { - return value; - } - public void setValue(String value) { - this.value = value; - } - public String getColor() { - return color; - } - public void setColor(String color) { - this.color = color; - } -} diff --git a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/WeChatTemplateMsg.java b/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/WeChatTemplateMsg.java deleted file mode 100644 index 6c06a40d..00000000 --- a/yxt_supervise/supervise-report/supervise-report-api/src/main/java/com/yxt/supervise/report/api/wechat/WeChatTemplateMsg.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.yxt.supervise.report.api.wechat; - -import lombok.Data; - -import java.util.HashMap; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/4/3 13:08 - */ -@Data -public class WeChatTemplateMsg { - private String template_id; - private String touser; - private String url; - - private String client_msg_id; - - Map miniprogram = new HashMap<>(); - - //private Miniprogram miniprogram; - private String topcolor; - private Map data; - - public String getTemplate_id() { - return template_id; - } - public void setTemplate_id(String template_id) { - this.template_id = template_id; - } - public String getTouser() { - return touser; - } - public void setTouser(String touser) { - this.touser = touser; - } - public String getUrl() { - return url; - } - public void setUrl(String url) { - this.url = url; - } - public String getTopcolor() { - return topcolor; - } - public void setTopcolor(String topcolor) { - this.topcolor = topcolor; - } - public Map getData() { - return data; - } - public void setData(Map data) { - this.data = data; - } - -} diff --git a/yxt_supervise/supervise-rms/pom.xml b/yxt_supervise/supervise-rms/pom.xml index 8a8832cb..1fdfe53e 100644 --- a/yxt_supervise/supervise-rms/pom.xml +++ b/yxt_supervise/supervise-rms/pom.xml @@ -5,7 +5,6 @@ 4.0.0 supervise-rms - supervise-rms-api supervise-rms-biz com.yxt.supervise diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/pom.xml b/yxt_supervise/supervise-rms/supervise-rms-api/pom.xml deleted file mode 100644 index fd8a1464..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/pom.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - com.yxt - yxt-parent - 0.0.1 - - - 4.0.0 - - supervise-rms-api - com.yxt.supervise - 0.0.1-SNAPSHOT - - - - - - com.yxt - yxt-common-core - 0.0.1 - - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - - org.projectlombok - lombok - 1.18.24 - true - - - com.baomidou - mybatis-plus-boot-starter - - - com.baomidou - mybatis-plus-annotation - - - - - - nexus-releases - http://172.18.0.3:8081/repository/yxt-mvn-releases/ - - - nexus-snapshots - http://172.18.0.3:8081/repository/yxt-mvn-snapshot/ - - - - - \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformation.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformation.java deleted file mode 100644 index 5895b646..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformation.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.supervise.rms.api.Feign.projectinformation; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/25 9:27 - */ -@Data -@ApiModel(value = "项目信息", description = "项目信息") -@TableName("project_information") -public class ProjectInformation extends BaseEntity { - private String entryName; - private String engaDate; - private String creditLimit; - private String signingDate; - private String endDate; - private String regulatoryLeader; - private String generalManager; - private String fillInDate; - private String bankSid; - private String managerSid; - private String enterpriseSid; - private String industrySid; - private String typeSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationDto.java deleted file mode 100644 index 1961f5a4..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationDto.java +++ /dev/null @@ -1,44 +0,0 @@ -package com.supervise.rms.api.Feign.projectinformation; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/25 9:28 - */ -@ApiModel(value = "项目信息 数据传输对象", description = "项目信息 数据传输对象") -@Data -public class ProjectInformationDto implements Dto { - private String id; - private String sid; - //项目名称 - private String entryName; - //接洽日期 - private String engaDate; - //授信额度 - private String creditLimit; - //签约日期 - private String signingDate; - //结束日期 - private String endDate; - //监管负责人 - private String regulatoryLeader; - //事业部总经理 - private String generalManager; - //填表日期 - private String fillInDate; - //银行sid - private String bankSid; - //银行负责人sid - private String managerSid; - //企业sid - private String enterpriseSid; - //行业sid - private String industrySid; - //项目类型sid - private String typeSid; - //项目说明 - private String remarks; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationFeign.java deleted file mode 100644 index 687dca07..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationFeign.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.Feign.projectinformation; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestBody; - -/** - * @author feikefei - * @create 2023-06-19-17:25 - */ -@Api("项目管理信息") -@FeignClient(path = "v1/projectinformation", value = "supervise-crm") -public interface ProjectInformationFeign { - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - ResultBean> listPage(@RequestBody PagerQuery pq); -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationQuery.java deleted file mode 100644 index 7ad8e30e..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationQuery.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.supervise.rms.api.Feign.projectinformation; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/25 9:29 - */ -@ApiModel(value = "项目信息 查询条件", description = "项目信息 查询条件") -@Data -public class ProjectInformationQuery implements Query { - private String id; - private String sid; - private String entryName; - private String engaDate; - private String creditLimit; - private String signingDate; - private String endDate; - private String regulatoryLeader; - private String generalManager; - private String fillInDate; - private String bankSid; - private String bManagerSid; - private String enterpriseSid; - private String industrySid; - private String typeSid; - private String remarks; - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationVo.java deleted file mode 100644 index 6fe45870..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/Feign/projectinformation/ProjectInformationVo.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.supervise.rms.api.Feign.projectinformation; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/4/25 9:29 - */ -@ApiModel(value = "项目信息 视图数据对象", description = "项目信息 视图数据对象") -@Data -public class ProjectInformationVo implements Vo { - private String id ; - private String sid; - //项目名称 - private String entryName; - //所属行业 - private String industryName; - //项目类型 - private String typeName; - //授信额度 - private String creditLimit; - //贷款行 - private String bankName; - //客户经理 - private String bManagerName; - //签约日期 - private String signingDate; - //结束日期 - private String endDate; - //企业名称 - private String enterpriseName; - //联系人 - private String eContacts; - //监管负责人 - private String regulatoryLeader; - - private String generalManager; - private String fillInDate; - private String bankSid; - private String managerSid; - private String enterpriseSid; - private String industrySid; - private String typeSid; - private String remarks; - private String engaDate; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskData.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskData.java deleted file mode 100644 index d5bfa0a3..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskData.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.supervise.rms.api.businessriskdata; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-06-14:46 - */ -@Data -@ApiModel(value = "任务执行数据表", description = "任务执行数据表") -@TableName("business_risk_data") -public class BusinessRiskData extends BaseEntity { - //列入经营异常名录原因 - private String addReason; - //列入日期 - private String addDate; - //移出经营异常名录原因(保留字段) - private String romoveReason; - //移出日期(保留字段) - private String removeDate; - //作出决定机关 - private String decisionOffice; - //移出决定机关(保留字段) - private String removeDecisionOffice; - //企业时间Sid - private String buSid; - private String businessName; - private String executionTime; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataDto.java deleted file mode 100644 index af57dc49..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataDto.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.supervise.rms.api.businessriskdata; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-06-14:53 - */ -@Data -public class BusinessRiskDataDto implements Dto { - private Integer id; - private String sid; - - //列入经营异常名录原因 - private String addReason; - //列入日期 - private String addDate; - //移出经营异常名录原因(保留字段) - private String romoveReason; - //移出日期(保留字段) - private String removeDate; - //作出决定机关 - private String decisionOffice; - //移出决定机关(保留字段) - private String removeDecisionOffice; - //企业时间Sid - private String buSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataQuery.java deleted file mode 100644 index 21f4b8ca..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataQuery.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.supervise.rms.api.businessriskdata; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-06-16:22 - */ -@Data -public class BusinessRiskDataQuery implements Query { - private Integer id; - private String sid; - - //列入经营异常名录原因 - private String addReason; - //列入日期 - private String addDate; - //移出经营异常名录原因(保留字段) - private String romoveReason; - //移出日期(保留字段) - private String removeDate; - //作出决定机关 - private String decisionOffice; - //移出决定机关(保留字段) - private String removeDecisionOffice; - //企业时间Sid - private String buSid; - //企业名称 - private String businessName; - private String executionTime; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataVo.java deleted file mode 100644 index 5140c8e6..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdata/BusinessRiskDataVo.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.supervise.rms.api.businessriskdata; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-06-16:22 - */ -@Data -public class BusinessRiskDataVo implements Vo { - private Integer id; - private String sid; - - //列入经营异常名录原因 - private String addReason; - //列入日期 - private String addDate; - //移出经营异常名录原因(保留字段) - private String romoveReason; - //移出日期(保留字段) - private String removeDate; - //作出决定机关 - private String decisionOffice; - //移出决定机关(保留字段) - private String removeDecisionOffice; - //企业时间Sid - private String buSid; - private String businessName; - private String executionTime; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdate/BusinessRiskDate.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdate/BusinessRiskDate.java deleted file mode 100644 index 164c41f9..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdate/BusinessRiskDate.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.supervise.rms.api.businessriskdate; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - - -/** - * @author feikefei - * @create 2023-06-06-14:48 - */ -@Data -@ApiModel(value = "任务执行时间表", description = "任务执行时间表") -@TableName("business_risk_date") -public class BusinessRiskDate extends BaseEntity { - private String executionTime; - private String businessName; - private String OrderNumber; - private String verifyResult; - - private String addDate; - private String addReason; - private String buSid; - private String decisionOffice; - private String removeDate; - private String romoveReason; - private String removeDecisionOffice; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdate/BusinessRiskDateDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdate/BusinessRiskDateDto.java deleted file mode 100644 index 5ed5d658..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/businessriskdate/BusinessRiskDateDto.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.supervise.rms.api.businessriskdate; - -import com.supervise.rms.api.businessriskdata.BusinessRiskDataDto; -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -import java.util.List; -import java.util.Map; - -/** - * @author feikefei - * @create 2023-06-06-14:50 - */ -@Data -public class BusinessRiskDateDto implements Dto { - private Integer id; - private String sid; - private String executionTime; - private String businessName; - private String OrderNumber; - private String verifyResult; - private Map Result; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrder.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrder.java deleted file mode 100644 index d656141b..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrder.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.supervise.rms.api.customerorder; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -@ApiModel(value = "风险表", description = "风险表") -@TableName("risk") -public class CustomerOrder extends BaseEntity { - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderDto.java deleted file mode 100644 index feb48d96..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderDto.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.customerorder; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class CustomerOrderDto implements Dto { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderFeign.java deleted file mode 100644 index 8bf1a48c..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderFeign.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.customerorder; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -@Api(tags = "风险表") -@FeignClient( - contextId = "yxt-supervise-CustomerOrder", - name = "yxt-supervise", - path = "v1/risk", - fallback = CustomerOrderFeignFallback.class) -public interface CustomerOrderFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderFeignFallback.java deleted file mode 100644 index 75f1b3bf..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderFeignFallback.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.supervise.rms.api.customerorder; - -import org.springframework.stereotype.Component; - -@Component -public class CustomerOrderFeignFallback implements CustomerOrderFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderVo.java deleted file mode 100644 index a95f2d6f..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerorder/CustomerOrderVo.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.customerorder; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class CustomerOrderVo implements Vo { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoods.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoods.java deleted file mode 100644 index 115a81fd..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoods.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.supervise.rms.api.customerordergoods; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -@ApiModel(value = "风险表", description = "风险表") -@TableName("risk") -public class CustomerOrderGoods extends BaseEntity { - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsDto.java deleted file mode 100644 index 092b53b6..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsDto.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.customerordergoods; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class CustomerOrderGoodsDto implements Dto { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsFeign.java deleted file mode 100644 index 369a9ce3..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsFeign.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.customerordergoods; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -@Api(tags = "风险表") -@FeignClient( - contextId = "yxt-supervise-CustomerOrderGoods", - name = "yxt-supervise", - path = "v1/risk", - fallback = CustomerOrderGoodsFeignFallback.class) -public interface CustomerOrderGoodsFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsFeignFallback.java deleted file mode 100644 index ca642b84..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsFeignFallback.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.supervise.rms.api.customerordergoods; - -import org.springframework.stereotype.Component; - -@Component -public class CustomerOrderGoodsFeignFallback implements CustomerOrderGoodsFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsVo.java deleted file mode 100644 index 727e74a0..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/customerordergoods/CustomerOrderGoodsVo.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.customerordergoods; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class CustomerOrderGoodsVo implements Vo { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReport.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReport.java deleted file mode 100644 index 742cbdf2..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReport.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.supervise.rms.api.datareport; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -@ApiModel(value = "风险表", description = "风险表") -@TableName("risk") -public class DataReport extends BaseEntity { - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportDto.java deleted file mode 100644 index aa1cc24a..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportDto.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.datareport; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class DataReportDto implements Dto { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportFeign.java deleted file mode 100644 index 8b07b738..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportFeign.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.datareport; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -@Api(tags = "风险表") -@FeignClient( - contextId = "yxt-supervise-CustomerOrder", - name = "yxt-supervise", - path = "v1/risk", - fallback = DataReportFeignFallback.class) -public interface DataReportFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportFeignFallback.java deleted file mode 100644 index 74274385..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportFeignFallback.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.supervise.rms.api.datareport; - -import org.springframework.stereotype.Component; - -@Component -public class DataReportFeignFallback implements DataReportFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportVo.java deleted file mode 100644 index ffe4e0ed..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/datareport/DataReportVo.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.datareport; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class DataReportVo implements Vo { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/enterpriseinformation/EnterpriseInformation.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/enterpriseinformation/EnterpriseInformation.java deleted file mode 100644 index ead5925a..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/enterpriseinformation/EnterpriseInformation.java +++ /dev/null @@ -1,42 +0,0 @@ -package com.supervise.rms.api.enterpriseinformation; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-07-9:17 - */ -@Data -@ApiModel(value = "企业信息表", description = "企业信息表") -@TableName("enterprise_information") -public class EnterpriseInformation extends BaseEntity { - //企业名称 - private String enterpriseName; - //企业简称 - private String enterpriseAbbreviation; - //银行账户 - private String bankAccount; - //账号 - private String accountNumber; - //开户行 - private String openingBankName; - //法人 - private String juridicalPerson; - //营业执照号 - private String businessLicenseNumber; - //地址 - private String address; - //省 - private String province; - //市 - private String city; - //区 - private String county; - //联系人 - private String contacts; - //电话 - private String telephone; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/Loan.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/Loan.java deleted file mode 100644 index 997c878e..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/Loan.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.supervise.rms.api.loan; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; -import java.util.Date; - -@Data -@ApiModel(value = "贷款表", description = "贷款表") -@TableName("loan") -public class Loan extends BaseEntity { - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("贷款总额") - private BigDecimal loanTotal; - @ApiModelProperty("贷款日期") - private Date loanDate; - @ApiModelProperty("贷款支行Sid") - private String bankBranchSid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanDto.java deleted file mode 100644 index 7f6ae1b1..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanDto.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.supervise.rms.api.loan; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; -import java.util.Date; - -@Data -public class LoanDto implements Dto { - private String sid; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("贷款总额") - private BigDecimal loanTotal; - @ApiModelProperty("贷款日期") - private Date loanDate; - @ApiModelProperty("贷款支行Sid") - private String bankBranchSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanFeign.java deleted file mode 100644 index 6a20c103..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanFeign.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.loan; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -@Api(tags = "风险表") -@FeignClient( - contextId = "yxt-supervise-CustomerOrder", - name = "yxt-supervise", - path = "v1/risk", - fallback = LoanFeignFallback.class) -public interface LoanFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanFeignFallback.java deleted file mode 100644 index 3cc6d8b4..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanFeignFallback.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.supervise.rms.api.loan; - -import org.springframework.stereotype.Component; - -@Component -public class LoanFeignFallback implements LoanFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanVo.java deleted file mode 100644 index e7aa78ed..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loan/LoanVo.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.supervise.rms.api.loan; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; -import java.util.Date; - -@Data -public class LoanVo implements Vo { - private String sid; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("贷款总额") - private BigDecimal loanTotal; - @ApiModelProperty("贷款日期") - private Date loanDate; - @ApiModelProperty("贷款支行Sid") - private String bankBranchSid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplier.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplier.java deleted file mode 100644 index 3a514220..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplier.java +++ /dev/null @@ -1,33 +0,0 @@ -package com.supervise.rms.api.loansupplier; - -import cn.hutool.core.date.DateTime; -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; -import java.util.Date; - -@Data -@ApiModel(value = "贷款供应商对应表", description = "贷款供应商对应表") -@TableName("loan_supplier") -public class LoanSupplier extends BaseEntity { - @ApiModelProperty("贷款Sid") - private String loanSid; - @ApiModelProperty("供应商Sid") - private String supplierSid; - @ApiModelProperty("贷款金额") - private BigDecimal loanAmount; - @ApiModelProperty("订单总额") - private BigDecimal orderTotal; - @ApiModelProperty("贷款支行Sid") - private String bankBranchSid; - @ApiModelProperty("放款人Sid") - private String operatorSid; - @ApiModelProperty("贷款时间") - private DateTime loanTime; - @ApiModelProperty("贷款状态0.未放款1.已放款") - private Integer loanState; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierDto.java deleted file mode 100644 index 1e936e83..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierDto.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.supervise.rms.api.loansupplier; - -import cn.hutool.core.date.DateTime; -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; - -@Data -public class LoanSupplierDto implements Dto { - private String sid; - @ApiModelProperty("贷款Sid") - private String loanSid; - @ApiModelProperty("供应商Sid") - private String supplierSid; - @ApiModelProperty("贷款金额") - private BigDecimal loanAmount; - @ApiModelProperty("订单总额") - private BigDecimal orderTotal; - @ApiModelProperty("贷款支行Sid") - private String bankBranchSid; - @ApiModelProperty("放款人Sid") - private String operatorSid; - @ApiModelProperty("贷款时间") - private DateTime loanTime; - @ApiModelProperty("贷款状态0.未放款1.已放款") - private Integer loanState; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierFeign.java deleted file mode 100644 index ed60a90d..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierFeign.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.loansupplier; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -@Api(tags = "风险表") -@FeignClient( - contextId = "yxt-supervise-CustomerOrder", - name = "yxt-supervise", - path = "v1/risk", - fallback = LoanSupplierFeignFallback.class) -public interface LoanSupplierFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierFeignFallback.java deleted file mode 100644 index 58af2a51..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierFeignFallback.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.supervise.rms.api.loansupplier; - -import org.springframework.stereotype.Component; - -@Component -public class LoanSupplierFeignFallback implements LoanSupplierFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierVo.java deleted file mode 100644 index 81bf9fe1..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplier/LoanSupplierVo.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.supervise.rms.api.loansupplier; - -import cn.hutool.core.date.DateTime; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; - -@Data -public class LoanSupplierVo implements Vo { - private String sid; - @ApiModelProperty("贷款Sid") - private String loanSid; - @ApiModelProperty("供应商Sid") - private String supplierSid; - @ApiModelProperty("贷款金额") - private BigDecimal loanAmount; - @ApiModelProperty("订单总额") - private BigDecimal orderTotal; - @ApiModelProperty("贷款支行Sid") - private String bankBranchSid; - @ApiModelProperty("放款人Sid") - private String operatorSid; - @ApiModelProperty("贷款时间") - private DateTime loanTime; - @ApiModelProperty("贷款状态0.未放款1.已放款") - private Integer loanState; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrder.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrder.java deleted file mode 100644 index 342ea142..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrder.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.loansupplierorder; - -import cn.hutool.core.date.DateTime; -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.math.BigDecimal; - -@Data -@ApiModel(value = "贷款供应商订单表", description = "贷款供应商订单表") -@TableName("loan_supplier_order") -public class LoanSupplierOrder extends BaseEntity { - @ApiModelProperty("贷款供应商Sid") - private String loanSupplierSid; - @ApiModelProperty("订单Sid") - private String orderSid; - @ApiModelProperty("订单金额") - private BigDecimal orderAmount; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderDto.java deleted file mode 100644 index 85df830f..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderDto.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.loansupplierorder; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class LoanSupplierOrderDto implements Dto { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderFeign.java deleted file mode 100644 index f8d94df4..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderFeign.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.loansupplierorder; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -@Api(tags = "风险表") -@FeignClient( - contextId = "yxt-supervise-CustomerOrder", - name = "yxt-supervise", - path = "v1/risk", - fallback = LoanSupplierOrderFeignFallback.class) -public interface LoanSupplierOrderFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderFeignFallback.java deleted file mode 100644 index a00a02f1..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderFeignFallback.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.supervise.rms.api.loansupplierorder; - -import org.springframework.stereotype.Component; - -@Component -public class LoanSupplierOrderFeignFallback implements LoanSupplierOrderFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderVo.java deleted file mode 100644 index 2b479a82..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/loansupplierorder/LoanSupplierOrderVo.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.loansupplierorder; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class LoanSupplierOrderVo implements Vo { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/pusinformation/PushInformation.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/pusinformation/PushInformation.java deleted file mode 100644 index 46520edb..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/pusinformation/PushInformation.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.supervise.rms.api.pusinformation; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-09-10:53 - */ -@Data -@ApiModel(value = "推送信息表", description = "推送信息表") -@TableName("push_information") -public class PushInformation extends BaseEntity { - //企业名称 - private String enterpriseName; - //联系人 - private String contacts; - //电话 - private String telephone; - //微信公众号唯一标识 - private String openId; - //银行账号 - private String bankAccount; - //开户行 - private String openingBankName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrand.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrand.java deleted file mode 100644 index 8dacf014..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrand.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedbrand; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrand.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrand
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌", description = "限定品牌") -@TableName("restricted_brand") -public class RestrictedBrand extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandDetailsVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandDetailsVo.java deleted file mode 100644 index 4d98d0a9..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandDetailsVo.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedbrand; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandVo.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandVo
- * Description: 限定品牌 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 视图数据详情", description = "限定品牌 视图数据详情") -public class RestrictedBrandDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandDto.java deleted file mode 100644 index 228668ed..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandDto.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedbrand; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandDto.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandDto
- * Description: 限定品牌 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 数据传输对象", description = "限定品牌 数据传输对象") -public class RestrictedBrandDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandFeign.java deleted file mode 100644 index ff65b845..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedbrand; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandFeign.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandFeign
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "限定品牌") -@FeignClient( - contextId = "yxt-supervise-RestrictedBrand", - name = "yxt-supervise", - path = "v1/restrictedbrand", - fallback = RestrictedBrandFeignFallback.class) -public interface RestrictedBrandFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody RestrictedBrandDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandFeignFallback.java deleted file mode 100644 index c5d5a18b..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedbrand; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandFeignFallback.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandFeignFallback
- * Description: 限定品牌.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class RestrictedBrandFeignFallback implements RestrictedBrandFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedbrand/listPage无法访问"); - } - - @Override - public ResultBean save(RestrictedBrandDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedbrand/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedbrand/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise/restrictedbrand/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandQuery.java deleted file mode 100644 index 1e07c8b1..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandQuery.java +++ /dev/null @@ -1,56 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedbrand; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandQuery.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandQuery
- * Description: 限定品牌 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 查询条件", description = "限定品牌 查询条件") -public class RestrictedBrandQuery implements Query { - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandVo.java deleted file mode 100644 index 45fbfdfa..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedbrand/RestrictedBrandVo.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedbrand; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedBrandVo.java
- * Class: com.yxt.supervise.portal.api.restrictedbrand.RestrictedBrandVo
- * Description: 限定品牌 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品牌 视图数据对象", description = "限定品牌 视图数据对象") -public class RestrictedBrandVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("代码") - private String code; // 代码 - @ApiModelProperty("名称") - private String name; // 名称 - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategory.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategory.java deleted file mode 100644 index e159585f..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategory.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedcategory; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategory.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategory
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类", description = "限定品类") -@TableName("restricted_category") -public class RestrictedCategory extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryDetailsVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryDetailsVo.java deleted file mode 100644 index 59c7dc61..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryDetailsVo.java +++ /dev/null @@ -1,57 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedcategory; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryVo.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryVo
- * Description: 限定品类 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 视图数据详情", description = "限定品类 视图数据详情") -public class RestrictedCategoryDetailsVo implements Vo { - - private String sid; // sid - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryDto.java deleted file mode 100644 index 1a3c6fae..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryDto.java +++ /dev/null @@ -1,57 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedcategory; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryDto.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryDto
- * Description: 限定品类 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 数据传输对象", description = "限定品类 数据传输对象") -public class RestrictedCategoryDto implements Dto { - - private String sid; // sid - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryFeign.java deleted file mode 100644 index e44c3fab..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryFeign.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedcategory; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryFeign.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryFeign
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "限定品类") -@FeignClient( - contextId = "yxt-supervise-RestrictedCategory", - name = "yxt-supervise", - path = "v1/restrictedcategory", - fallback = RestrictedCategoryFeignFallback.class) -public interface RestrictedCategoryFeign { -// -// @ApiOperation("根据条件分页查询数据的列表") -// @PostMapping("/listPage") -// @ResponseBody -// public ResultBean> listPage(@RequestBody PagerQuery pq); -// -// @ApiOperation("新增或修改") -// @PostMapping("/save") -// @ResponseBody -// public ResultBean save(@RequestBody RestrictedCategoryDto dto); -// -// @ApiOperation("根据sid删除记录") -// @DeleteMapping("/delBySids") -// @ResponseBody -// public ResultBean delBySids(@RequestBody String[] sids); -// -// @ApiOperation("根据SID获取一条记录") -// @GetMapping("/fetchDetailsBySid/{sid}") -// @ResponseBody -// public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryFeignFallback.java deleted file mode 100644 index 0cdbdb58..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryFeignFallback.java +++ /dev/null @@ -1,70 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedcategory; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryFeignFallback.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryFeignFallback
- * Description: 限定品类.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Component -public class RestrictedCategoryFeignFallback implements RestrictedCategoryFeign { -// -// @Override -// public ResultBean> listPage(PagerQuery pq){ -// ResultBean rb = ResultBean.fireFail(); -// return rb.setMsg("接口yxt-supervise/restrictedcategory/listPage无法访问"); -// } -// -// @Override -// public ResultBean save(RestrictedCategoryDto dto){ -// return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedcategory/save无法访问"); -// } -// -// @Override -// public ResultBean delBySids( String[] sids){ -// return ResultBean.fireFail().setMsg("接口yxt-supervise/restrictedcategory/delBySids无法访问"); -// } -// -// @Override -// public ResultBean fetchDetailsBySid(String sid){ -// ResultBean rb = ResultBean.fireFail(); -// return rb.setMsg("接口yxt-supervise/restrictedcategory/fetchDetailsBySid无法访问"); -// } -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryQuery.java deleted file mode 100644 index 696c2230..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryQuery.java +++ /dev/null @@ -1,56 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedcategory; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryQuery.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryQuery
- * Description: 限定品类 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 查询条件", description = "限定品类 查询条件") -public class RestrictedCategoryQuery implements Query { - - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryVo.java deleted file mode 100644 index 154028d0..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/restrictedcategory/RestrictedCategoryVo.java +++ /dev/null @@ -1,57 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.supervise.rms.api.restrictedcategory; - - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise(宇信通监管)
- * File: RestrictedCategoryVo.java
- * Class: com.yxt.supervise.portal.api.restrictedcategory.RestrictedCategoryVo
- * Description: 限定品类 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-22 21:47:10
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "限定品类 视图数据对象", description = "限定品类 视图数据对象") -public class RestrictedCategoryVo implements Vo { - - private String sid; // sid - @ApiModelProperty("监管品类") - private String categorys; // 监管品类 - @ApiModelProperty("监管品类Key") - private String categoryKey; // 监管品类Key - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/Risk.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/Risk.java deleted file mode 100644 index 178909a8..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/Risk.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.supervise.rms.api.risk; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -@ApiModel(value = "风险表", description = "风险表") -@TableName("risk") -public class Risk extends BaseEntity { - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskDto.java deleted file mode 100644 index 78db14c0..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskDto.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.risk; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class RiskDto implements Dto { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskFeign.java deleted file mode 100644 index 07197881..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskFeign.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.supervise.rms.api.risk; - -import com.supervise.rms.api.riskdegree.RiskDegreeDto; -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.PostMapping; - -@Api(tags = "风险表") -@FeignClient( - contextId = "yxt-supervise-CustomerOrder", - name = "yxt-supervise", - path = "v1/risk", - fallback = RiskFeignFallback.class) -public interface RiskFeign { - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskFeignFallback.java deleted file mode 100644 index 5dc39786..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskFeignFallback.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.supervise.rms.api.risk; - -import org.springframework.stereotype.Component; - -@Component -public class RiskFeignFallback implements RiskFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskVo.java deleted file mode 100644 index 405c4295..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risk/RiskVo.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.risk; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class RiskVo implements Vo { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/Device.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/Device.java deleted file mode 100644 index 2b8ffbbf..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/Device.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.supervise.rms.api.riskalarm; - -import lombok.Data; - -/** - * @author wangpengfei - * @date 2023/9/3 17:06 - */ -@Data -public class Device { - - private String name; - private String serialNumber; - private String status; - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/DeviceImages.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/DeviceImages.java deleted file mode 100644 index 8160593f..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/DeviceImages.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.supervise.rms.api.riskalarm; - -import lombok.Data; - -import java.util.HashMap; -import java.util.Map; - -/** - * @author wangpengfei - * @date 2023/9/3 15:27 - */ -@Data -public class DeviceImages { - private String endImage; - private String endTime; - private String name; - private String similarity; - private String startImage; - private String startTime; -// String yuming="https://supervise.yxtsoft.com/downfile/monitor/"; -// public String getEndImage() { -// String end=yuming+endImage; -// this.endImage = end; -// return endImage; -// } -// public String getStartImage() { -// String start=yuming+startImage; -// this.startImage = start; -// return startImage; -// } -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarm.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarm.java deleted file mode 100644 index 2e8e0c08..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarm.java +++ /dev/null @@ -1,74 +0,0 @@ -package com.supervise.rms.api.riskalarm; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; -import java.util.UUID; - -/** - * @author feikefei - * @create 2023-06-19-11:28 - */ -@Data -@ApiModel(value = "风险报警表") -@TableName("risk_alarm") -public class RiskAlarm { - @ApiModelProperty("ID,唯一编号") - private Integer id ; - @ApiModelProperty("字符型编号") - private String sid = UUID.randomUUID().toString(); - @ApiModelProperty("记录创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date createTime = new Date(); - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("客户名称") - private String customerName; - @ApiModelProperty("风险处于位置1.主体2.供应商3.仓库4.门店") - private Integer positionCode; - @ApiModelProperty("风险处于位置Sid") - private String positionSid; - @ApiModelProperty("风险处于位置名称") - private String positionName; - @ApiModelProperty("风险触发时间") - private Date triggerTime; - @ApiModelProperty("风险处理状态:0=待处理,1=处理中,2=已办结") - private Integer treatmentStatus; - @ApiModelProperty("风险处理时间") - private Date treatmentTime; - @ApiModelProperty("风险处理内容") - private String treatmentContent; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer eliminationStatus; - @ApiModelProperty("风险消除时间") - private Date eliminationTime; - @ApiModelProperty("风险消除内容") - private String eliminationContent; - @ApiModelProperty("风险指标Sid") - private String indicatorSid; - @ApiModelProperty("风险指标代码") - private String indicatorCode; - @ApiModelProperty("风险指标名称") - private String indicatorName; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; - //内容 - private String content; - private String state; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmDto.java deleted file mode 100644 index f3fd54a5..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmDto.java +++ /dev/null @@ -1,73 +0,0 @@ -package com.supervise.rms.api.riskalarm; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; -import java.util.List; - -/** - * @author feikefei - * @create 2023-06-19-11:34 - */ -@Data -public class RiskAlarmDto implements Dto { - private Integer id ; - private String sid; - - - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("客户名称") - private String customerName; - @ApiModelProperty("风险处于位置1.主体2.供应商3.仓库4.门店") - private Integer positionCode; - @ApiModelProperty("风险处于位置Sid") - private String positionSid; - @ApiModelProperty("风险处于位置名称") - private String positionName; - @ApiModelProperty("风险触发时间") - private Date triggerTime; - @ApiModelProperty("风险处理状态:0=待处理,1=处理中,2=已办结") - private Integer treatmentStatus; - @ApiModelProperty("风险处理时间") - private Date treatmentTime; - @ApiModelProperty("风险处理内容") - private String treatmentContent; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer eliminationStatus; - @ApiModelProperty("风险消除时间") - private Date eliminationTime; - @ApiModelProperty("风险消除内容") - private String eliminationContent; - @ApiModelProperty("风险指标Sid") - private String indicatorSid; - @ApiModelProperty("风险指标代码") - private String indicatorCode; - @ApiModelProperty("风险指标名称") - private String indicatorName; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; - //对比值 - private Integer oddsRatio; - private List devices; - private String errorCount; - private String name; - private String sendTime; - private List deviceImages; - private String content; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmFeign.java deleted file mode 100644 index 46281f16..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmFeign.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.supervise.rms.api.riskalarm; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -/** - * @author feikefei - * @create 2023-06-20-17:30 - */ -@Api("风险报警中心表") -@FeignClient( - contextId = "supervise-rms-riskAlarm", - name = "supervise-rms", - path = "v1/riskAlarm" -) -public interface RiskAlarmFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmQuery.java deleted file mode 100644 index 787ff938..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmQuery.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.supervise.rms.api.riskalarm; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-19-11:36 - */ -@Data -public class RiskAlarmQuery implements Query { - @ApiModelProperty("风险类别名称") - private String typeName; - @ApiModelProperty("风险指标名称") - private String indicatorName; - private Date fromTime; - private Date toTime; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmVo.java deleted file mode 100644 index 6e528434..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarm/RiskAlarmVo.java +++ /dev/null @@ -1,66 +0,0 @@ -package com.supervise.rms.api.riskalarm; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-19-11:38 - */ -@Data -public class RiskAlarmVo implements Vo { - private Integer id ; - private String sid; - private Date createTime; - - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("客户名称") - private String customerName; - @ApiModelProperty("风险处于位置1.主体2.供应商3.仓库4.门店") - private Integer positionCode; - @ApiModelProperty("风险处于位置Sid") - private String positionSid; - @ApiModelProperty("风险处于位置名称") - private String positionName; - @ApiModelProperty("风险触发时间") - private Date triggerTime; - @ApiModelProperty("风险处理状态:0=待处理,1=处理中,2=已办结") - private Integer treatmentStatus; - @ApiModelProperty("风险处理时间") - private Date treatmentTime; - @ApiModelProperty("风险处理内容") - private String treatmentContent; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer eliminationStatus; - @ApiModelProperty("风险消除时间") - private Date eliminationTime; - @ApiModelProperty("风险消除内容") - private String eliminationContent; - @ApiModelProperty("风险指标Sid") - private String indicatorSid; - @ApiModelProperty("风险指标代码") - private String indicatorCode; - @ApiModelProperty("风险指标名称") - private String indicatorName; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; - private String bigTypeName; - private int count; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatment.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatment.java deleted file mode 100644 index 86b54aa7..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatment.java +++ /dev/null @@ -1,40 +0,0 @@ -package com.supervise.rms.api.riskalarmtreatment; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-19-14:23 - */ -@Data -@ApiModel("风险警报-处理记录表") -@TableName("risk_alarm_treatment") -public class RiskAlarmTreatment { - @ApiModelProperty("ID,唯一编号") - private Integer id; - @ApiModelProperty("记录创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date createTime = new Date(); - @ApiModelProperty("备注说明") - private String remarks; - @ApiModelProperty("风险警报记录SID") - private String riskAlarmSid; - @ApiModelProperty("风险处理状态:0=待处理,1=处理中,2=已办结") - private Integer treatmentStatus; - @ApiModelProperty("风险处理时间") - private Date treatmentTime; - @ApiModelProperty("风险处理内容") - private String treatmentContent; - @ApiModelProperty("处理人Sid") - private String userSid; - @ApiModelProperty("处理人姓名") - private String userName; - @ApiModelProperty("处理人电话") - private String userPhone; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentDto.java deleted file mode 100644 index bfb58b6f..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentDto.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.supervise.rms.api.riskalarmtreatment; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-19-14:54 - */ -@Data -public class RiskAlarmTreatmentDto implements Dto { - private Integer id; - @ApiModelProperty("备注说明") - private String remarks; - @ApiModelProperty("风险警报记录SID") - private String riskAlarmSid; - @ApiModelProperty("风险处理状态:0=待处理,1=处理中,2=已办结") - private Integer treatmentStatus; - @ApiModelProperty("风险处理时间") - private Date treatmentTime; - @ApiModelProperty("风险处理内容") - private String treatmentContent; - @ApiModelProperty("处理人Sid") - private String userSid; - @ApiModelProperty("处理人姓名") - private String userName; - @ApiModelProperty("处理人电话") - private String userPhone; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentQuery.java deleted file mode 100644 index b1f385db..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.riskalarmtreatment; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-19-14:55 - */ -@Data -public class RiskAlarmTreatmentQuery implements Query { - -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentVo.java deleted file mode 100644 index 368e2d5a..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskalarmtreatment/RiskAlarmTreatmentVo.java +++ /dev/null @@ -1,42 +0,0 @@ -package com.supervise.rms.api.riskalarmtreatment; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-19-14:56 - */ -@Data -public class RiskAlarmTreatmentVo implements Vo { - @ApiModelProperty("ID,唯一编号") - private Integer id; - @ApiModelProperty("记录创建时间") - private Date createTime; - @ApiModelProperty("备注说明") - private String remarks; - @ApiModelProperty("风险警报记录SID") - private String riskAlarmSid; - @ApiModelProperty("风险处理状态:0=待处理,1=处理中,2=已办结") - private Integer treatmentStatus; - @ApiModelProperty("风险处理时间") - private Date treatmentTime; - @ApiModelProperty("风险处理内容") - private String treatmentContent; - @ApiModelProperty("处理人Sid") - private String userSid; - @ApiModelProperty("处理人姓名") - private String userName; - @ApiModelProperty("处理人电话") - private String userPhone; - - private String positionName; - private String triggerTime; - private String indicatorName; - private String levelName; - private String typeName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklist.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklist.java deleted file mode 100644 index 79123b4e..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklist.java +++ /dev/null @@ -1,33 +0,0 @@ -package com.supervise.rms.api.riskblacklist; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; -import java.util.UUID; - -/** - * @author feikefei - * @create 2023-06-19-9:43 - */ -@Data -@ApiModel(value = "风险黑名单") -@TableName("risk_blacklist") -public class RiskBlacklist { - @ApiModelProperty("ID,唯一编号") - private Integer id; - @ApiModelProperty("字符型编号") - private String sid = UUID.randomUUID().toString(); - @ApiModelProperty("记录创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date createTime = new Date(); - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("风险对象Sid") - private String objectSid; - @ApiModelProperty("风险对象类型1.供应商2.仓库3.门店") - private Integer objectType; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistDto.java deleted file mode 100644 index 6479e8bb..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistDto.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.supervise.rms.api.riskblacklist; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-19-9:46 - */ -@Data -public class RiskBlacklistDto implements Dto { - private Integer id; - private String sid; - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("风险对象Sid") - private String objectSid; - @ApiModelProperty("风险对象类型1.供应商2.仓库3.门店") - private Integer objectType; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistQuery.java deleted file mode 100644 index 7c92f36b..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistQuery.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.supervise.rms.api.riskblacklist; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-26-11:17 - */ -@Data -public class RiskBlacklistQuery implements Query { - @ApiModelProperty("风险对象类型1.供应商2.仓库3.门店") - private Integer objectType; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistVo.java deleted file mode 100644 index 64424fd9..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskblacklist/RiskBlacklistVo.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.supervise.rms.api.riskblacklist; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-26-11:18 - */ -@Data -public class RiskBlacklistVo implements Vo { - private Integer id; - private String sid; - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("风险对象Sid") - private String objectSid; - @ApiModelProperty("风险对象类型1.供应商2.仓库3.门店") - private Integer objectType; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegree.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegree.java deleted file mode 100644 index 665c04d0..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegree.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.supervise.rms.api.riskdegree; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -@ApiModel(value = "风险程度表", description = "风险程度表") -@TableName("risk_degree") -public class RiskDegree extends BaseEntity { - @ApiModelProperty("风险程度名称") - private String riskDegreeName; - @ApiModelProperty("风险程度代码") - private String riskDegreeCode; - @ApiModelProperty("推报单位") - private int pushUnit; - @ApiModelProperty("处理方式") - private String processMode; - @ApiModelProperty("排序号") - private int sortNumber; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeDto.java deleted file mode 100644 index 62b1c3c6..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeDto.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.supervise.rms.api.riskdegree; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class RiskDegreeDto implements Dto { - private String sid; - @ApiModelProperty("风险程度名称") - private String riskDegreeName; - @ApiModelProperty("风险程度代码") - private String riskDegreeCode; - @ApiModelProperty("推报单位") - private int pushUnit; - @ApiModelProperty("处理方式") - private String processMode; - @ApiModelProperty("排序号") - private int sortNumber; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeFeign.java deleted file mode 100644 index 76d90816..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeFeign.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.supervise.rms.api.riskdegree; - -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestBody; - -@Api(tags = "风险指标等级表") -@FeignClient( - contextId = "yxt-supervise-RiskDegree", - name = "yxt-supervise", - path = "v1/riskDegree", - fallback = RiskDegreeFeignFallback.class) -public interface RiskDegreeFeign { - - @ApiOperation("保存风险程度") - @PostMapping("/saveRiskDegree") - ResultBean saveRiskDegree(@RequestBody RiskDegreeDto riskDegreeDto); -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeFeignFallback.java deleted file mode 100644 index f93c3dc8..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeFeignFallback.java +++ /dev/null @@ -1,10 +0,0 @@ -package com.supervise.rms.api.riskdegree; - -import com.yxt.common.core.result.ResultBean; -import org.springframework.stereotype.Component; - -@Component -public class RiskDegreeFeignFallback implements RiskDegreeFeign { - @Override - public ResultBean saveRiskDegree(RiskDegreeDto riskDegreeDto){return null;}; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeQuery.java deleted file mode 100644 index d1813ec4..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeQuery.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.supervise.rms.api.riskdegree; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-14-14:00 - */ -@Data -public class RiskDegreeQuery implements Query { - private String sid; - @ApiModelProperty("风险程度名称") - private String riskDegreeName; - @ApiModelProperty("风险程度代码") - private String riskDegreeCode; - @ApiModelProperty("推报单位") - private int pushUnit; - @ApiModelProperty("处理方式") - private String processMode; - @ApiModelProperty("排序号") - private int sortNumber; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeVo.java deleted file mode 100644 index 4968f6da..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskdegree/RiskDegreeVo.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.supervise.rms.api.riskdegree; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class RiskDegreeVo implements Vo { - private int id; - private String sid; - @ApiModelProperty("风险程度名称") - private String riskDegreeName; - @ApiModelProperty("风险程度代码") - private String riskDegreeCode; - @ApiModelProperty("推报单位") - private int pushUnit; - @ApiModelProperty("处理方式") - private String processMode; - @ApiModelProperty("排序号") - private int sortNumber; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndex.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndex.java deleted file mode 100644 index 578b774f..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndex.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.supervise.rms.api.riskindex; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; -import java.util.UUID; - -/** - * @author feikefei - * @create 2023-06-16-10:11 - */ -@Data -@ApiModel(value = "监控指标表", description = "监控指标表") -@TableName("risk_index") -public class RiskIndex { - @ApiModelProperty("ID,唯一编号") - private Integer id; - @ApiModelProperty("字符型编号") - private String sid = UUID.randomUUID().toString(); - @ApiModelProperty("记录创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date createTime = new Date(); - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("指标说明") - private String content; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexDto.java deleted file mode 100644 index 313a13cb..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexDto.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.supervise.rms.api.riskindex; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-16-10:11 - */ -@Data -public class RiskIndexDto implements Dto { - private Integer id; - private String sid; - private Date createTime; - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("指标说明") - private String content; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexQuery.java deleted file mode 100644 index 2181b8d5..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexQuery.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.supervise.rms.api.riskindex; - -import com.yxt.common.core.dto.Dto; -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-16-10:11 - */ -@Data -public class RiskIndexQuery implements Query { - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexVo.java deleted file mode 100644 index d028e203..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindex/RiskIndexVo.java +++ /dev/null @@ -1,40 +0,0 @@ -package com.supervise.rms.api.riskindex; - -import com.yxt.common.core.dto.Dto; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-16-10:11 - */ -@Data -public class RiskIndexVo implements Vo { - private Integer id; - private String sid; - private Date createTime; - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("指标说明") - private String content; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; - private String bigTypeName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicators.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicators.java deleted file mode 100644 index 5b46044a..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicators.java +++ /dev/null @@ -1,49 +0,0 @@ -package com.supervise.rms.api.riskindicators; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; -import java.util.UUID; - -/** - * @author feikefei - * @create 2023-06-16-10:11 - */ -@Data -@ApiModel(value = "风险指标表", description = "风险指标表") -@TableName("risk_indicators") -public class RiskIndicators { - @ApiModelProperty("ID,唯一编号") - private Integer id; - @ApiModelProperty("字符型编号") - private String sid = UUID.randomUUID().toString(); - @ApiModelProperty("记录创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date createTime = new Date(); - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("报送单位:1.监管公司2.贷款支行3.总行") - private Integer reportTarget; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("指标说明") - private String content; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsDto.java deleted file mode 100644 index a49e847e..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsDto.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.supervise.rms.api.riskindicators; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-16-10:15 - */ -@Data -public class RiskIndicatorsDto implements Dto { - private Integer id; - private String sid; - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("报送单位:1.监管公司2.贷款支行3.总行") - private Integer reportTarget; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("指标说明") - private String content; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsQuery.java deleted file mode 100644 index 2b985bcd..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsQuery.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.supervise.rms.api.riskindicators; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-16-10:16 - */ -@Data -public class RiskIndicatorsQuery implements Query { - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("报送单位:1.监管公司2.贷款支行3.总行") - private Integer reportTarget; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("指标说明") - private String content; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; - private String bigTypeName; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsVo.java deleted file mode 100644 index c26c8b9f..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskindicators/RiskIndicatorsVo.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.supervise.rms.api.riskindicators; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * @author feikefei - * @create 2023-06-16-10:16 - */ -@Data -public class RiskIndicatorsVo implements Vo { - private Integer id; - private String sid; - @ApiModelProperty("备注信息") - private String remarks; - @ApiModelProperty("报送单位:1.监管公司2.贷款支行3.总行") - private Integer reportTarget; - @ApiModelProperty("代码") - private String code; - @ApiModelProperty("名称") - private String name; - @ApiModelProperty("指标说明") - private String content; - @ApiModelProperty("风险等级(程度)Sid") - private String levelSid; - @ApiModelProperty("风险等级(程度)代码") - private String levelCode; - @ApiModelProperty("风险等级(程度)名称") - private String levelName; - @ApiModelProperty("风险类别Sid") - private String typeSid; - @ApiModelProperty("风险类别代码") - private String typeCode; - @ApiModelProperty("风险类别名称") - private String typeName; - private String bigTypeName; - private List list; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevel.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevel.java deleted file mode 100644 index 0b1e2eb4..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevel.java +++ /dev/null @@ -1,33 +0,0 @@ -package com.supervise.rms.api.risklevel; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; -import java.util.UUID; - -@Data -@ApiModel(value = "风险等级表", description = "风险名单表") -@TableName("risk_level") -public class RiskLevel { - @ApiModelProperty("ID,唯一编号") - private Integer id; - @ApiModelProperty("字符型编号") - private String sid = UUID.randomUUID().toString(); - @ApiModelProperty("记录创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date createTime = new Date(); - @ApiModelProperty("风险等级名称") - private String name; - @ApiModelProperty("风险等级代码") - private String code; - @ApiModelProperty("处理方式") - private String handlingMethod; - @ApiModelProperty("报送单位") - private Integer reportTarget; - @ApiModelProperty("备注信息") - private String remarks; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelDto.java deleted file mode 100644 index 9583ec51..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelDto.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.risklevel; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class RiskLevelDto implements Dto { - private Integer id; - private String sid; - - @ApiModelProperty("风险等级名称") - private String name; - @ApiModelProperty("风险等级代码") - private String code; - @ApiModelProperty("处理方式") - private String handlingMethod; - @ApiModelProperty("报送单位") - private Integer reportTarget; - @ApiModelProperty("备注信息") - private String remarks; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelFeign.java deleted file mode 100644 index e9bf2ddc..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelFeign.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.supervise.rms.api.risklevel; - -import com.yxt.common.core.result.ResultBean; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestBody; - -@Api(tags = "风险指标类别表") -@FeignClient( - contextId = "yxt-supervise-RiskLevel", - name = "yxt-supervise", - path = "v1/riskLevel", - fallback = RiskLevelFeignFallback.class) -public interface RiskLevelFeign { - @ApiOperation("保存风险等级") - @PostMapping("/saveRiskLevel") - ResultBean saveRiskLevel(@RequestBody RiskLevelDto riskLevelDto); -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelFeignFallback.java deleted file mode 100644 index 847507ec..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelFeignFallback.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.supervise.rms.api.risklevel; - -import com.supervise.rms.api.riskdegree.RiskDegreeDto; -import com.yxt.common.core.result.ResultBean; -import org.springframework.stereotype.Component; - -@Component -public class RiskLevelFeignFallback implements RiskLevelFeign { - @Override - public ResultBean saveRiskLevel(RiskLevelDto riskLevelDto){return null;}; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelQuery.java deleted file mode 100644 index 8b4284ae..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelQuery.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.supervise.rms.api.risklevel; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-16-9:31 - */ -@Data -public class RiskLevelQuery implements Query { - @ApiModelProperty("风险等级名称") - private String name; - @ApiModelProperty("风险等级代码") - private String code; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelVo.java deleted file mode 100644 index 91d86781..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risklevel/RiskLevelVo.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.supervise.rms.api.risklevel; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -@Data -public class RiskLevelVo implements Vo { - private Integer id; - private String sid; - private Date createTime; - - @ApiModelProperty("风险等级名称") - private String name; - @ApiModelProperty("风险等级代码") - private String code; - @ApiModelProperty("处理方式") - private String handlingMethod; - @ApiModelProperty("报送单位") - private Integer reportTarget; - @ApiModelProperty("备注信息") - private String remarks; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecord.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecord.java deleted file mode 100644 index c81d9824..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecord.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.supervise.rms.api.riskrecord; - -import com.baomidou.mybatisplus.annotation.TableName; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-19-11:28 - */ -@Data -@ApiModel(value = "记录最后一次提交时间") -@TableName("risk_record") -public class RiskRecord { - private Integer id ; - private String code; - private String date; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordDto.java deleted file mode 100644 index 395d2a28..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordDto.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.supervise.rms.api.riskrecord; - -import com.supervise.rms.api.riskalarm.Device; -import com.supervise.rms.api.riskalarm.DeviceImages; -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; -import java.util.List; - -/** - * @author feikefei - * @create 2023-06-19-11:34 - */ -@Data -public class RiskRecordDto implements Dto { - private Integer id ; - private String code; - private String date; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordQuery.java deleted file mode 100644 index 935be759..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordQuery.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.supervise.rms.api.riskrecord; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-19-11:36 - */ -@Data -public class RiskRecordQuery implements Query { - private Integer id ; - private String code; - private String date; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordVo.java deleted file mode 100644 index 05846442..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/riskrecord/RiskRecordVo.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.supervise.rms.api.riskrecord; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-19-11:38 - */ -@Data -public class RiskRecordVo implements Vo { - private Integer id ; - private String code; - private String date; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskType.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskType.java deleted file mode 100644 index 812a026a..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskType.java +++ /dev/null @@ -1,46 +0,0 @@ -package com.supervise.rms.api.risktype; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; -import java.util.List; -import java.util.Map; -import java.util.UUID; - -/** - * @author feikefei - * @create 2023-06-14-16:06 - */ -@Data -@ApiModel(value = "风险类别表", description = "风险类别表") -@TableName("risk_type") -public class RiskType { - @ApiModelProperty("ID,唯一编号") - private Integer id; - @ApiModelProperty("字符型编号") - private String sid = UUID.randomUUID().toString(); - @ApiModelProperty("记录创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date createTime = new Date(); - - @ApiModelProperty("类别名称") - private String name; - @ApiModelProperty("类别编号") - private String code; - @ApiModelProperty("分类说明") - private String content; - @ApiModelProperty("层级") - private Integer hierarchy; - @ApiModelProperty("上级Sid") - private String parentSid; - @ApiModelProperty("上级名称") - private String parentName; - @ApiModelProperty("备注信息") - private String remarks; - private List down; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeDto.java deleted file mode 100644 index 17d3289d..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeDto.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.supervise.rms.api.risktype; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-14-16:09 - */ -@Data -public class RiskTypeDto implements Dto { - private Integer id; - private String sid; - - - @ApiModelProperty("类别名称") - private String name; - @ApiModelProperty("类别编号") - private String code; - @ApiModelProperty("分类说明") - private String content; - @ApiModelProperty("层级") - private Integer hierarchy; - @ApiModelProperty("上级Sid") - private String parentSid; - @ApiModelProperty("上级名称") - private String parentName; - @ApiModelProperty("备注信息") - private String remarks; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeQuery.java deleted file mode 100644 index 8d25328a..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeQuery.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.supervise.rms.api.risktype; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-14-16:12 - */ -@Data -public class RiskTypeQuery implements Query { - @ApiModelProperty("类别名称") - private String name; - @ApiModelProperty("类别编号") - private String code; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeVo.java deleted file mode 100644 index 82dee655..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/risktype/RiskTypeVo.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.supervise.rms.api.risktype; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.Date; - -/** - * @author feikefei - * @create 2023-06-14-16:10 - */ -@Data -public class RiskTypeVo implements Vo { - private int id; - private String sid; - private Date createTime; - @ApiModelProperty("类别名称") - private String name; - @ApiModelProperty("类别编号") - private String code; - @ApiModelProperty("分类说明") - private String content; - @ApiModelProperty("层级") - private Integer hierarchy; - @ApiModelProperty("上级Sid") - private String parentSid; - @ApiModelProperty("上级名称") - private String parentName; - @ApiModelProperty("备注信息") - private String remarks; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmission.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmission.java deleted file mode 100644 index 87ece822..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmission.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.supervise.rms.api.scheduledtransmission; - -import com.baomidou.mybatisplus.annotation.TableName; -import io.swagger.annotations.ApiModel; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-28-16:02 - */ -@Data -@ApiModel(value = "定时推送设置表") -@TableName("scheduled_transmission") -public class ScheduledTransmission { - private Integer id; - private String time; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionDto.java deleted file mode 100644 index cff4d8ef..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionDto.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.supervise.rms.api.scheduledtransmission; - -import com.yxt.common.core.dto.Dto; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-28-16:05 - */ -@Data -public class ScheduledTransmissionDto implements Dto { - private Integer id; - private String time; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionQuery.java deleted file mode 100644 index 060ccba6..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionQuery.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.scheduledtransmission; - -import com.yxt.common.core.query.Query; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-28-16:07 - */ -@Data -public class ScheduledTransmissionQuery implements Query { - private String time; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionVo.java deleted file mode 100644 index 29b3ebac..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/scheduledtransmission/ScheduledTransmissionVo.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.supervise.rms.api.scheduledtransmission; - -import com.yxt.common.core.vo.Vo; -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-28-16:07 - */ -@Data -public class ScheduledTransmissionVo implements Vo { - private Integer id; - private String time; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/Supplier.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/Supplier.java deleted file mode 100644 index 8e05455e..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/Supplier.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.supervise.rms.api.supplier; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; -/** - * Project: yxt_supervise(宇信通监管)
- * File: SupplierInfo.java
- * Class: com.supervise.api.supplierinfo.SupplierInfo
- * Description: 供应商信息.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-11-11 11:40:30
- * - * @author dongjianzhao - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "风险表", description = "风险表") -@TableName("supplier") -public class Supplier extends BaseEntity { - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("锁定状态1.锁定2.未锁定 ") - private Integer lockingStatus; - @ApiModelProperty("锁定原因") - private String lockingReason; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierDetailsVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierDetailsVo.java deleted file mode 100644 index 7ef57107..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierDetailsVo.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.supervise.rms.api.supplier; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoVo.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfoVo
- * Description: 供应商信息 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 视图数据详情", description = "供应商信息 视图数据详情") -public class SupplierDetailsVo implements Vo { - - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("营业执照附件") - private String[] businessLicenseFiles; // 营业执照附件 - @ApiModelProperty("合同照片") - private String[] contractFiles; // 合同照片 -// @ApiModelProperty("合同信息") -// private SupplierContractInfoDto supplierContractInfoDto; // 合同信息 -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierDto.java deleted file mode 100644 index dfcb7b56..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierDto.java +++ /dev/null @@ -1,42 +0,0 @@ -package com.supervise.rms.api.supplier; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class SupplierDto implements Dto { - private String sid; - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("锁定状态1.锁定2.未锁定 ") - private Integer lockingStatus; - @ApiModelProperty("锁定原因") - private String lockingReason; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierFeign.java deleted file mode 100644 index 10905a6e..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierFeign.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.supervise.rms.api.supplier; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestBody; - -@Api(tags = "供应商表") -@FeignClient( - contextId = "yxt-supervise-Supplier", - name = "yxt-supervise", - path = "v1/risk", - fallback = SupplierFeignFallback.class) -public interface SupplierFeign { - @ApiOperation("保存供应商") - @PostMapping("/saveSupplier") - ResultBean saveSupplier(SupplierDto supplierDto); - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierFeignFallback.java deleted file mode 100644 index 590614cc..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierFeignFallback.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.supervise.rms.api.supplier; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -@Component -public class SupplierFeignFallback implements SupplierFeign { - @Override - public ResultBean saveSupplier(SupplierDto supplierDto) { - return null; - } - - @Override - public ResultBean> listPage(PagerQuery pq) { - return null; - } - - @Override - public ResultBean fetchDetailsBySid(String sid) { - return null; - } -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierQuery.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierQuery.java deleted file mode 100644 index fe6f5df2..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierQuery.java +++ /dev/null @@ -1,51 +0,0 @@ -package com.supervise.rms.api.supplier; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; -/** - * Project: supervise(supervise)
- * File: SupplierBankInfoQuery.java
- * Class: com.yxt.supervise.portal.api.supplierbankinfo.SupplierBankInfoQuery
- * Description: 供应商信息 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-12-12 22:02:22
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "供应商信息 查询条件", description = "供应商信息 查询条件") -public class SupplierQuery implements Query { - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierVo.java deleted file mode 100644 index 61622098..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplier/SupplierVo.java +++ /dev/null @@ -1,42 +0,0 @@ -package com.supervise.rms.api.supplier; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class SupplierVo implements Vo { - private String sid; - @ApiModelProperty("名称") - private String name; // 名称 - @ApiModelProperty("统一编码") - private String codeUnified; // 统一编码 - @ApiModelProperty("联系人") - private String contacts; // 联系人 - @ApiModelProperty("电话") - private String telephone; // 电话 - @ApiModelProperty("地址") - private String address; // 地址 - @ApiModelProperty("银行帐户") - private String bankAccount; // 银行帐户 - @ApiModelProperty("帐号") - private String bankAccountNumber; // 帐号 - @ApiModelProperty("开户行名称") - private String bankName; // 开户行名称 - @ApiModelProperty("法人") - private String legalRepresentative; // 法人 - @ApiModelProperty("营业执照号") - private String businessLicenseNo; // 营业执照号 - @ApiModelProperty("监管审核状态0待审核1为通过2为拒绝") - private Integer purchaseRequisition; // 监管审核状态0待审核1为通过2为拒绝 - @ApiModelProperty("监管审批意见") - private String purchaseRemarks; // 监管审批意见 - @ApiModelProperty("银行0未审核,1审核通过,2审核不通过") - private Integer bankState; // 银行0未审核,1审核通过,2审核不通过 - @ApiModelProperty("银行审批意见") - private String bankRemarks; // 银行审批意见 - @ApiModelProperty("锁定状态1.锁定2.未锁定 ") - private Integer lockingStatus; - @ApiModelProperty("锁定原因") - private String lockingReason; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndex.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndex.java deleted file mode 100644 index f4d12f8b..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndex.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.supervise.rms.api.supplierindex; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -@ApiModel(value = "风险表", description = "风险表") -@TableName("risk") -public class SupplierIndex extends BaseEntity { - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexDto.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexDto.java deleted file mode 100644 index 4e08b56d..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexDto.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.supplierindex; - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class SupplierIndexDto implements Dto { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexFeign.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexFeign.java deleted file mode 100644 index 5c18334e..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexFeign.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.supervise.rms.api.supplierindex; - -import io.swagger.annotations.Api; -import org.springframework.cloud.openfeign.FeignClient; - -@Api(tags = "风险表") -@FeignClient( - contextId = "yxt-supervise-SupplierIndex", - name = "yxt-supervise", - path = "v1/risk", - fallback = SupplierIndexFeignFallback.class) -public interface SupplierIndexFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexFeignFallback.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexFeignFallback.java deleted file mode 100644 index 42ee5eb5..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexFeignFallback.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.supervise.rms.api.supplierindex; - -import org.springframework.stereotype.Component; - -@Component -public class SupplierIndexFeignFallback implements SupplierIndexFeign { -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexVo.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexVo.java deleted file mode 100644 index 0605f597..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/supplierindex/SupplierIndexVo.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.supervise.rms.api.supplierindex; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -@Data -public class SupplierIndexVo implements Vo { - private String sid; - @ApiModelProperty("风险指标Sid") - private String riskIndicatorsSid; - @ApiModelProperty("风险处理状态0.待处理1.处理中2.完成") - private Integer riskTreatmentStatus; - @ApiModelProperty("风险消除程度0.未消除1.已消除") - private Integer riskEliminationDegree; - @ApiModelProperty("客户Sid") - private String customerSid; - @ApiModelProperty("风险处于位置1.供应商2.一类仓3.门店仓") - private Integer riskInPositionNum; - @ApiModelProperty("风险处于位置Sid") - private String riskInPositionSid; -} \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/wechat/TemplateData.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/wechat/TemplateData.java deleted file mode 100644 index e08a392a..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/wechat/TemplateData.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.supervise.rms.api.wechat; - -import lombok.Data; - -/** - * @author feikefei - * @create 2023-06-08-9:17 - */ -@Data -public class TemplateData { - private String value; - private String color; - - public TemplateData(String value) { - this.value = value; - color = "#FF0000"; - } - - public TemplateData(String value, String color) { - this.value = value; - this.color = color; - } - - public String getValue() { - return value; - } - public void setValue(String value) { - this.value = value; - } - public String getColor() { - return color; - } - public void setColor(String color) { - this.color = color; - } -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/wechat/WeChatTemplateMsg.java b/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/wechat/WeChatTemplateMsg.java deleted file mode 100644 index c6cf807f..00000000 --- a/yxt_supervise/supervise-rms/supervise-rms-api/src/main/java/com/supervise/rms/api/wechat/WeChatTemplateMsg.java +++ /dev/null @@ -1,56 +0,0 @@ -package com.supervise.rms.api.wechat; - -import lombok.Data; - -import java.util.HashMap; -import java.util.Map; - -/** - * @author feikefei - * @create 2023-06-08-9:17 - */ -@Data -public class WeChatTemplateMsg { - private String template_id; - private String touser; - private String url; - - private String client_msg_id; - - Map miniprogram = new HashMap<>(); - - //private Miniprogram miniprogram; - private String topcolor; - private Map data; - - public String getTemplate_id() { - return template_id; - } - public void setTemplate_id(String template_id) { - this.template_id = template_id; - } - public String getTouser() { - return touser; - } - public void setTouser(String touser) { - this.touser = touser; - } - public String getUrl() { - return url; - } - public void setUrl(String url) { - this.url = url; - } - public String getTopcolor() { - return topcolor; - } - public void setTopcolor(String topcolor) { - this.topcolor = topcolor; - } - public Map getData() { - return data; - } - public void setData(Map data) { - this.data = data; - } -} diff --git a/yxt_supervise/supervise-rms/supervise-rms-biz/src/main/resources/application-devv.yml b/yxt_supervise/supervise-rms/supervise-rms-biz/src/main/resources/application-devv.yml index d8653e52..d5ddfc4c 100644 --- a/yxt_supervise/supervise-rms/supervise-rms-biz/src/main/resources/application-devv.yml +++ b/yxt_supervise/supervise-rms/supervise-rms-biz/src/main/resources/application-devv.yml @@ -3,9 +3,9 @@ spring: hikari: max-lifetime: 500000 driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/supervise_rms?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://39.104.100.138:3306/supervise_rms?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root - password: root + password: yxt_mysql_138 cloud: nacos: discovery: @@ -14,7 +14,7 @@ spring: register-enabled: false redis: database: 3 # Redis数据库索引(默认为0) - host: 127.0.0.1 + host: 39.104.100.138 jedis: pool: max-active: -1 #连接池最大连接数(使用负值表示没有限制) diff --git a/yxt_supervise/supervise-system/supervise-system-biz/src/main/resources/application-devv.yml b/yxt_supervise/supervise-system/supervise-system-biz/src/main/resources/application-devv.yml index 77d23e8c..5d20cff1 100644 --- a/yxt_supervise/supervise-system/supervise-system-biz/src/main/resources/application-devv.yml +++ b/yxt_supervise/supervise-system/supervise-system-biz/src/main/resources/application-devv.yml @@ -1,10 +1,9 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/yxt_portal?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&allowMultiQueries=true&rewriteBatchedStatements=true + url: jdbc:mysql://39.104.100.138:3306/yxt_portal?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&allowMultiQueries=true&rewriteBatchedStatements=true username: root - password: root -# password: 1LAiGz$t1*Iw + password: yxt_mysql_138 cloud: nacos: discovery: @@ -13,7 +12,7 @@ spring: register-enabled: false redis: database: 3 # Redis数据库索引(默认为0) - host: 127.0.0.1 + host: 39.104.100.138 jedis: pool: max-active: -1 #连接池最大连接数(使用负值表示没有限制) diff --git a/yxt_supervise/supervise-system/supervise-system-biz/src/main/resources/application-pro.yml b/yxt_supervise/supervise-system/supervise-system-biz/src/main/resources/application-pro.yml index 772616f0..51a0de07 100644 --- a/yxt_supervise/supervise-system/supervise-system-biz/src/main/resources/application-pro.yml +++ b/yxt_supervise/supervise-system/supervise-system-biz/src/main/resources/application-pro.yml @@ -7,7 +7,7 @@ spring: cloud: nacos: discovery: - namespace: supervise +# namespace: supervise server-addr: 127.0.0.1:8848 redis: database: 3 # Redis数据库索引(默认为0) diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/pom.xml b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/pom.xml deleted file mode 100644 index 4bd3cf57..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - com.yxt - yxt-parent - 0.0.1 - - - 4.0.0 - - yxt-supervise-enterprisecentre-api - com.yxt.supervise.enterprisecentre - 0.0.1 - - - - com.yxt - yxt-common-core - 0.0.1 - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - org.projectlombok - lombok - true - - - org.hibernate.validator - hibernate-validator - - - - \ No newline at end of file diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/BusinessVariables.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/BusinessVariables.java deleted file mode 100644 index bbde5a53..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/BusinessVariables.java +++ /dev/null @@ -1,65 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.flowable; - -import lombok.AllArgsConstructor; -import lombok.Builder; -import lombok.Data; -import lombok.NoArgsConstructor; - -import java.util.HashMap; -import java.util.Map; - -/** - * 业务系统调用flowable流程传递参数的格式 - */ -@Data -@Builder -@AllArgsConstructor -@NoArgsConstructor -public class BusinessVariables { - /** - * 分公司sid - */ - public static final String ORGPATH="orgPath"; - /** - * 流程定义的id - */ - private String modelId; - /** - * 审批意见 - */ - private String comment; - /** - * 流程实例的id - */ - private String instanceId; - /** - * taskId - */ - private String taskId; - /** - * 当前用户的id - */ - private String userSid; - /** - * 当前用户部门的全路径 - */ - private String orgSidPath; - /** - * 业务sid - */ - private String businessSid; - /** - * 环节定义的ID - */ - private String taskDefKey; - /** - * nextNodeUserSids 下一环节的用户sid - */ - private String nextNodeUserSids; - /** - * 业务参数,按需传递 - */ - private Map formVariables =new HashMap<>(); - /* @ApiModelProperty("机构sid:切换结构使用") - private String orgPath;*/ -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/FlowTaskQuery.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/FlowTaskQuery.java deleted file mode 100644 index 06669983..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/FlowTaskQuery.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.flowable; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; - -/** - * @author dimengzhe - * @date 2021/8/20 13:53 - * @description - */ -public class FlowTaskQuery implements Query { - private static final long serialVersionUID = -7395299971899690002L; - @ApiModelProperty(value = "用户sid", required = true) - private String userSid; - @ApiModelProperty(value = "zd", required = true) - private String zd; - @ApiModelProperty(value = "days", required = true) - private String days; - - public String getZd() { - return zd; - } - - public void setZd(String zd) { - this.zd = zd; - } - - public String getDays() { - return days; - } - - public void setDays(String days) { - this.days = days; - } - - public String getUserSid() { - return userSid; - } - - public void setUserSid(String userSid) { - this.userSid = userSid; - } -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/FlowTaskVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/FlowTaskVo.java deleted file mode 100644 index 8817c31a..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/FlowTaskVo.java +++ /dev/null @@ -1,53 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.flowable; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - *

流程任务

- * - * @author XuanXuan - * @date 2021-04-03 - */ -@ApiModel("工作流任务相关--请求参数") -@Data -public class FlowTaskVo { - - @ApiModelProperty("任务Id") - private String taskId; - @ApiModelProperty("业务sid") - private String businessSid; - @ApiModelProperty("用户Id") - private String userId; - @ApiModelProperty("用户Sid") - private String userSid; - - @ApiModelProperty("任务意见") - private String comment; - - @ApiModelProperty("流程实例Id") - private String instanceId; - - @ApiModelProperty("节点") - private String targetKey; - - @ApiModelProperty("流程变量信息") - private Map values=new HashMap<>(); - - @ApiModelProperty("审批人") - private String assignee; - - @ApiModelProperty("候选人") - private List candidateUsers; - - @ApiModelProperty("审批组") - private List candidateGroups; - - - -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/GetNodeQuery.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/GetNodeQuery.java deleted file mode 100644 index e18ea5c5..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/GetNodeQuery.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.flowable; - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import javax.validation.constraints.NotBlank; -import java.util.Map; - -/** - * @Author dimengzhe - * @Date 2022/6/28 10:42 - * @Description - */ -@Data -public class GetNodeQuery implements Query { - private static final long serialVersionUID = -5674867230708197611L; - - @ApiModelProperty(value = "环节定义id") - @NotBlank(message = "参数错误:taskDefKey") - private String taskDefKey; - - @ApiModelProperty(value = "分支字段及业务字段") - private Map formVariables; - - @ApiModelProperty(value = "业务sid") - @NotBlank(message = "参数错误:businessSid") - private String businessSid; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/GetNodeVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/GetNodeVo.java deleted file mode 100644 index 5d83f8c8..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/GetNodeVo.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.flowable; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -@Data -public class GetNodeVo implements Vo { - private static final long serialVersionUID = 8802774014747063504L; - @ApiModelProperty(value = "节点名称") - private String name; - @ApiModelProperty(value = "节点id") - private String id; - @ApiModelProperty(value = "审批组") - private List candidateGroups; - @ApiModelProperty(value = "是否是最后环节") - private String endTask; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/ProcDefEnum.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/ProcDefEnum.java deleted file mode 100644 index 022e3581..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/ProcDefEnum.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.flowable; - -/** - * 流程定义:流程名称与代号枚举类 - */ -public enum ProcDefEnum { - - /***************************正式流程id***********************************/ - - SEALSONAPPLICATION("用章申请", "process_itrg7ohf:5:1340012"); - - ProcDefEnum(String proDefName, String proDefId) { - this.proDefName = proDefName; - this.proDefId = proDefId; - - } - - /** - * 流程类型名称 - */ - private final String proDefName; - - /** - * 流程代号 - */ - private final String proDefId; - - public String getProDefName() { - return proDefName; - } - - public String getProDefId() { - return proDefId; - } -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/UpdateFlowFieldVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/UpdateFlowFieldVo.java deleted file mode 100644 index 91d1e2b8..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/UpdateFlowFieldVo.java +++ /dev/null @@ -1,68 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.flowable; - -public class UpdateFlowFieldVo { - - private String sid; - private String procDefId; - private String nodeState; - private String procInsId; - private String taskDefKey; - private String taskId; - private String nextNodeUserSids; - - public String getNextNodeUserSids() { - return nextNodeUserSids; - } - - public void setNextNodeUserSids(String nextNodeUserSids) { - this.nextNodeUserSids = nextNodeUserSids; - } - - public String getSid() { - return sid; - } - - public void setSid(String sid) { - this.sid = sid; - } - - public String getProcDefId() { - return procDefId; - } - - public void setProcDefId(String procDefId) { - this.procDefId = procDefId; - } - - public String getNodeState() { - return nodeState; - } - - public void setNodeState(String nodeState) { - this.nodeState = nodeState; - } - - public String getProcInsId() { - return procInsId; - } - - public void setProcInsId(String procInsId) { - this.procInsId = procInsId; - } - - public String getTaskDefKey() { - return taskDefKey; - } - - public void setTaskDefKey(String taskDefKey) { - this.taskDefKey = taskDefKey; - } - - public String getTaskId() { - return taskId; - } - - public void setTaskId(String taskId) { - this.taskId = taskId; - } -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/UserAndOrgPath.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/UserAndOrgPath.java deleted file mode 100644 index 0672178b..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/flowable/UserAndOrgPath.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.flowable; - -import lombok.Data; - -@Data -public class UserAndOrgPath { - /** - * 用户sid - */ - private String userSid; - /** - * 组织及部门sid全路径 - */ - private String orgPath; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/BreakProcessQuery.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/BreakProcessQuery.java deleted file mode 100644 index 4d452d97..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/BreakProcessQuery.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - - -import com.yxt.common.core.query.Query; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecordQuery.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecordQuery
- * Description: 用章申请 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "用章申请 BreakProcessQuery 查询条件", description = "用章申请 BreakProcessQuery 查询条件") -public class BreakProcessQuery implements Query { - @ApiModelProperty(value = "节点状态") - private String nodeState; - @ApiModelProperty("流程定义的id") - private String procDefId; - @ApiModelProperty("流程实例的id") - private String procInsId; - @ApiModelProperty(value = "任务id") - private String taskId; - @ApiModelProperty(value = "环节定义的ID") - private String taskDefKey; - @ApiModelProperty(value = "usersid") - private String userSid; - @ApiModelProperty(value = "businessSid") - private String businessSid; - @ApiModelProperty(value = "instanceId") - private String instanceId; - /** - * 终止、驳回 - */ - @ApiModelProperty("任务意见") - private String comment; - -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowCommentDto.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowCommentDto.java deleted file mode 100644 index 9b7d428f..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowCommentDto.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import lombok.AllArgsConstructor; -import lombok.Builder; -import lombok.Data; -import lombok.NoArgsConstructor; - -import java.io.Serializable; - -/** - * @author XuanXuan - * @date 2021/3/28 15:50 - */ -@Data -@Builder -@NoArgsConstructor -@AllArgsConstructor -public class FlowCommentDto implements Serializable { - - /** - * - */ - private static final long serialVersionUID = 1929734226858491967L; - - /** - * 意见类别 1正常(同意)意见 2退回意见 3 驳回意见 4 委派意见 5 转办意见 6 终止流程 7 撤回流程 - */ - private String type; - - /** - * 意见内容 - */ - private String comment; - -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowRecordVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowRecordVo.java deleted file mode 100644 index 5b01edad..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowRecordVo.java +++ /dev/null @@ -1,19 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import lombok.Data; - -import java.util.ArrayList; -import java.util.List; - -@Data -public class FlowRecordVo { - private List flowList = new ArrayList<>(); - - public List getFlowList() { - return flowList; - } - - public void setFlowList(List flowList) { - this.flowList = flowList; - } -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowTask.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowTask.java deleted file mode 100644 index 0ed633aa..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/FlowTask.java +++ /dev/null @@ -1,102 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.io.Serializable; -import java.util.Date; -import java.util.List; - -/** - *

工作流任务

- * - * @author XuanXuan - * @date 2021-04-03 - */ -@ApiModel("工作流任务相关-返回参数") -@Data -public class FlowTask extends BaseEntity implements Serializable { - - @ApiModelProperty("任务编号") - private String taskId; - - @ApiModelProperty("任务名称") - private String taskName; - - @ApiModelProperty("任务Key") - private String taskDefKey; - - @ApiModelProperty("任务执行人Id") - private Long assigneeId; - - @ApiModelProperty("部门名称") - private String deptName; - - @ApiModelProperty("流程发起人部门名称") - private String startDeptName; - - @ApiModelProperty("任务执行人名称") - private String assigneeName; - - @ApiModelProperty("任务执行人头像") - private String assigneeHeadImage; - - @ApiModelProperty("流程发起人Id") - private String startUserId; - - @ApiModelProperty("流程发起人名称") - private String startUserName; - - @ApiModelProperty("流程类型") - private String category; - - @ApiModelProperty("流程变量信息") - private Object procVars; - - @ApiModelProperty("局部变量信息") - private Object taskLocalVars; - - @ApiModelProperty("流程部署编号") - private String deployId; - - @ApiModelProperty("流程ID") - private String procDefId; - - @ApiModelProperty("流程key") - private String procDefKey; - - @ApiModelProperty("流程定义名称") - private String procDefName; - - @ApiModelProperty("流程定义内置使用版本") - private int procDefVersion; - - @ApiModelProperty("流程实例ID") - private String procInsId; - - @ApiModelProperty("历史流程实例ID") - private String hisProcInsId; - - @ApiModelProperty("任务耗时") - private String duration; - - @ApiModelProperty("任务意见") - private FlowCommentDto comment = new FlowCommentDto(); - - @ApiModelProperty("候选执行人") - private String candidate; - - /* @ApiModelProperty("任务创建时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" ) - private Date createTime;*/ - - @ApiModelProperty("任务完成时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") - private Date finishTime; - - @ApiModelProperty("环节的办理人信息") - private List taskUserInfos; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/LatestTaskVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/LatestTaskVo.java deleted file mode 100644 index fdbda335..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/LatestTaskVo.java +++ /dev/null @@ -1,34 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @Description - * @Author liuguohui - * @Date 2022/1/11 - */ -@ApiModel("最近环节") -@Data -public class LatestTaskVo implements Vo { - - @ApiModelProperty(value = "name_") - private String name_; - - @ApiModelProperty(value = "task_def_key_") - private String task_def_key_; - - @ApiModelProperty(value = "id_") - private String id_; - - @ApiModelProperty(value = "name_") - private String ASSIGNEE_; - - @ApiModelProperty(value = "orgPath") - private String orgPath; - - @ApiModelProperty(value = "incomingSourceRef") - private String incomingSourceRef; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecord.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecord.java deleted file mode 100644 index f12ce46f..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecord.java +++ /dev/null @@ -1,89 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.yxt.common.core.domain.BaseEntity; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecord.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecord
- * Description: 用章申请.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "用章申请", description = "用章申请") -@TableName("seal_record") -public class SealRecord extends BaseEntity { - private static final long serialVersionUID = 1L; - - @ApiModelProperty("项目sid") - private String project_sid; // 项目sid - @ApiModelProperty("项目名称") - private String project_name; // 项目名称 - @ApiModelProperty("审批编号") - private String code; // 审批编号 - @ApiModelProperty("申请日期") - private String applicant_date; // 申请日期 - @ApiModelProperty("申请人sid") - private String applicant_sid; // 申请人sid - @ApiModelProperty("申请人name") - private String applicant_name; // 申请人name - @ApiModelProperty("用印章人姓名") - private String user_name; // 用印章人姓名 - @ApiModelProperty("用印章人sid") - private String user_sid; // 用印章人sid - @ApiModelProperty("使用日期") - private String use_date; // 使用日期 - @ApiModelProperty("用印章事由") - private String use_reason; // 用印章事由 - @ApiModelProperty("用印文件名称") - private String use_file_name; // 用印文件名称 - @ApiModelProperty("加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证") - private String seal_type; // 加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证 - @ApiModelProperty("用印文件(附件)") - private String file_path; // 用印文件(附件) - @ApiModelProperty("流程定义的id") - private String procDefId; - @ApiModelProperty("流程实例的id") - private String procInsId; - @ApiModelProperty("当前环节状态") - private String nodeState; - @ApiModelProperty("环节定义的ID") - private String taskDefKey; - @ApiModelProperty("taskId") - private String taskId; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordDetailsVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordDetailsVo.java deleted file mode 100644 index 33b39304..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordDetailsVo.java +++ /dev/null @@ -1,87 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecordVo.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecordVo
- * Description: 用章申请 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "用章申请 视图数据详情", description = "用章申请 视图数据详情") -public class SealRecordDetailsVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("项目sid") - private String project_sid; // 项目sid - @ApiModelProperty("项目名称") - private String project_name; // 项目名称 - @ApiModelProperty("审批编号") - private String code; // 审批编号 - @ApiModelProperty("申请日期") - private String applicant_date; // 申请日期 - @ApiModelProperty("申请人sid") - private String applicant_sid; // 申请人sid - @ApiModelProperty("申请人name") - private String applicant_name; // 申请人name - @ApiModelProperty("用印章人姓名") - private String user_name; // 用印章人姓名 - @ApiModelProperty("用印章人sid") - private String user_sid; // 用印章人sid - @ApiModelProperty("使用日期") - private String use_date; // 使用日期 - @ApiModelProperty("用印章事由") - private String use_reason; // 用印章事由 - @ApiModelProperty("用印文件名称") - private String use_file_name; // 用印文件名称 - @ApiModelProperty("加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证") - private String[] seal_type; // 加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证 - @ApiModelProperty("用印文件(附件)") - private List file_paths; // 用印文件(附件) - -} \ No newline at end of file diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordDto.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordDto.java deleted file mode 100644 index ff82751d..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordDto.java +++ /dev/null @@ -1,98 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - - -import com.yxt.common.core.dto.Dto; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecordDto.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecordDto
- * Description: 用章申请 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "用章申请 数据传输对象", description = "用章申请 数据传输对象") -public class SealRecordDto implements Dto { - - private String sid; // sid - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("项目sid") - private String project_sid; // 项目sid - @ApiModelProperty("项目名称") - private String project_name; // 项目名称 - @ApiModelProperty("审批编号") - private String code; // 审批编号 - @ApiModelProperty("申请日期") - private String applicant_date; // 申请日期 - @ApiModelProperty("申请人sid") - private String applicant_sid; // 申请人sid - @ApiModelProperty("申请人name") - private String applicant_name; // 申请人name - @ApiModelProperty("用印章人姓名") - private String user_name; // 用印章人姓名 - @ApiModelProperty("用印章人sid") - private String user_sid; // 用印章人sid - @ApiModelProperty("使用日期") - private String use_date; // 使用日期 - @ApiModelProperty("用印章事由") - private String use_reason; // 用印章事由 - @ApiModelProperty("用印文件名称") - private String use_file_name; // 用印文件名称 - @ApiModelProperty("加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证") - private String seal_type; // 加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证 - @ApiModelProperty("用印文件(附件)") - private List file_paths; // 用印文件(附件) - @ApiModelProperty("备注") - private String remarks; - @ApiModelProperty("流程定义的id") - private String procDefId; - @ApiModelProperty("流程实例的id") - private String procInsId; - @ApiModelProperty("当前环节状态") - private String nodeState; - @ApiModelProperty("环节定义的ID") - private String taskDefKey; - @ApiModelProperty("taskId") - private String taskId; -} \ No newline at end of file diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordFeign.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordFeign.java deleted file mode 100644 index 37e26e63..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordFeign.java +++ /dev/null @@ -1,78 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.cloud.openfeign.FeignClient; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecordFeign.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecordFeign
- * Description: 用章申请.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Api(tags = "用章申请") -@FeignClient( - contextId = "yxt-supervise-enterprisecentre-SealRecord", - name = "yxt-supervise-enterprisecentre", - path = "v1/sealrecord", - fallback = SealRecordFeignFallback.class) -public interface SealRecordFeign { - - @ApiOperation("根据条件分页查询数据的列表") - @PostMapping("/listPage") - @ResponseBody - public ResultBean> listPage(@RequestBody PagerQuery pq); - - @ApiOperation("新增或修改") - @PostMapping("/save") - @ResponseBody - public ResultBean save(@RequestBody SealRecordDto dto); - - @ApiOperation("根据sid删除记录") - @DeleteMapping("/delBySids") - @ResponseBody - public ResultBean delBySids(@RequestBody String[] sids); - - @ApiOperation("根据SID获取一条记录") - @GetMapping("/fetchDetailsBySid/{sid}") - @ResponseBody - public ResultBean fetchDetailsBySid(@PathVariable("sid") String sid); -} \ No newline at end of file diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordFeignFallback.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordFeignFallback.java deleted file mode 100644 index 6845ab84..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordFeignFallback.java +++ /dev/null @@ -1,72 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; -import org.springframework.stereotype.Component; - -import java.util.List; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecordFeignFallback.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecordFeignFallback
- * Description: 用章申请.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Component -public class SealRecordFeignFallback implements SealRecordFeign { - - @Override - public ResultBean> listPage(PagerQuery pq){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise-enterprisecentre/sealrecord/listPage无法访问"); - } - - @Override - public ResultBean save(SealRecordDto dto){ - return ResultBean.fireFail().setMsg("接口yxt-supervise-enterprisecentre/sealrecord/save无法访问"); - } - - @Override - public ResultBean delBySids( String[] sids){ - return ResultBean.fireFail().setMsg("接口yxt-supervise-enterprisecentre/sealrecord/delBySids无法访问"); - } - - @Override - public ResultBean fetchDetailsBySid(String sid){ - ResultBean rb = ResultBean.fireFail(); - return rb.setMsg("接口yxt-supervise-enterprisecentre/sealrecord/fetchDetailsBySid无法访问"); - } -} \ No newline at end of file diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordHandleDto.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordHandleDto.java deleted file mode 100644 index ffa02413..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordHandleDto.java +++ /dev/null @@ -1,76 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import javax.validation.constraints.NotBlank; -import java.util.Map; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecordDto.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecordDto
- * Description: 用章申请 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "用章申请 办理 数据传输对象", description = "用章申请 办理 数据传输对象") -public class SealRecordHandleDto implements Dto { - - @ApiModelProperty(value = "用户sid") - @NotBlank(message = "参数错误:userSid") - private String userSid; - @ApiModelProperty(value = "用户全路径sid") - private String orgSidPath; - @ApiModelProperty(value = "节点id") - @NotBlank(message = "参数错误:taskDefKey") - private String taskDefKey; - @ApiModelProperty(value = "任务id") - @NotBlank(message = "参数错误:taskId") - private String taskId; - @ApiModelProperty(value = "流程id") - @NotBlank(message = "参数错误:instanceId") - private String instanceId; - @ApiModelProperty(value = "意见") - @NotBlank(message = "参数错误:comment") - private String comment; - @ApiModelProperty(value = "业务sid") - @NotBlank(message = "参数错误:businessSid") - private String businessSid; - @ApiModelProperty(value = "分支字段及业务字段") - private Map formVariables; -} \ No newline at end of file diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordQuery.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordQuery.java deleted file mode 100644 index 8af06f16..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordQuery.java +++ /dev/null @@ -1,91 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - - -import com.yxt.common.core.query.Query; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecordQuery.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecordQuery
- * Description: 用章申请 查询条件.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "用章申请 查询条件", description = "用章申请 查询条件") -public class SealRecordQuery implements Query { - - @ApiModelProperty("创建者") - private String createSid; // 创建者 - @ApiModelProperty("更新者") - private String modifySid; // 更新者 - @ApiModelProperty("项目sid") - private String project_sid; // 项目sid - @ApiModelProperty("项目名称") - private String project_name; // 项目名称 - @ApiModelProperty("审批编号") - private String code; // 审批编号 - @ApiModelProperty("申请日期") - private String applicant_date; // 申请日期 - @ApiModelProperty("申请日期 开始") - private String applicant_date_start; // 申请日期 - @ApiModelProperty("申请日期 结束") - private String applicant_date_end; // 申请日期 - @ApiModelProperty("申请人sid") - private String applicant_sid; // 申请人sid - @ApiModelProperty("申请人name") - private String applicant_name; // 申请人name - @ApiModelProperty("用印章人姓名") - private String user_name; // 用印章人姓名 - @ApiModelProperty("用印章人sid") - private String user_sid; // 用印章人sid - @ApiModelProperty("使用日期") - private String use_date; // 使用日期 - @ApiModelProperty("使用日期 开始") - private String use_date_start; // 使用日期 - @ApiModelProperty("使用日期 结束") - private String use_date_end; // 使用日期 - @ApiModelProperty("用印章事由") - private String use_reason; // 用印章事由 - @ApiModelProperty("用印文件名称") - private String use_file_name; // 用印文件名称 - @ApiModelProperty("加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证") - private String seal_type; // 加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证 - @ApiModelProperty("用印文件(附件)") - private String file_path; // 用印文件(附件) - -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordVo.java deleted file mode 100644 index 796b9bc4..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SealRecordVo.java +++ /dev/null @@ -1,92 +0,0 @@ -/********************************************************* - ********************************************************* - ******************** ******************* - ************* ************ - ******* _oo0oo_ ******* - *** o8888888o *** - * 88" . "88 * - * (| -_- |) * - * 0\ = /0 * - * ___/`---'\___ * - * .' \\| |// '. * - * / \\||| : |||// \ * - * / _||||| -:- |||||- \ * - * | | \\\ - /// | | * - * | \_| ''\---/'' |_/ | * - * \ .-\__ '-' ___/-. / * - * ___'. .' /--.--\ `. .'___ * - * ."" '< `.___\_<|>_/___.' >' "". * - * | | : `- \`.;`\ _ /`;.`/ - ` : | | * - * \ \ `_. \_ __\ /__ _/ .-` / / * - * =====`-.____`.___ \_____/___.-`___.-'===== * - * `=---=' * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - *********__佛祖保佑__永无BUG__验收通过__钞票多多__********* - *********************************************************/ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - - -import com.yxt.common.core.vo.Vo; - -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.util.List; - -/** - * Project: yxt-supervise-enterprisecentre(企业中心)
- * File: SealRecordVo.java
- * Class: com.yxt.supervise.enterprisecentre.api.sealrecord.SealRecordVo
- * Description: 用章申请 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2023-09-03 10:29:22
- * - * @author 功夫熊猫 - * @version 1.0 - * @since 1.0 - */ -@Data -@ApiModel(value = "用章申请 视图数据对象", description = "用章申请 视图数据对象") -public class SealRecordVo implements Vo { - - private String sid; // sid - - @ApiModelProperty("项目sid") - private String project_sid; // 项目sid - @ApiModelProperty("项目名称") - private String project_name; // 项目名称 - @ApiModelProperty("审批编号") - private String code; // 审批编号 - @ApiModelProperty("申请日期") - private String applicant_date; // 申请日期 - @ApiModelProperty("申请人sid") - private String applicant_sid; // 申请人sid - @ApiModelProperty("申请人name") - private String applicant_name; // 申请人name - @ApiModelProperty("用印章人姓名") - private String user_name; // 用印章人姓名 - @ApiModelProperty("用印章人sid") - private String user_sid; // 用印章人sid - @ApiModelProperty("使用日期") - private String use_date; // 使用日期 - @ApiModelProperty("用印章事由") - private String use_reason; // 用印章事由 - @ApiModelProperty("用印文件名称") - private String use_file_name; // 用印文件名称 - @ApiModelProperty("加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证") - private String seal_type; // 加盖何种公章。1:公章,2:法人章,3:财务章,4:发票章,5:营业执照,6:开户许可证 - @ApiModelProperty("用印文件(附件)") - private List file_paths; // 用印文件(附件) - @ApiModelProperty("流程定义的id") - private String procDefId; - @ApiModelProperty("流程实例的id") - private String procInsId; - @ApiModelProperty("当前环节状态") - private String nodeState; - @ApiModelProperty("环节定义的ID") - private String taskDefKey; - @ApiModelProperty("taskId") - private String taskId; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysFormLinkDto.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysFormLinkDto.java deleted file mode 100644 index 19a77eae..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysFormLinkDto.java +++ /dev/null @@ -1,50 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - - -import com.yxt.common.core.dto.Dto; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import javax.validation.constraints.NotBlank; - -/** - * Project: anrui-flowable(流程引擎)
- * File: SysFormLinkDto.java
- * Class: com.yxt.anrui.flowable.api.sysformlink.SysFormLinkDto
- * Description: 流程业务关联表 数据传输对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2022-03-15 16:55:39
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@ApiModel(value = "流程业务关联表 数据传输对象", description = "流程业务关联表 数据传输对象") -@Data -public class SysFormLinkDto implements Dto { - - - @ApiModelProperty("业务sid") - @NotBlank(message = "业务sid不能为空") - private String businessSid; - - @ApiModelProperty("流程实例id") - @NotBlank(message = "流程实例不能为空") - private String procInsId; - - @ApiModelProperty("节点id") - private String taskDefKey; - - @ApiModelProperty("节点状态") - @NotBlank(message = "节点状态不能为空") - private String nodeState; - - @ApiModelProperty("状态判断:0未提交,1办理中, 2已办结, -1退回到发起人,-2终止") - private Integer flowState; - - @ApiModelProperty("业务类型") - @NotBlank(message = "业务类型") - private String formType; -} \ No newline at end of file diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysFormStateVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysFormStateVo.java deleted file mode 100644 index 8084ef70..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysFormStateVo.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -/** - * @author liuguohui - * @version 1.0 - * @description - * @date 2022/03/15 - */ -@ApiModel("流程状态") -@Data -public class SysFormStateVo implements Vo { - - @ApiModelProperty("节点状态") - private String nodeState; - - @ApiModelProperty("状态判断:0未提交,1办理中, 2已办结, -1退回到发起人,-2终止") - private Integer flowState; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysUserVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysUserVo.java deleted file mode 100644 index eb69f080..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/SysUserVo.java +++ /dev/null @@ -1,92 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - - -import com.fasterxml.jackson.annotation.JsonProperty; -import com.yxt.common.core.vo.Vo; -import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; -import lombok.NoArgsConstructor; - -import java.util.ArrayList; -import java.util.List; - -/** - * Project: anrui_portal(门户建设)
- * File: SysUserVo.java
- * Class: SysUserVo
- * Description: 用户表 视图数据对象.
- * Copyright: Copyright (c) 2011
- * Company: https://gitee.com/liuzp315
- * Makedate: 2021-08-03 00:24:30
- * - * @author liupopo - * @version 1.0 - * @since 1.0 - */ -@ApiModel(value = "用户表 视图数据对象", description = "用户表 视图数据对象") -@Data -@NoArgsConstructor -public class SysUserVo implements Vo { - private static final long serialVersionUID = 2415131854581950721L; - @ApiModelProperty("部门sid") - private String departmentSid; - @ApiModelProperty("部门名称") - private String departmentName; - @ApiModelProperty("上级部门名称-本级部门名称 岗位名称") - @JsonProperty("pNameAndDepartmentNameAndPostName") - private String pNameAndDepartmentNameAndPostName; - @ApiModelProperty("岗位名称") - private String postName; - @ApiModelProperty("岗位Sid") - private String postSid; - @ApiModelProperty("单位sid") - private String organizationSid; - @ApiModelProperty("单位名称") - private String organizationName; - @ApiModelProperty("用户姓名") - private String name; - @ApiModelProperty("登录名,登录名不能相同") - private String userName; - - @ApiModelProperty("id") - private Integer id; - @ApiModelProperty("用户sid") - private String sid; - @ApiModelProperty("是否是管理员:1管理员,2一般用户,0是超级管理员,3尚无单位人员") - private String isAdmin; - @ApiModelProperty("角色名称") - private String roleName; - - @ApiModelProperty("关联的人员sid") - private String staffSid; - - @ApiModelProperty("手机号") - private String mobile; - @ApiModelProperty(value = "禁用状态") - private String isEnable; - - @ApiModelProperty("用户类型:1员工、2客户、3供应商") - private String userType; - @ApiModelProperty("用户类型:1、2、3") - private String userTypeKey; - @ApiModelProperty("用户头像") - private String headImage; - @ApiModelProperty("组织名称") - private String orgNamePath; - @ApiModelProperty("组织sid") - private String orgSidPath; - @ApiModelProperty(value = "token") - private String token; - @ApiModelProperty(value = "角色sids") - private List roleSids = new ArrayList<>(); - - private String defaultOrgPath; - private String defaultOrgPathName; - - @ApiModelProperty("是否需要更换密码") - private Boolean needResetPsd; - @ApiModelProperty("工号") - private String jobNumber; - private String openid; -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/TaskUserInfo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/TaskUserInfo.java deleted file mode 100644 index 0559b239..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/TaskUserInfo.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -public class TaskUserInfo { - private String assigneeName; - private String assigneeHeadImage; - private String assigneeSid; - - public String getAssigneeSid() { - return assigneeSid; - } - - public void setAssigneeSid(String assigneeSid) { - this.assigneeSid = assigneeSid; - } - - public String getAssigneeName() { - return assigneeName; - } - - public void setAssigneeName(String assigneeName) { - this.assigneeName = assigneeName; - } - - public String getAssigneeHeadImage() { - return assigneeHeadImage; - } - - public void setAssigneeHeadImage(String assigneeHeadImage) { - this.assigneeHeadImage = assigneeHeadImage; - } -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/UserProjectVo.java b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/UserProjectVo.java deleted file mode 100644 index e48a466f..00000000 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-api/src/main/java/com/yxt/supervise/enterprisecentre/api/sealrecord/UserProjectVo.java +++ /dev/null @@ -1,42 +0,0 @@ -package com.yxt.supervise.enterprisecentre.api.sealrecord; - -import com.yxt.common.core.query.Query; - -public class UserProjectVo implements Query { - private String id; - private String sid; - private String projectSid; - private String userSid; - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public String getSid() { - return sid; - } - - public void setSid(String sid) { - this.sid = sid; - } - - public String getProjectSid() { - return projectSid; - } - - public void setProjectSid(String projectSid) { - this.projectSid = projectSid; - } - - public String getUserSid() { - return userSid; - } - - public void setUserSid(String userSid) { - this.userSid = userSid; - } -} diff --git a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-biz/src/main/resources/application-test.yml b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-biz/src/main/resources/application-test.yml index 1e5cfbd6..1805ef37 100644 --- a/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-biz/src/main/resources/application-test.yml +++ b/yxt_supervise/yxt-supervise-enterprisecentre/yxt-supervise-enterprisecentre-biz/src/main/resources/application-test.yml @@ -24,7 +24,6 @@ spring: port: 6379 timeout: 0 # 连接超时时间(毫秒) - image: upload: path: /home/lzh/docker_data/nginx/html/supervise/supervise-portal-ui/upload/