Commit f8dab141 by zhu.zewen

完善实体注释

parent 8f65503c
......@@ -15,16 +15,13 @@ public class PhysicStorageAmpoule extends BaseVersionEntity {
@ApiModelProperty(value = "药品名称")
private String physicName;
@ApiModelProperty(value = "药品数量")
private Integer physicNum;
@ApiModelProperty(value = "规格")
@ApiModelProperty(value = "药品规格")
private String physicSpec;
@ApiModelProperty(value = "批号")
private String batchNo;
@ApiModelProperty(value = "厂家名称")
private String factoryName;
private String unit;
......@@ -43,6 +40,7 @@ public class PhysicStorageAmpoule extends BaseVersionEntity {
@ApiModelProperty(value = "销毁状态:0-待销毁 1-已销毁")
private Integer destroyStatus;
@ApiModelProperty(value = "单号")
private String orderNo;
@ApiModelProperty(value = "移交部门")
private Long transferDeptId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment