chenjiahe
2023-05-06 4494e9a0e1e02521c4654b17bee1a0344f70966e
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;
}