chenjiahe
2023-08-03 87a64e5b451caf7c8f0bf0009ea7ce8bf296a337
提交 | 用户 | age
3ce49a 1 package com.hz.phis.dt.consumables;
F 2
3 import lombok.Data;
4
5 /**
6  * 商品列表实体
7  * @author fwq
8  *
9  * */
10 @Data
11 public class GoodsDt {
12     /**p-his的商品标识*/
13     private String id;
14 }