|
@@ -20,25 +20,25 @@ public class DuplicateCheckVo implements Serializable {
|
|
|
/**
|
|
|
* 表名
|
|
|
*/
|
|
|
- @Schema(description="表名",name="tableName",example="sys_log")
|
|
|
+ @Schema(description="表名",name="tableName")
|
|
|
private String tableName;
|
|
|
|
|
|
/**
|
|
|
* 字段名
|
|
|
*/
|
|
|
- @Schema(description="字段名",name="fieldName",example="id")
|
|
|
+ @Schema(description="字段名",name="fieldName")
|
|
|
private String fieldName;
|
|
|
|
|
|
/**
|
|
|
* 字段值
|
|
|
*/
|
|
|
- @Schema(description="字段值",name="fieldVal",example="1000")
|
|
|
+ @Schema(description="字段值",name="fieldVal")
|
|
|
private String fieldVal;
|
|
|
|
|
|
/**
|
|
|
* 数据ID
|
|
|
*/
|
|
|
- @Schema(description="数据ID",name="dataId",example="2000")
|
|
|
+ @Schema(description="数据ID",name="dataId")
|
|
|
private String dataId;
|
|
|
|
|
|
}
|