公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phis-service-feign
PHIS微服务(平台)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master' into master-prod-new-优惠券校验
fwq
2023-05-09
ee12f2e9d0a8bbeab9627cbc79f04030365f06b7
[~chenjiahe/phis-service-feign.git]
/
phis-feign
/
src
/
main
/
java
/
com
/
hz
/
phis
/
dt
/
consumables
/
GoodsDt.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.hz.phis.dt.consumables;
import lombok.Data;
/**
* 商品列表实体
* @author fwq
*
* */
@Data
public class GoodsDt {
/**p-his的商品标识*/
private String id;
}