Commit 2a083fc1 authored by 33's avatar 33

注释

parent 6ac4c2ba
package com.fzm.common.open.entity.viewobject;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
......@@ -8,13 +9,14 @@ import lombok.Data;
*/
@Data
public class CopyrightStateVO {
@ApiModelProperty(value = "状态")
private Integer state;
@ApiModelProperty(value = "提示信息")
private String message;
@ApiModelProperty(value = "登记证书编号,在版权登记审核通过后生成")
private String registerCode;
@ApiModelProperty(value = "登记证书人名称,在版权登记审核通过后生成")
private String registerOwner;
@ApiModelProperty(value = "登记证书时间,在版权登记审核通过后生成")
private String registerTime;
}
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