新增移动端手表绑定解绑接口
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.renkang.watch.dto;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author TianZi
|
||||
* @date 2023/11/7 14:13
|
||||
*/
|
||||
@Data
|
||||
public class BindDeviceDTO {
|
||||
|
||||
@Schema(title = "手表编号")
|
||||
private String watchNo;
|
||||
}
|
||||
Reference in New Issue
Block a user