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
f8dab141
authored
Dec 26, 2025
by
zhu.zewen
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
完善实体注释
parent
8f65503c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicStorageAmpoule.java
jmai-physic/src/main/java/com/jmai/physic/entity/PhysicStorageAmpoule.java
View file @
f8dab141
...
@@ -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
;
...
...
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