houzhongjian
2024-10-30 a28ca3f36d0ace05966a8c0fac1e4b5fe921f882
提交 | 用户 | 时间
a6de49 1 package com.iailab.module.data.channel.kio.dto;
H 2
3 import com.alibaba.fastjson.annotation.JSONField;
4 import lombok.Data;
5
6 /**
7  * @author PanZhibao
8  * @Description
9  * @createTime 2024年06月05日
10  */
11 @Data
12 public class KIOWriteIntDTO extends KIOWriteDTO {
13     private static final long serialVersionUID = 1L;
14
15     @JSONField(name="V")
16     private Integer V;
17 }