zhangxu
2022-12-06 fba9f25faeb45e35e3a16ea3ebde292eb5483438
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;
}