Commit 899498d5 by 梅存智

优化

parent 9817c359
package com.yizhi.util.application.domain;
import java.io.Serializable;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
public class EncryptParam implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "数据")
private String data;
@ApiModelProperty(value = "key")
private Long key;
}
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