rx
2024-05-09 b77f8b0a36e6ea9943f24709810e538a264c4c06
提交 | 用户 | 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 }