添加request

master
18404992668 2023-10-21 08:56:58 +08:00
parent b4b7120d9c
commit 92452a6373
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
package com.four.common.duck.request;
import lombok.Data;
/**
* @program: four-common-duck
* @author: spc
* @create: 2023-10-21 08:43
* @Version 1.0
**/
@Data
public class DetailsPatientCircleRequest {
/*
*/
private String name;
}