公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phis-service-feign
PHIS微服务(平台)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增营销助手申请其他类型优惠券
rx
2023-10-24
d3af5bb2ab45562311b1d5c34c31f955d437ded4
[~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
;
}