Commit 603864e2 by zhu.zewen

优化实体字段注释

parent 9827c906
......@@ -32,7 +32,7 @@ public class PhysicAmpoule extends BaseVersionEntity {
@ApiModelProperty(value = "药品数量")
private Integer physicNum;
@ApiModelProperty(value = "类型:1-接收、2-退回")
@ApiModelProperty(value = "类型:1-接收(5-回收空安瓿) 2-退回(6-退回空安瓿)")
private Integer type;
@ApiModelProperty(value = "订单号")
private String orderNo;
......
......@@ -40,7 +40,7 @@ public class PhysicApply extends BaseVersionEntity{
@ApiModelProperty(value = "领药部门")
private Long lyDeptId;
@ApiModelProperty(value = "状态 0 -待领药、1-待审核、2-待发药、3 -待复核、100 -已完成(0-99审核中)")
@ApiModelProperty(value = "状态0 -待领药、1-待审核、2-待发药、3 -待复核、100 -已完成(0-99审核中)")
private Integer status;
@ApiModelProperty(value = "领药人")
private String lyUser;
......
......@@ -21,6 +21,7 @@ public class PhysicDestroy extends BaseVersionEntity {
@ApiModelProperty(value = "订单编号")
private String orderNo;
@ApiModelProperty(value = "剩余药液量")
private String surplus;
@ApiModelProperty(value = "状态:0-待操作、1-待复核、100-已完成( 0-99审核中)")
......
......@@ -24,7 +24,7 @@ public class PhysicDestroyCheck extends BaseVersionEntity {
@ApiModelProperty(value = "销毁数量")
private Integer destroyNum;
@ApiModelProperty(value = "销毁状态:0-99审批中, 100-已完成/已销毁")
@ApiModelProperty(value = "审批状态:0-待销毁人签名,1-待监督人签名,2-待药学部主任签名,3-待医务科科长签名,4-待保卫科科长签名,5-待主管院长签名(0-99审批中), 100-已完成")
private Integer status;
@ApiModelProperty(value = "销毁人")
private String xhUser;
......
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