From 058bd9505d484a1e0cba68ba363ca01dc9ee9b32 Mon Sep 17 00:00:00 2001 From: x_z Date: Mon, 2 Jan 2023 14:47:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E5=8D=95=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=AE=9E=E4=BD=93=E7=B1=BB=E5=92=8C=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/dao/rebuild/BussinessTypeDao.java | 11 + .../entity/rebuild/BussinessTypeEntity.java | 273 ++++++++++++++++++ .../mapper/rebuild/BussinessTypeDao.xml | 7 + 3 files changed, 291 insertions(+) create mode 100644 src/main/java/com/glxp/api/dao/rebuild/BussinessTypeDao.java create mode 100644 src/main/java/com/glxp/api/entity/rebuild/BussinessTypeEntity.java create mode 100644 src/main/resources/mybatis/mapper/rebuild/BussinessTypeDao.xml diff --git a/src/main/java/com/glxp/api/dao/rebuild/BussinessTypeDao.java b/src/main/java/com/glxp/api/dao/rebuild/BussinessTypeDao.java new file mode 100644 index 00000000..2830abb9 --- /dev/null +++ b/src/main/java/com/glxp/api/dao/rebuild/BussinessTypeDao.java @@ -0,0 +1,11 @@ +package com.glxp.api.dao.rebuild; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.glxp.api.entity.rebuild.BussinessTypeEntity; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface BussinessTypeDao extends BaseMapper { + + +} diff --git a/src/main/java/com/glxp/api/entity/rebuild/BussinessTypeEntity.java b/src/main/java/com/glxp/api/entity/rebuild/BussinessTypeEntity.java new file mode 100644 index 00000000..fadd431b --- /dev/null +++ b/src/main/java/com/glxp/api/entity/rebuild/BussinessTypeEntity.java @@ -0,0 +1,273 @@ +package com.glxp.api.entity.rebuild; + +import lombok.Data; + +import java.util.Date; + +@Data +public class BussinessTypeEntity { + /** + * id + */ + private Integer id; + + /** + * 主类型(出库,入库) + */ + private String mainaction; + + /** + * 业务类型 + */ + private String action; + + /** + * 业务名称 + */ + private String name; + + /** + * 是否启用 + */ + private Boolean enable; + + /** + * 备注 + */ + private String remark; + + /** + * 第三方系统外键 + */ + private String thirdsysfk; + + /** + * 是否自动生成往来单位:1.是;2.否 + */ + private Boolean genunit; + + /** + * 是否是内部单据:1.是;0:否 + */ + private Boolean innerorder; + + /** + * 是否二次验收 + */ + private Boolean seccheckenable; + + /** + * 是否根据业务单据类型校验 + */ + private Boolean checkenable; + + /** + * UDIMS平台来源是否需要校验 + */ + private Boolean checkudims; + + /** + * pda已校验单据 + */ + private Boolean checkpdaed; + + /** + * pda未检验单据 + */ + private Boolean checkpdaun; + + /** + * PC端扫码精灵 + */ + private Boolean checkpc; + + /** + * web前端页面新增单据 + */ + private Boolean checkwebnew; + + /** + * 供应商平台导出单据 + */ + private Boolean checksp; + + /** + * 流转生成单据 + */ + private Boolean checkchange; + + /** + * UDIMS平台单据 二次校验 + */ + private Boolean seccheckudims; + + /** + * 手持终端已校验单据 二次校验 + */ + private Boolean seccheckpdaed; + + /** + * 手持终端未校验单据 二次校验 + */ + private Boolean seccheckpdaun; + + /** + * UDI扫码通 二次校验 + */ + private Boolean seccheckpc; + + /** + * web端新增单据 二次复核 + */ + private Boolean seccheckwebnew; + + /** + * 自动补单二次复核 + */ + private Boolean seccheckchange; + + /** + * 供应商平台导出单据 + */ + private Boolean secchecksp; + + /** + * 往来单位类型 + */ + private Boolean corptype; + + /** + * varchar + */ + private String supplementordertype; + + /** + * 平衡补单是否校验 + */ + private Boolean checkbalacne; + + /** + * 平衡补单是否二次验收 + */ + private Boolean seccheckbalacne; + + /** + * 允许科室多次使用出库 + */ + private Boolean usedycount; + + /** + * 到期提示 + */ + private Boolean expiretip; + + /** + * 更新时间 + */ + private Date updatetime; + + /** + * 默认往来单位 + */ + private String defaultunit; + + /** + * 创建单据前缀 + */ + private String prefix; + + /** + * 出库是否直接上传至自助平台 + */ + private Boolean outtospms; + + /** + * 允许出库自动缺量补单 + */ + private Boolean ullagefill; + + /** + * 是否只采集预验收产品 + */ + private Boolean scanprein; + + /** + * 是否访问库存 + */ + private Boolean vailinv; + + /** + * 允许验收自助平台单据 + */ + private Boolean entrutspms; + + /** + * 是否强制三期校验 + */ + private Boolean codefillcheck; + + /** + * 默认分库 + */ + private String defaultsubinv; + + /** + * 默认仓库 + */ + private String defaultinv; + + /** + * 订单详情展示方式:0:根据批次号展示,1:根据条码展示 + */ + private Boolean ordervisibletype; + + /** + * 是否校验复制单据 + */ + private Boolean checkcopy; + + /** + * 是否二次校验复制单据 + */ + private Boolean seccheckcopy; + + /** + * 第三方系统单据类型 + */ + private String originaction; + + /** + * 是否预入库 + */ + private Boolean advancetype; + + /** + * 是否流转 + */ + private Boolean changeenable; + + /** + * 是否供应商使用 + */ + private Boolean spuse; + + /** + * 是否预验收单据类型 + */ + private Boolean prein; + + /** + * 缺量补单是否全量补单 + */ + private Boolean supplementall; + + /** + * 创建人 + */ + private String createuser; + + /** + * 创建时间 + */ + private String createtime; +} \ No newline at end of file diff --git a/src/main/resources/mybatis/mapper/rebuild/BussinessTypeDao.xml b/src/main/resources/mybatis/mapper/rebuild/BussinessTypeDao.xml new file mode 100644 index 00000000..c30c3509 --- /dev/null +++ b/src/main/resources/mybatis/mapper/rebuild/BussinessTypeDao.xml @@ -0,0 +1,7 @@ + + + + + + +