微调
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user