|
@ -19,7 +19,7 @@ public class PrescriptionDispensaryCode extends IdEntity{
|
|
|
private String code; //年月日8位数字+6位随机数字
|
|
|
private String prescriptionCode; //处方code 关联表wlyy_prescription code
|
|
|
private Date createTime; //创建时间
|
|
|
private Integer type; //编码类型:1 居民取药码 2 配送员(健管师)取药码
|
|
|
private Integer type; //编码类型:1 居民取药码 2 配送员(健管师)取药码 3 配送员(健管师)配送码
|
|
|
private String imgUrl; //图片存在FastFDS的路径
|
|
|
private Integer isUse;//是否使用 1是 0否
|
|
|
|