公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phis-service-feign
PHIS微服务(平台)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
移库单
fwq
2023-10-24
c92bcd174d5d64f6d1093fd45146fa49603605c3
[~chenjiahe/phis-service-feign.git]
/
phis-download-feign
/
src
/
main
/
java
/
com
/
hz
/
his
/
dto
/
DConsumablesDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package
com
.
hz
.
his
.
dto
;
import
com
.
hz
.
his
.
dto
.
common
.
DCommonDto
;
import
lombok
.
Data
;
/**
* 商品-药品
**/
@Data
public
class
DConsumablesDto
extends
DCommonDto
{
private
Integer
type
;
}