12/30 test
parent
a88553f933
commit
166b23c27f
File diff suppressed because one or more lines are too long
@ -1,41 +0,0 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -1,41 +0,0 @@
|
||||
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;
|
||||
}
|
@ -1,60 +0,0 @@
|
||||
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