可以对资源进行增删改
This commit is contained in:
@@ -13,7 +13,7 @@ import lombok.experimental.Accessors;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
*
|
||||
*
|
||||
* </p>
|
||||
*
|
||||
* @author limqsh
|
||||
@@ -31,6 +31,9 @@ public class Source implements Serializable {
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Integer id;
|
||||
|
||||
@ApiModelProperty(value = "资源ID")
|
||||
private String sid;
|
||||
|
||||
@ApiModelProperty(value = "资源名")
|
||||
private String sourceName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user