Commit 3e371650 authored by fangxinjiang's avatar fangxinjiang

全局异常处理

parent 47d4d3a6
......@@ -20,6 +20,14 @@ import java.time.LocalDateTime;
@Setter
public class BaseEntity implements Serializable {
/**
* 创建者-姓名
*/
@Schema(description = "创建人-姓名")
@TableField(fill = FieldFill.INSERT)
private String createName;
/**
* 创建者
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment