fwq
2023-09-11 6742b5e099a41c0e36d0b3df80fd01903ad14169
提交 | 用户 | 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 }