Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huang.tao
/
jmai-platform
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
603864e2
authored
Jan 26, 2026
by
zhu.zewen
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化实体字段注释
parent
9827c906
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicAmpoule.java
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicApply.java
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicDestroy.java
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicDestroyCheck.java
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicAmpoule.java
View file @
603864e2
...
@@ -32,7 +32,7 @@ public class PhysicAmpoule extends BaseVersionEntity {
...
@@ -32,7 +32,7 @@ public class PhysicAmpoule extends BaseVersionEntity {
@ApiModelProperty
(
value
=
"药品数量"
)
@ApiModelProperty
(
value
=
"药品数量"
)
private
Integer
physicNum
;
private
Integer
physicNum
;
@ApiModelProperty
(
value
=
"类型:1-接收
、2-退回
"
)
@ApiModelProperty
(
value
=
"类型:1-接收
(5-回收空安瓿) 2-退回(6-退回空安瓿)
"
)
private
Integer
type
;
private
Integer
type
;
@ApiModelProperty
(
value
=
"订单号"
)
@ApiModelProperty
(
value
=
"订单号"
)
private
String
orderNo
;
private
String
orderNo
;
...
...
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicApply.java
View file @
603864e2
...
@@ -40,7 +40,7 @@ public class PhysicApply extends BaseVersionEntity{
...
@@ -40,7 +40,7 @@ public class PhysicApply extends BaseVersionEntity{
@ApiModelProperty
(
value
=
"领药部门"
)
@ApiModelProperty
(
value
=
"领药部门"
)
private
Long
lyDeptId
;
private
Long
lyDeptId
;
@ApiModelProperty
(
value
=
"状态
0 -待领药、1-待审核、2-待发药、3 -待复核、100 -已完成(0-99审核中)"
)
@ApiModelProperty
(
value
=
"状态
:
0 -待领药、1-待审核、2-待发药、3 -待复核、100 -已完成(0-99审核中)"
)
private
Integer
status
;
private
Integer
status
;
@ApiModelProperty
(
value
=
"领药人"
)
@ApiModelProperty
(
value
=
"领药人"
)
private
String
lyUser
;
private
String
lyUser
;
...
...
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicDestroy.java
View file @
603864e2
...
@@ -21,6 +21,7 @@ public class PhysicDestroy extends BaseVersionEntity {
...
@@ -21,6 +21,7 @@ public class PhysicDestroy extends BaseVersionEntity {
@ApiModelProperty
(
value
=
"订单编号"
)
@ApiModelProperty
(
value
=
"订单编号"
)
private
String
orderNo
;
private
String
orderNo
;
@ApiModelProperty
(
value
=
"剩余药液量"
)
private
String
surplus
;
private
String
surplus
;
@ApiModelProperty
(
value
=
"状态:0-待操作、1-待复核、100-已完成( 0-99审核中)"
)
@ApiModelProperty
(
value
=
"状态:0-待操作、1-待复核、100-已完成( 0-99审核中)"
)
...
...
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicDestroyCheck.java
View file @
603864e2
...
@@ -24,7 +24,7 @@ public class PhysicDestroyCheck extends BaseVersionEntity {
...
@@ -24,7 +24,7 @@ public class PhysicDestroyCheck extends BaseVersionEntity {
@ApiModelProperty
(
value
=
"销毁数量"
)
@ApiModelProperty
(
value
=
"销毁数量"
)
private
Integer
destroyNum
;
private
Integer
destroyNum
;
@ApiModelProperty
(
value
=
"
销毁状态:0-99审批中, 100-已完成/已销毁
"
)
@ApiModelProperty
(
value
=
"
审批状态:0-待销毁人签名,1-待监督人签名,2-待药学部主任签名,3-待医务科科长签名,4-待保卫科科长签名,5-待主管院长签名(0-99审批中), 100-已完成
"
)
private
Integer
status
;
private
Integer
status
;
@ApiModelProperty
(
value
=
"销毁人"
)
@ApiModelProperty
(
value
=
"销毁人"
)
private
String
xhUser
;
private
String
xhUser
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment