This commit is contained in:
2023-09-14 09:41:58 +08:00
parent 9e62fc2b9e
commit 8ffb290425
3 changed files with 10 additions and 26 deletions

View File

@@ -1,21 +0,0 @@
package com.njcn.access.pojo.dto.heart;
import com.njcn.access.annotation.ParamName;
import lombok.Data;
import java.io.Serializable;
/**
* 类的介绍:
*
* @author xuyang
* @version 1.0.0
* @createTime 2023/4/28 10:42
*/
@Data
public class HeartBeatDto implements Serializable {
@ParamName("Time")
private Long time;
}