新增云霄妇幼接口,长泰下载供应商字典问题
							parent
							
								
									d125908cb5
								
							
						
					
					
						commit
						f8b8f14f86
					
				
											
												
													File diff suppressed because one or more lines are too long
												
											
										
									
								| @ -0,0 +1,41 @@ | |||||||
|  | package com.glxp.mipsdl.client.yxfuyy.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.yxfuyy.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.yxfuyy.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; | ||||||
|  | } | ||||||
					Loading…
					
					
				
		Reference in New Issue