潘志宝
2024-10-10 aa96f9cab5f43c372d96a0844792d90d2dad2d5e
提交 | 用户 | 时间
7fd198 1 package com.iailab.module.model.mdk.vo;
2
3 import lombok.Data;
4
5 /**
6  * @author PanZhibao
7  * @Description
8  * @createTime 2024年09月02日
9  */
10 @Data
11 public class MmItemOutputVO {
12     private String id;
13     private String itemId;
14     private String pointId;
15     private String resultTableName;
16     private Integer order;
17 }