湖里妇幼初始化
							parent
							
								
									23fc81dcde
								
							
						
					
					
						commit
						3e6053c14f
					
				
											
												
													File diff suppressed because one or more lines are too long
												
											
										
									
								| @ -0,0 +1,41 @@ | |||||||
|  | package com.glxp.mipsdl.client.hlhyxyy.entity; | ||||||
|  | 
 | ||||||
|  | import com.fasterxml.jackson.annotation.JsonProperty; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 高值耗材出入库明细 | ||||||
|  |  */ | ||||||
|  | @NoArgsConstructor | ||||||
|  | @Data | ||||||
|  | public class InvCodeResultEntity { | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  |     @JsonProperty("recordNo") | ||||||
|  |     private Integer recordNo; | ||||||
|  |     @JsonProperty("visitNo") | ||||||
|  |     private String visitNo; | ||||||
|  |     @JsonProperty("sickName") | ||||||
|  |     private String sickName; | ||||||
|  |     @JsonProperty("inDept") | ||||||
|  |     private String inDept; | ||||||
|  |     @JsonProperty("deptName") | ||||||
|  |     private String deptName; | ||||||
|  |     @JsonProperty("materialCode") | ||||||
|  |     private String materialCode; | ||||||
|  |     @JsonProperty("materialName") | ||||||
|  |     private String materialName; | ||||||
|  |     @JsonProperty("materialPrc") | ||||||
|  |     private Integer materialPrc; | ||||||
|  |     @JsonProperty("dictBarcode") | ||||||
|  |     private String dictBarcode; | ||||||
|  |     @JsonProperty("Barcode") | ||||||
|  |     private String barcode; | ||||||
|  |     @JsonProperty("feeTime") | ||||||
|  |     private String feeTime; | ||||||
|  |     @JsonProperty("feeOper") | ||||||
|  |     private String feeOper; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| @ -0,0 +1,41 @@ | |||||||
|  | package com.glxp.mipsdl.client.hlhyxyy.entity; | ||||||
|  | 
 | ||||||
|  | import com.fasterxml.jackson.annotation.JsonProperty; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 收费项目出入库明细 | ||||||
|  |  */ | ||||||
|  | @NoArgsConstructor | ||||||
|  | @Data | ||||||
|  | public class InvProjectResultEntity { | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  |     @JsonProperty("seqNo") | ||||||
|  |     private String seqNo; | ||||||
|  |     @JsonProperty("visitNo") | ||||||
|  |     private String visitNo; | ||||||
|  |     @JsonProperty("sickName") | ||||||
|  |     private String sickName; | ||||||
|  |     @JsonProperty("applyDept") | ||||||
|  |     private String applyDept; | ||||||
|  |     @JsonProperty("deptName") | ||||||
|  |     private String deptName; | ||||||
|  |     @JsonProperty("itemCode") | ||||||
|  |     private String itemCode; | ||||||
|  |     @JsonProperty("itemName") | ||||||
|  |     private String itemName; | ||||||
|  |     @JsonProperty("Price") | ||||||
|  |     private Double price; | ||||||
|  |     @JsonProperty("quantity") | ||||||
|  |     private Integer quantity; | ||||||
|  |     @JsonProperty("Cost") | ||||||
|  |     private Double cost; | ||||||
|  |     @JsonProperty("materialCode") | ||||||
|  |     private String materialCode; | ||||||
|  |     @JsonProperty("materialName") | ||||||
|  |     private String materialName; | ||||||
|  |     @JsonProperty("OperTime") | ||||||
|  |     private String operTime; | ||||||
|  | } | ||||||
| @ -0,0 +1,60 @@ | |||||||
|  | package com.glxp.mipsdl.client.hlhyxyy.entity; | ||||||
|  | 
 | ||||||
|  | import com.fasterxml.jackson.annotation.JsonProperty; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 库存出入库明细 | ||||||
|  |  */ | ||||||
|  | @NoArgsConstructor | ||||||
|  | @Data | ||||||
|  | public class InvResultEntity { | ||||||
|  | 
 | ||||||
|  |     @JsonProperty("applyNo") | ||||||
|  |     private String applyNo; | ||||||
|  |     @JsonProperty("ioFlag") | ||||||
|  |     private String ioFlag; | ||||||
|  |     @JsonProperty("ioType") | ||||||
|  |     private String ioType; | ||||||
|  |     @JsonProperty("ioTypeName") | ||||||
|  |     private String ioTypeName; | ||||||
|  |     @JsonProperty("Debit") | ||||||
|  |     private String debit; | ||||||
|  |     @JsonProperty("DebitName") | ||||||
|  |     private String debitName; | ||||||
|  |     @JsonProperty("Credit") | ||||||
|  |     private String credit; | ||||||
|  |     @JsonProperty("CreditName") | ||||||
|  |     private String creditName; | ||||||
|  |     @JsonProperty("AccoutDate") | ||||||
|  |     private String accoutDate; | ||||||
|  |     @JsonProperty("Accoutant") | ||||||
|  |     private String accoutant; | ||||||
|  |     @JsonProperty("receiveOper") | ||||||
|  |     private String receiveOper; | ||||||
|  |     @JsonProperty("materialCode") | ||||||
|  |     private String materialCode; | ||||||
|  |     @JsonProperty("materialName") | ||||||
|  |     private String materialName; | ||||||
|  |     @JsonProperty("materialSpec") | ||||||
|  |     private String materialSpec; | ||||||
|  |     @JsonProperty("materialUnit") | ||||||
|  |     private String materialUnit; | ||||||
|  |     @JsonProperty("batchNo") | ||||||
|  |     private String batchNo; | ||||||
|  |     @JsonProperty("invoiceNo") | ||||||
|  |     private String invoiceNo; | ||||||
|  |     @JsonProperty("invoiceDate") | ||||||
|  |     private String invoiceDate; | ||||||
|  |     @JsonProperty("quantity") | ||||||
|  |     private Integer quantity; | ||||||
|  |     @JsonProperty("importPrc") | ||||||
|  |     private Double importPrc; | ||||||
|  |     @JsonProperty("importMoney") | ||||||
|  |     private Integer importMoney; | ||||||
|  |     @JsonProperty("factoryCode") | ||||||
|  |     private String factoryCode; | ||||||
|  |     @JsonProperty("factoryName") | ||||||
|  |     private String factoryName; | ||||||
|  | } | ||||||
| @ -0,0 +1,45 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 单位往来信息查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a001") | ||||||
|  | public class VA001 implements Serializable { | ||||||
|  |     @TableField(value = "UNITID") | ||||||
|  |     private String unitid; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`NAME`") | ||||||
|  |     private String name; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "LASTUPDATETIME") | ||||||
|  |     private String lastupdatetime; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ADDR") | ||||||
|  |     private String addr; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CREDITNO") | ||||||
|  |     private String creditno; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SPELL") | ||||||
|  |     private String spell; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CONTACT") | ||||||
|  |     private String contact; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MOBILE") | ||||||
|  |     private String mobile; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,114 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 医疗器械产品信息查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a002") | ||||||
|  | public class VA002 implements Serializable { | ||||||
|  |     @TableField(value = "LASTUPDATETIME") | ||||||
|  |     private String lastupdatetime; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CODE") | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`NAME`") | ||||||
|  |     private String name; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASNAME") | ||||||
|  |     private String measname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`STANDARD`") | ||||||
|  |     private String standard; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REGISTERNO") | ||||||
|  |     private String registerno; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MANUFACTORYCODE") | ||||||
|  |     private String manufactorycode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MANUFACTORY") | ||||||
|  |     private String manufactory; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SUPCODE") | ||||||
|  |     private String SUPCODE; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SUPNAME") | ||||||
|  |     private String SUPNAME; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CPLB") | ||||||
|  |     private String CPLB; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "FLBM") | ||||||
|  |     private String FLBM; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "QXLB") | ||||||
|  |     private String QXLB; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "YBBM") | ||||||
|  |     private String YBBM; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SPTM") | ||||||
|  |     private String SPTM; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "TYSHXYDM") | ||||||
|  |     private String TYSHXYDM; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "YLQXZCRBARMC") | ||||||
|  |     private String YLQXZCRBARMC; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "YLQXZCRBARYWMC") | ||||||
|  |     private String YLQXZCRBARYWMC; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CPMS") | ||||||
|  |     private String CPMS; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SPMC") | ||||||
|  |     private String SPMC; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "QTBM") | ||||||
|  |     private String QTBM; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ZCZYXQZ") | ||||||
|  |     private String ZCZYXQZ; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRICE") | ||||||
|  |     private String PRICE; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "RETAILPRICE") | ||||||
|  |     private String RETAILPRICE; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "INVCODE") | ||||||
|  |     private String INVCODE; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String REMARK; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK1") | ||||||
|  |     private String REMARK1; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK2") | ||||||
|  |     private String REMARK2; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK3") | ||||||
|  |     private String REMARK3; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK4") | ||||||
|  |     private String REMARK4; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK5") | ||||||
|  |     private String REMARK5; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,111 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 药品产品信息查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a003") | ||||||
|  | public class VA003 implements Serializable { | ||||||
|  |     @TableField(value = "LASTUPDATETIME") | ||||||
|  |     private String lastupdatetime; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CODE") | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`NAME`") | ||||||
|  |     private String name; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "NAMECODE") | ||||||
|  |     private String namecode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASNAME") | ||||||
|  |     private String measname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "BZGG") | ||||||
|  |     private String bzgg; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PACKUNIT") | ||||||
|  |     private String packunit; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PREPNSPEC") | ||||||
|  |     private String prepnspec; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PREPNUNIT") | ||||||
|  |     private String prepnunit; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ZXBZSL") | ||||||
|  |     private String zxbzsl; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REGISTERNO") | ||||||
|  |     private String registerno; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MANUFACTORYCODE") | ||||||
|  |     private String manufactorycode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MANUFACTORY") | ||||||
|  |     private String manufactory; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SUPCODE") | ||||||
|  |     private String supcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SUPNAME") | ||||||
|  |     private String supname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CPLB") | ||||||
|  |     private String cplb; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "FLBM") | ||||||
|  |     private String flbm; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "YBBM") | ||||||
|  |     private String ybbm; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SPTM") | ||||||
|  |     private String sptm; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "TYSHXYDM") | ||||||
|  |     private String tyshxydm; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CPMS") | ||||||
|  |     private String cpms; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SPMC") | ||||||
|  |     private String spmc; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ZCZYXQZ") | ||||||
|  |     private String zczyxqz; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRICE") | ||||||
|  |     private String price; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "RETAILPRICE") | ||||||
|  |     private String retailprice; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "INVCODE") | ||||||
|  |     private String invcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK1") | ||||||
|  |     private String remark1; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK2") | ||||||
|  |     private String remark2; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK3") | ||||||
|  |     private String remark3; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,30 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 仓库(科室)信息查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a004") | ||||||
|  | public class VA004 implements Serializable { | ||||||
|  |     @TableField(value = "CODE") | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`NAME`") | ||||||
|  |     private String name; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,33 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 单据类型信息查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a005") | ||||||
|  | public class VA005 implements Serializable { | ||||||
|  |     @TableField(value = "CODE") | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`NAME`") | ||||||
|  |     private String name; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "INOUTTYPE") | ||||||
|  |     private String inouttype; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,51 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 耗材处方查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a006") | ||||||
|  | public class VA006 implements Serializable { | ||||||
|  |     @TableField(value = "CODE") | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SICKCODE") | ||||||
|  |     private String sickcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SICKNAME") | ||||||
|  |     private String sickname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRESCRIBEDATE") | ||||||
|  |     private String prescribedate; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CREATEDR") | ||||||
|  |     private String createdr; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "AMOUNT") | ||||||
|  |     private String amount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DEPTCODE") | ||||||
|  |     private String deptcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DEPTNAME") | ||||||
|  |     private String deptname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DIAGNOSIS") | ||||||
|  |     private String diagnosis; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,63 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 耗材处方查询-明细 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a006_mx") | ||||||
|  | public class VA006Mx implements Serializable { | ||||||
|  |     @TableField(value = "CODEFK") | ||||||
|  |     private String codefk; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "THRID") | ||||||
|  |     private String thrid; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ITEMNAME") | ||||||
|  |     private String itemname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ITEMCODE") | ||||||
|  |     private String itemcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASURECOUNT") | ||||||
|  |     private String measurecount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASUREUNIT") | ||||||
|  |     private String measureunit; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CATEGORY") | ||||||
|  |     private String category; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "FREQUENCY") | ||||||
|  |     private String frequency; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "GGXH") | ||||||
|  |     private String ggxh; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`COUNT`") | ||||||
|  |     private String count; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRICE") | ||||||
|  |     private String price; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "RETAILPRICE") | ||||||
|  |     private String retailprice; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "AMOUNT") | ||||||
|  |     private String amount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,51 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 药品处方查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a010") | ||||||
|  | public class VA010 implements Serializable { | ||||||
|  |     @TableField(value = "CODE") | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SICKCODE") | ||||||
|  |     private String sickcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SICKNAME") | ||||||
|  |     private String sickname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRESCRIBEDATE") | ||||||
|  |     private String prescribedate; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CREATEDR") | ||||||
|  |     private String createdr; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "AMOUNT") | ||||||
|  |     private String amount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DEPTCODE") | ||||||
|  |     private String deptcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DEPTNAME") | ||||||
|  |     private String deptname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DIAGNOSIS") | ||||||
|  |     private String diagnosis; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,60 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 药品处方退费查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a011") | ||||||
|  | public class VA011 implements Serializable { | ||||||
|  |     @TableField(value = "CODEFK") | ||||||
|  |     private String codefk; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CODE") | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SICKCODE") | ||||||
|  |     private String sickcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SICKNAME") | ||||||
|  |     private String sickname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRESCRIBEDATE") | ||||||
|  |     private String prescribedate; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CREATEDR") | ||||||
|  |     private String createdr; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "AMOUNT") | ||||||
|  |     private String amount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DEPTCODE") | ||||||
|  |     private String deptcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DEPTNAME") | ||||||
|  |     private String deptname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "INVCODE") | ||||||
|  |     private String invcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SETTLENO") | ||||||
|  |     private String settleno; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DIAGNOSIS") | ||||||
|  |     private String diagnosis; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,78 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 药品处方退费查询-明细 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a011_mx") | ||||||
|  | public class VA011Mx implements Serializable { | ||||||
|  |     @TableField(value = "CODEFK") | ||||||
|  |     private String codefk; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "THRID") | ||||||
|  |     private String thrid; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ITEMNAME") | ||||||
|  |     private String itemname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ITEMCODE") | ||||||
|  |     private String itemcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASURECOUNT") | ||||||
|  |     private String measurecount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASUREUNIT") | ||||||
|  |     private String measureunit; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CATEGORY") | ||||||
|  |     private String category; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "FREQUENCY") | ||||||
|  |     private String frequency; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`COUNT`") | ||||||
|  |     private String count; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "BZGG") | ||||||
|  |     private String bzgg; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PACKUNIT") | ||||||
|  |     private String packunit; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PREPNSPEC") | ||||||
|  |     private String prepnspec; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PREPNUNIT") | ||||||
|  |     private String prepnunit; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASNAME") | ||||||
|  |     private String measname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRICE") | ||||||
|  |     private String price; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "RETAILPRICE") | ||||||
|  |     private String retailprice; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "AMOUNT") | ||||||
|  |     private String amount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DRUGLIST") | ||||||
|  |     private String druglist; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,51 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 耗材处方退费查询 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a015") | ||||||
|  | public class VA015 implements Serializable { | ||||||
|  |     @TableField(value = "CODE") | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SICKCODE") | ||||||
|  |     private String sickcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "SICKNAME") | ||||||
|  |     private String sickname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRESCRIBEDATE") | ||||||
|  |     private String prescribedate; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CREATEDR") | ||||||
|  |     private String createdr; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "AMOUNT") | ||||||
|  |     private String amount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DEPTCODE") | ||||||
|  |     private String deptcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DEPTNAME") | ||||||
|  |     private String deptname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "DIAGNOSIS") | ||||||
|  |     private String diagnosis; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,63 @@ | |||||||
|  | package com.glxp.mipsdl.entity.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.annotation.IdType; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableField; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableId; | ||||||
|  | import com.baomidou.mybatisplus.annotation.TableName; | ||||||
|  | import java.io.Serializable; | ||||||
|  | import lombok.AllArgsConstructor; | ||||||
|  | import lombok.Data; | ||||||
|  | import lombok.NoArgsConstructor; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 耗材处方退费查询-明细 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | @AllArgsConstructor | ||||||
|  | @NoArgsConstructor | ||||||
|  | @TableName(value = "v_a015_mx") | ||||||
|  | public class VA015Mx implements Serializable { | ||||||
|  |     @TableField(value = "CODEFK") | ||||||
|  |     private String codefk; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "THRID") | ||||||
|  |     private String thrid; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ITEMNAME") | ||||||
|  |     private String itemname; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "ITEMCODE") | ||||||
|  |     private String itemcode; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASURECOUNT") | ||||||
|  |     private String measurecount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "MEASUREUNIT") | ||||||
|  |     private String measureunit; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "CATEGORY") | ||||||
|  |     private String category; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "FREQUENCY") | ||||||
|  |     private String frequency; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "GGXH") | ||||||
|  |     private String ggxh; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "`COUNT`") | ||||||
|  |     private String count; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "PRICE") | ||||||
|  |     private String price; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "RETAILPRICE") | ||||||
|  |     private String retailprice; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "AMOUNT") | ||||||
|  |     private String amount; | ||||||
|  | 
 | ||||||
|  |     @TableField(value = "REMARK") | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  |     private static final long serialVersionUID = 1L; | ||||||
|  | } | ||||||
| @ -0,0 +1,23 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.github.pagehelper.PageHelper; | ||||||
|  | import com.glxp.mipsdl.req.base.UdiwmsUnitRequest; | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA001Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.Collections; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA001; | ||||||
|  | @Service | ||||||
|  | public class VA001Service extends ServiceImpl<VA001Mapper, VA001> { | ||||||
|  |     public List<VA001> filterList(UdiwmsUnitRequest udiwmsUnitRequest) { | ||||||
|  |         if (null == udiwmsUnitRequest) { | ||||||
|  |             return Collections.emptyList(); | ||||||
|  |         } | ||||||
|  |         if (null != udiwmsUnitRequest.getPage() && null != udiwmsUnitRequest.getLimit()) { | ||||||
|  |             PageHelper.offsetPage((udiwmsUnitRequest.getPage() - 1) * udiwmsUnitRequest.getLimit(), udiwmsUnitRequest.getLimit()); | ||||||
|  |         } | ||||||
|  |         return this.baseMapper.filterList(udiwmsUnitRequest); | ||||||
|  |     } | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA002Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA002; | ||||||
|  | @Service | ||||||
|  | public class VA002Service extends ServiceImpl<VA002Mapper, VA002> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA003Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA003; | ||||||
|  | @Service | ||||||
|  | public class VA003Service extends ServiceImpl<VA003Mapper, VA003> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA004Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA004; | ||||||
|  | @Service | ||||||
|  | public class VA004Service extends ServiceImpl<VA004Mapper, VA004> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA005Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA005; | ||||||
|  | @Service | ||||||
|  | public class VA005Service extends ServiceImpl<VA005Mapper, VA005> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA006MxMapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA006Mx; | ||||||
|  | @Service | ||||||
|  | public class VA006MxService extends ServiceImpl<VA006MxMapper, VA006Mx> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA006Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA006; | ||||||
|  | @Service | ||||||
|  | public class VA006Service extends ServiceImpl<VA006Mapper, VA006> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA010Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA010; | ||||||
|  | @Service | ||||||
|  | public class VA010Service extends ServiceImpl<VA010Mapper, VA010> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA011MxMapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA011Mx; | ||||||
|  | @Service | ||||||
|  | public class VA011MxService extends ServiceImpl<VA011MxMapper, VA011Mx> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA011Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA011; | ||||||
|  | @Service | ||||||
|  | public class VA011Service extends ServiceImpl<VA011Mapper, VA011> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA015MxMapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA015Mx; | ||||||
|  | @Service | ||||||
|  | public class VA015MxService extends ServiceImpl<VA015MxMapper, VA015Mx> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,12 @@ | |||||||
|  | package com.glxp.mipsdl.service.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.glxp.mipsdl.thirddao.hlhyxyy.VA015Mapper; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | import javax.annotation.Resource; | ||||||
|  | import java.util.List; | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA015; | ||||||
|  | @Service | ||||||
|  | public class VA015Service extends ServiceImpl<VA015Mapper, VA015> { | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,14 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA001; | ||||||
|  | import com.glxp.mipsdl.req.base.UdiwmsUnitRequest; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | import java.util.List; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA001Mapper extends BaseMapper<VA001> { | ||||||
|  |     List<VA001> filterList(UdiwmsUnitRequest udiwmsUnitRequest); | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA002; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA002Mapper extends BaseMapper<VA002> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA003; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA003Mapper extends BaseMapper<VA003> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA004; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA004Mapper extends BaseMapper<VA004> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA005; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA005Mapper extends BaseMapper<VA005> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA006; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA006Mapper extends BaseMapper<VA006> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA006Mx; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA006MxMapper extends BaseMapper<VA006Mx> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA010; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA010Mapper extends BaseMapper<VA010> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA011; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA011Mapper extends BaseMapper<VA011> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA011Mx; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA011MxMapper extends BaseMapper<VA011Mx> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA015; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA015Mapper extends BaseMapper<VA015> { | ||||||
|  | } | ||||||
| @ -0,0 +1,9 @@ | |||||||
|  | package com.glxp.mipsdl.thirddao.hlhyxyy; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||||
|  | import com.glxp.mipsdl.entity.hlhyxyy.VA015Mx; | ||||||
|  | import org.apache.ibatis.annotations.Mapper; | ||||||
|  | 
 | ||||||
|  | @Mapper | ||||||
|  | public interface VA015MxMapper extends BaseMapper<VA015Mx> { | ||||||
|  | } | ||||||
| @ -0,0 +1,66 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA001Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA001"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a001--> | ||||||
|  |     <result column="UNITID" jdbcType="VARCHAR" property="UNITID" /> | ||||||
|  |     <result column="NAME" jdbcType="VARCHAR" property="NAME" /> | ||||||
|  |     <result column="LASTUPDATETIME" jdbcType="VARCHAR" property="LASTUPDATETIME" /> | ||||||
|  |     <result column="ADDR" jdbcType="VARCHAR" property="ADDR" /> | ||||||
|  |     <result column="CREDITNO" jdbcType="VARCHAR" property="CREDITNO" /> | ||||||
|  |     <result column="SPELL" jdbcType="VARCHAR" property="SPELL" /> | ||||||
|  |     <result column="CONTACT" jdbcType="VARCHAR" property="CONTACT" /> | ||||||
|  |     <result column="MOBILE" jdbcType="VARCHAR" property="MOBILE" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     UNITID, `NAME`, LASTUPDATETIME, ADDR, CREDITNO, SPELL, CONTACT, MOBILE | ||||||
|  |   </sql> | ||||||
|  |   <select id="filterList" resultType="com.glxp.mipsdl.entity.hlhyxyy.VA001"> | ||||||
|  |     select * | ||||||
|  |     from a001 | ||||||
|  |     <where> | ||||||
|  |       <if test="key != null and key != '' and databaseProductName == 'MySQL'"> | ||||||
|  |         AND ( | ||||||
|  |         UNITID like concat('%', #{key}, '%') OR | ||||||
|  |         NAME like concat('%', #{key}, '%') OR | ||||||
|  |         ADDR like concat('%', #{key}, '%') OR | ||||||
|  |         CREDITNO like concat('%', #{key}, '%') OR | ||||||
|  |         SPELL like concat('%', #{key}, '%') OR | ||||||
|  |         CONTACT like concat('%', #{key}, '%') OR | ||||||
|  |         MOBILE like concat('%', #{key}, '%') | ||||||
|  |         ) | ||||||
|  |       </if> | ||||||
|  |       <if test="unitId != null and unitId != '' and databaseProductName == 'MySQL'"> | ||||||
|  |         AND UNITID like concat('%', #{unitId}, '%') | ||||||
|  |       </if> | ||||||
|  |       <if test="name != null and name != '' and databaseProductName == 'MySQL'"> | ||||||
|  |         AND NAME like concat('%', #{name}, '%') | ||||||
|  |       </if> | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  |       <if test="key != null and key != '' and databaseProductName == 'Oracle'"> | ||||||
|  |         AND ( | ||||||
|  |         UNITID LIKE '%' || #{key} || '%' OR | ||||||
|  |         NAME LIKE '%' || #{key} || '%' OR | ||||||
|  |         ADDR LIKE '%' || #{key} || '%' OR | ||||||
|  |         CREDITNO LIKE '%' || #{key} || '%' OR | ||||||
|  |         SPELL LIKE '%' || #{key} || '%' OR | ||||||
|  |         CONTACT LIKE '%' || #{key} || '%' OR | ||||||
|  |         MOBILE LIKE '%' || #{key} || '%' OR | ||||||
|  |         ) | ||||||
|  |       </if> | ||||||
|  |       <if test="unitId != null and unitId != ''  and databaseProductName == 'Oracle'"> | ||||||
|  |         AND UNITID LIKE '%' || #{unitId} || '%'  OR | ||||||
|  |       </if> | ||||||
|  |       <if test="name != null and name != ''  and databaseProductName == 'Oracle'"> | ||||||
|  |         AND NAME LIKE '%' || #{name} || '%' | ||||||
|  |       </if> | ||||||
|  |     </where> | ||||||
|  |     order by LASTUPDATETIME | ||||||
|  |   </select> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,46 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA002Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA002"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a002--> | ||||||
|  |     <result column="LASTUPDATETIME" jdbcType="VARCHAR" property="LASTUPDATETIME" /> | ||||||
|  |     <result column="CODE" jdbcType="VARCHAR" property="CODE" /> | ||||||
|  |     <result column="NAME" jdbcType="VARCHAR" property="NAME" /> | ||||||
|  |     <result column="MEASNAME" jdbcType="VARCHAR" property="MEASNAME" /> | ||||||
|  |     <result column="STANDARD" jdbcType="VARCHAR" property="STANDARD" /> | ||||||
|  |     <result column="REGISTERNO" jdbcType="VARCHAR" property="REGISTERNO" /> | ||||||
|  |     <result column="MANUFACTORYCODE" jdbcType="VARCHAR" property="MANUFACTORYCODE" /> | ||||||
|  |     <result column="MANUFACTORY" jdbcType="VARCHAR" property="MANUFACTORY" /> | ||||||
|  |     <result column="SUPCODE" jdbcType="VARCHAR" property="SUPCODE" /> | ||||||
|  |     <result column="SUPNAME" jdbcType="VARCHAR" property="SUPNAME" /> | ||||||
|  |     <result column="CPLB" jdbcType="VARCHAR" property="CPLB" /> | ||||||
|  |     <result column="FLBM" jdbcType="VARCHAR" property="FLBM" /> | ||||||
|  |     <result column="QXLB" jdbcType="VARCHAR" property="QXLB" /> | ||||||
|  |     <result column="YBBM" jdbcType="VARCHAR" property="YBBM" /> | ||||||
|  |     <result column="SPTM" jdbcType="VARCHAR" property="SPTM" /> | ||||||
|  |     <result column="TYSHXYDM" jdbcType="VARCHAR" property="TYSHXYDM" /> | ||||||
|  |     <result column="YLQXZCRBARMC" jdbcType="VARCHAR" property="YLQXZCRBARMC" /> | ||||||
|  |     <result column="YLQXZCRBARYWMC" jdbcType="VARCHAR" property="YLQXZCRBARYWMC" /> | ||||||
|  |     <result column="CPMS" jdbcType="VARCHAR" property="CPMS" /> | ||||||
|  |     <result column="SPMC" jdbcType="VARCHAR" property="SPMC" /> | ||||||
|  |     <result column="QTBM" jdbcType="VARCHAR" property="QTBM" /> | ||||||
|  |     <result column="ZCZYXQZ" jdbcType="VARCHAR" property="ZCZYXQZ" /> | ||||||
|  |     <result column="PRICE" jdbcType="VARCHAR" property="PRICE" /> | ||||||
|  |     <result column="RETAILPRICE" jdbcType="VARCHAR" property="RETAILPRICE" /> | ||||||
|  |     <result column="INVCODE" jdbcType="VARCHAR" property="INVCODE" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |     <result column="REMARK1" jdbcType="VARCHAR" property="REMARK1" /> | ||||||
|  |     <result column="REMARK2" jdbcType="VARCHAR" property="REMARK2" /> | ||||||
|  |     <result column="REMARK3" jdbcType="VARCHAR" property="REMARK3" /> | ||||||
|  |     <result column="REMARK4" jdbcType="VARCHAR" property="REMARK4" /> | ||||||
|  |     <result column="REMARK5" jdbcType="VARCHAR" property="REMARK5" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     LASTUPDATETIME, CODE, `NAME`, MEASNAME, `STANDARD`, REGISTERNO, MANUFACTORYCODE,  | ||||||
|  |     MANUFACTORY, SUPCODE, SUPNAME, CPLB, FLBM, QXLB, YBBM, SPTM, TYSHXYDM, YLQXZCRBARMC,  | ||||||
|  |     YLQXZCRBARYWMC, CPMS, SPMC, QTBM, ZCZYXQZ, PRICE, RETAILPRICE, INVCODE, REMARK, REMARK1,  | ||||||
|  |     REMARK2, REMARK3, REMARK4, REMARK5 | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,45 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA003Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA003"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a003--> | ||||||
|  |     <result column="LASTUPDATETIME" jdbcType="VARCHAR" property="LASTUPDATETIME" /> | ||||||
|  |     <result column="CODE" jdbcType="VARCHAR" property="CODE" /> | ||||||
|  |     <result column="NAME" jdbcType="VARCHAR" property="NAME" /> | ||||||
|  |     <result column="NAMECODE" jdbcType="VARCHAR" property="NAMECODE" /> | ||||||
|  |     <result column="MEASNAME" jdbcType="VARCHAR" property="MEASNAME" /> | ||||||
|  |     <result column="BZGG" jdbcType="VARCHAR" property="BZGG" /> | ||||||
|  |     <result column="PACKUNIT" jdbcType="VARCHAR" property="PACKUNIT" /> | ||||||
|  |     <result column="PREPNSPEC" jdbcType="VARCHAR" property="PREPNSPEC" /> | ||||||
|  |     <result column="PREPNUNIT" jdbcType="VARCHAR" property="PREPNUNIT" /> | ||||||
|  |     <result column="ZXBZSL" jdbcType="VARCHAR" property="ZXBZSL" /> | ||||||
|  |     <result column="REGISTERNO" jdbcType="VARCHAR" property="REGISTERNO" /> | ||||||
|  |     <result column="MANUFACTORYCODE" jdbcType="VARCHAR" property="MANUFACTORYCODE" /> | ||||||
|  |     <result column="MANUFACTORY" jdbcType="VARCHAR" property="MANUFACTORY" /> | ||||||
|  |     <result column="SUPCODE" jdbcType="VARCHAR" property="SUPCODE" /> | ||||||
|  |     <result column="SUPNAME" jdbcType="VARCHAR" property="SUPNAME" /> | ||||||
|  |     <result column="CPLB" jdbcType="VARCHAR" property="CPLB" /> | ||||||
|  |     <result column="FLBM" jdbcType="VARCHAR" property="FLBM" /> | ||||||
|  |     <result column="YBBM" jdbcType="VARCHAR" property="YBBM" /> | ||||||
|  |     <result column="SPTM" jdbcType="VARCHAR" property="SPTM" /> | ||||||
|  |     <result column="TYSHXYDM" jdbcType="VARCHAR" property="TYSHXYDM" /> | ||||||
|  |     <result column="CPMS" jdbcType="VARCHAR" property="CPMS" /> | ||||||
|  |     <result column="SPMC" jdbcType="VARCHAR" property="SPMC" /> | ||||||
|  |     <result column="ZCZYXQZ" jdbcType="VARCHAR" property="ZCZYXQZ" /> | ||||||
|  |     <result column="PRICE" jdbcType="VARCHAR" property="PRICE" /> | ||||||
|  |     <result column="RETAILPRICE" jdbcType="VARCHAR" property="RETAILPRICE" /> | ||||||
|  |     <result column="INVCODE" jdbcType="VARCHAR" property="INVCODE" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |     <result column="REMARK1" jdbcType="VARCHAR" property="REMARK1" /> | ||||||
|  |     <result column="REMARK2" jdbcType="VARCHAR" property="REMARK2" /> | ||||||
|  |     <result column="REMARK3" jdbcType="VARCHAR" property="REMARK3" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     LASTUPDATETIME, CODE, `NAME`, NAMECODE, MEASNAME, BZGG, PACKUNIT, PREPNSPEC, PREPNUNIT,  | ||||||
|  |     ZXBZSL, REGISTERNO, MANUFACTORYCODE, MANUFACTORY, SUPCODE, SUPNAME, CPLB, FLBM, YBBM,  | ||||||
|  |     SPTM, TYSHXYDM, CPMS, SPMC, ZCZYXQZ, PRICE, RETAILPRICE, INVCODE, REMARK, REMARK1,  | ||||||
|  |     REMARK2, REMARK3 | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,15 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA004Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA004"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a004--> | ||||||
|  |     <result column="CODE" jdbcType="VARCHAR" property="CODE" /> | ||||||
|  |     <result column="NAME" jdbcType="VARCHAR" property="NAME" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODE, `NAME`, REMARK | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,16 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA005Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA005"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a005--> | ||||||
|  |     <result column="CODE" jdbcType="VARCHAR" property="CODE" /> | ||||||
|  |     <result column="NAME" jdbcType="VARCHAR" property="NAME" /> | ||||||
|  |     <result column="INOUTTYPE" jdbcType="VARCHAR" property="INOUTTYPE" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODE, `NAME`, INOUTTYPE, REMARK | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,23 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA006Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA006"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a006--> | ||||||
|  |     <result column="CODE" jdbcType="VARCHAR" property="CODE" /> | ||||||
|  |     <result column="SICKCODE" jdbcType="VARCHAR" property="SICKCODE" /> | ||||||
|  |     <result column="SICKNAME" jdbcType="VARCHAR" property="SICKNAME" /> | ||||||
|  |     <result column="PRESCRIBEDATE" jdbcType="VARCHAR" property="PRESCRIBEDATE" /> | ||||||
|  |     <result column="CREATEDR" jdbcType="VARCHAR" property="CREATEDR" /> | ||||||
|  |     <result column="AMOUNT" jdbcType="VARCHAR" property="AMOUNT" /> | ||||||
|  |     <result column="DEPTCODE" jdbcType="VARCHAR" property="DEPTCODE" /> | ||||||
|  |     <result column="DEPTNAME" jdbcType="VARCHAR" property="DEPTNAME" /> | ||||||
|  |     <result column="DIAGNOSIS" jdbcType="VARCHAR" property="DIAGNOSIS" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODE, SICKCODE, SICKNAME, PRESCRIBEDATE, CREATEDR, AMOUNT, DEPTCODE, DEPTNAME, DIAGNOSIS,  | ||||||
|  |     REMARK | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,27 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA006MxMapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA006Mx"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a006_mx--> | ||||||
|  |     <result column="CODEFK" jdbcType="VARCHAR" property="CODEFK" /> | ||||||
|  |     <result column="THRID" jdbcType="VARCHAR" property="THRID" /> | ||||||
|  |     <result column="ITEMNAME" jdbcType="VARCHAR" property="ITEMNAME" /> | ||||||
|  |     <result column="ITEMCODE" jdbcType="VARCHAR" property="ITEMCODE" /> | ||||||
|  |     <result column="MEASURECOUNT" jdbcType="VARCHAR" property="MEASURECOUNT" /> | ||||||
|  |     <result column="MEASUREUNIT" jdbcType="VARCHAR" property="MEASUREUNIT" /> | ||||||
|  |     <result column="CATEGORY" jdbcType="VARCHAR" property="CATEGORY" /> | ||||||
|  |     <result column="FREQUENCY" jdbcType="VARCHAR" property="FREQUENCY" /> | ||||||
|  |     <result column="GGXH" jdbcType="VARCHAR" property="GGXH" /> | ||||||
|  |     <result column="COUNT" jdbcType="VARCHAR" property="COUNT" /> | ||||||
|  |     <result column="PRICE" jdbcType="VARCHAR" property="PRICE" /> | ||||||
|  |     <result column="RETAILPRICE" jdbcType="VARCHAR" property="RETAILPRICE" /> | ||||||
|  |     <result column="AMOUNT" jdbcType="VARCHAR" property="AMOUNT" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODEFK, THRID, ITEMNAME, ITEMCODE, MEASURECOUNT, MEASUREUNIT, CATEGORY, FREQUENCY,  | ||||||
|  |     GGXH, `COUNT`, PRICE, RETAILPRICE, AMOUNT, REMARK | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,23 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA010Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA010"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a010--> | ||||||
|  |     <result column="CODE" jdbcType="VARCHAR" property="CODE" /> | ||||||
|  |     <result column="SICKCODE" jdbcType="VARCHAR" property="SICKCODE" /> | ||||||
|  |     <result column="SICKNAME" jdbcType="VARCHAR" property="SICKNAME" /> | ||||||
|  |     <result column="PRESCRIBEDATE" jdbcType="VARCHAR" property="PRESCRIBEDATE" /> | ||||||
|  |     <result column="CREATEDR" jdbcType="VARCHAR" property="CREATEDR" /> | ||||||
|  |     <result column="AMOUNT" jdbcType="VARCHAR" property="AMOUNT" /> | ||||||
|  |     <result column="DEPTCODE" jdbcType="VARCHAR" property="DEPTCODE" /> | ||||||
|  |     <result column="DEPTNAME" jdbcType="VARCHAR" property="DEPTNAME" /> | ||||||
|  |     <result column="DIAGNOSIS" jdbcType="VARCHAR" property="DIAGNOSIS" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODE, SICKCODE, SICKNAME, PRESCRIBEDATE, CREATEDR, AMOUNT, DEPTCODE, DEPTNAME, DIAGNOSIS,  | ||||||
|  |     REMARK | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,26 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA011Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA011"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a011--> | ||||||
|  |     <result column="CODEFK" jdbcType="VARCHAR" property="CODEFK" /> | ||||||
|  |     <result column="CODE" jdbcType="VARCHAR" property="CODE" /> | ||||||
|  |     <result column="SICKCODE" jdbcType="VARCHAR" property="SICKCODE" /> | ||||||
|  |     <result column="SICKNAME" jdbcType="VARCHAR" property="SICKNAME" /> | ||||||
|  |     <result column="PRESCRIBEDATE" jdbcType="VARCHAR" property="PRESCRIBEDATE" /> | ||||||
|  |     <result column="CREATEDR" jdbcType="VARCHAR" property="CREATEDR" /> | ||||||
|  |     <result column="AMOUNT" jdbcType="VARCHAR" property="AMOUNT" /> | ||||||
|  |     <result column="DEPTCODE" jdbcType="VARCHAR" property="DEPTCODE" /> | ||||||
|  |     <result column="DEPTNAME" jdbcType="VARCHAR" property="DEPTNAME" /> | ||||||
|  |     <result column="INVCODE" jdbcType="VARCHAR" property="INVCODE" /> | ||||||
|  |     <result column="SETTLENO" jdbcType="VARCHAR" property="SETTLENO" /> | ||||||
|  |     <result column="DIAGNOSIS" jdbcType="VARCHAR" property="DIAGNOSIS" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODEFK, CODE, SICKCODE, SICKNAME, PRESCRIBEDATE, CREATEDR, AMOUNT, DEPTCODE, DEPTNAME,  | ||||||
|  |     INVCODE, SETTLENO, DIAGNOSIS, REMARK | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,33 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA011MxMapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA011Mx"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a011_mx--> | ||||||
|  |     <result column="CODEFK" jdbcType="VARCHAR" property="CODEFK" /> | ||||||
|  |     <result column="THRID" jdbcType="VARCHAR" property="THRID" /> | ||||||
|  |     <result column="ITEMNAME" jdbcType="VARCHAR" property="ITEMNAME" /> | ||||||
|  |     <result column="ITEMCODE" jdbcType="VARCHAR" property="ITEMCODE" /> | ||||||
|  |     <result column="MEASURECOUNT" jdbcType="VARCHAR" property="MEASURECOUNT" /> | ||||||
|  |     <result column="MEASUREUNIT" jdbcType="VARCHAR" property="MEASUREUNIT" /> | ||||||
|  |     <result column="CATEGORY" jdbcType="VARCHAR" property="CATEGORY" /> | ||||||
|  |     <result column="FREQUENCY" jdbcType="VARCHAR" property="FREQUENCY" /> | ||||||
|  |     <result column="COUNT" jdbcType="VARCHAR" property="COUNT" /> | ||||||
|  |     <result column="BZGG" jdbcType="VARCHAR" property="BZGG" /> | ||||||
|  |     <result column="PACKUNIT" jdbcType="VARCHAR" property="PACKUNIT" /> | ||||||
|  |     <result column="PREPNSPEC" jdbcType="VARCHAR" property="PREPNSPEC" /> | ||||||
|  |     <result column="PREPNUNIT" jdbcType="VARCHAR" property="PREPNUNIT" /> | ||||||
|  |     <result column="MEASNAME" jdbcType="VARCHAR" property="MEASNAME" /> | ||||||
|  |     <result column="PRICE" jdbcType="VARCHAR" property="PRICE" /> | ||||||
|  |     <result column="RETAILPRICE" jdbcType="VARCHAR" property="RETAILPRICE" /> | ||||||
|  |     <result column="AMOUNT" jdbcType="VARCHAR" property="AMOUNT" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |     <result column="DRUGLIST" jdbcType="VARCHAR" property="DRUGLIST" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODEFK, THRID, ITEMNAME, ITEMCODE, MEASURECOUNT, MEASUREUNIT, CATEGORY, FREQUENCY,  | ||||||
|  |     `COUNT`, BZGG, PACKUNIT, PREPNSPEC, PREPNUNIT, MEASNAME, PRICE, RETAILPRICE, AMOUNT,  | ||||||
|  |     REMARK, DRUGLIST | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,23 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA015Mapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA015"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a015--> | ||||||
|  |     <result column="CODE" jdbcType="VARCHAR" property="CODE" /> | ||||||
|  |     <result column="SICKCODE" jdbcType="VARCHAR" property="SICKCODE" /> | ||||||
|  |     <result column="SICKNAME" jdbcType="VARCHAR" property="SICKNAME" /> | ||||||
|  |     <result column="PRESCRIBEDATE" jdbcType="VARCHAR" property="PRESCRIBEDATE" /> | ||||||
|  |     <result column="CREATEDR" jdbcType="VARCHAR" property="CREATEDR" /> | ||||||
|  |     <result column="AMOUNT" jdbcType="VARCHAR" property="AMOUNT" /> | ||||||
|  |     <result column="DEPTCODE" jdbcType="VARCHAR" property="DEPTCODE" /> | ||||||
|  |     <result column="DEPTNAME" jdbcType="VARCHAR" property="DEPTNAME" /> | ||||||
|  |     <result column="DIAGNOSIS" jdbcType="VARCHAR" property="DIAGNOSIS" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODE, SICKCODE, SICKNAME, PRESCRIBEDATE, CREATEDR, AMOUNT, DEPTCODE, DEPTNAME, DIAGNOSIS,  | ||||||
|  |     REMARK | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
| @ -0,0 +1,27 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.mipsdl.thirddao.hlhyxyy.VA015MxMapper"> | ||||||
|  |   <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.hlhyxyy.VA015Mx"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     <!--@Table v_a015_mx--> | ||||||
|  |     <result column="CODEFK" jdbcType="VARCHAR" property="CODEFK" /> | ||||||
|  |     <result column="THRID" jdbcType="VARCHAR" property="THRID" /> | ||||||
|  |     <result column="ITEMNAME" jdbcType="VARCHAR" property="ITEMNAME" /> | ||||||
|  |     <result column="ITEMCODE" jdbcType="VARCHAR" property="ITEMCODE" /> | ||||||
|  |     <result column="MEASURECOUNT" jdbcType="VARCHAR" property="MEASURECOUNT" /> | ||||||
|  |     <result column="MEASUREUNIT" jdbcType="VARCHAR" property="MEASUREUNIT" /> | ||||||
|  |     <result column="CATEGORY" jdbcType="VARCHAR" property="CATEGORY" /> | ||||||
|  |     <result column="FREQUENCY" jdbcType="VARCHAR" property="FREQUENCY" /> | ||||||
|  |     <result column="GGXH" jdbcType="VARCHAR" property="GGXH" /> | ||||||
|  |     <result column="COUNT" jdbcType="VARCHAR" property="COUNT" /> | ||||||
|  |     <result column="PRICE" jdbcType="VARCHAR" property="PRICE" /> | ||||||
|  |     <result column="RETAILPRICE" jdbcType="VARCHAR" property="RETAILPRICE" /> | ||||||
|  |     <result column="AMOUNT" jdbcType="VARCHAR" property="AMOUNT" /> | ||||||
|  |     <result column="REMARK" jdbcType="VARCHAR" property="REMARK" /> | ||||||
|  |   </resultMap> | ||||||
|  |   <sql id="Base_Column_List"> | ||||||
|  |     <!--@mbg.generated--> | ||||||
|  |     CODEFK, THRID, ITEMNAME, ITEMCODE, MEASURECOUNT, MEASUREUNIT, CATEGORY, FREQUENCY,  | ||||||
|  |     GGXH, `COUNT`, PRICE, RETAILPRICE, AMOUNT, REMARK | ||||||
|  |   </sql> | ||||||
|  | </mapper> | ||||||
					Loading…
					
					
				
		Reference in New Issue