Commit f8dab141 by zhu.zewen

完善实体注释

parent 8f65503c
...@@ -15,16 +15,13 @@ public class PhysicStorageAmpoule extends BaseVersionEntity { ...@@ -15,16 +15,13 @@ public class PhysicStorageAmpoule extends BaseVersionEntity {
@ApiModelProperty(value = "药品名称") @ApiModelProperty(value = "药品名称")
private String physicName; private String physicName;
@ApiModelProperty(value = "药品数量") @ApiModelProperty(value = "药品数量")
private Integer physicNum; private Integer physicNum;
@ApiModelProperty(value = "药品规格")
@ApiModelProperty(value = "规格")
private String physicSpec; private String physicSpec;
@ApiModelProperty(value = "批号") @ApiModelProperty(value = "批号")
private String batchNo; private String batchNo;
@ApiModelProperty(value = "厂家名称")
private String factoryName; private String factoryName;
private String unit; private String unit;
...@@ -43,6 +40,7 @@ public class PhysicStorageAmpoule extends BaseVersionEntity { ...@@ -43,6 +40,7 @@ public class PhysicStorageAmpoule extends BaseVersionEntity {
@ApiModelProperty(value = "销毁状态:0-待销毁 1-已销毁") @ApiModelProperty(value = "销毁状态:0-待销毁 1-已销毁")
private Integer destroyStatus; private Integer destroyStatus;
@ApiModelProperty(value = "单号")
private String orderNo; private String orderNo;
@ApiModelProperty(value = "移交部门") @ApiModelProperty(value = "移交部门")
private Long transferDeptId; 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