提交 824b06fe authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 79e6d8c2
package com.zrqx.core.form.newbook.print;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
......@@ -7,7 +8,8 @@ import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@Data
public class SaveAuditLogForm implements Serializable {
@ApiModel("SaveAuditLogForm")
public class SaveAuditLogForm {
@ApiModelProperty("ID")
private Integer id;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论