|
@@ -1,6 +1,7 @@
|
|
package cn.hnthyy.thmz.entity.his.yp;
|
|
package cn.hnthyy.thmz.entity.his.yp;
|
|
|
|
|
|
|
|
|
|
|
|
+import cn.hnthyy.thmz.annotation.NotColumn;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
@@ -125,5 +126,6 @@ public class YpInDetl {
|
|
private String acceptId;
|
|
private String acceptId;
|
|
private BigDecimal avgPrice;
|
|
private BigDecimal avgPrice;
|
|
//药品国家医保编码
|
|
//药品国家医保编码
|
|
|
|
+ @NotColumn
|
|
private String nationalCode;
|
|
private String nationalCode;
|
|
}
|
|
}
|