wangrenhuang
2022-10-19 ae7dd4b49b1fc7fd16e53fb45a21e4197e8e0c13
提交 | 用户 | age
7dced1 1 package com.hz.his.dto.sync;
Z 2
3 import lombok.Data;
4
5 /**
6  * @Author
7  */
8 @Data
9 public class SyncUserProjectItem {
10
11     /**执行记录id*/
12     private String orderItemId;
13 }