chenjiahe
2023-03-23 a2513c6a269fb14939a8e5d16b8be13f5931bd86
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;
}