组态图元功能调整
This commit is contained in:
@@ -38,4 +38,8 @@ public class ElementParam {
|
||||
@NotNull(message="图元文件不能为空!")
|
||||
private MultipartFile multipartFile;
|
||||
|
||||
@ApiModelProperty(value = "图元类型")
|
||||
@NotBlank(message="图元类型不能为空!")
|
||||
private String elementForm;
|
||||
|
||||
}
|
||||
|
||||
@@ -58,5 +58,10 @@ public class CsElement extends BaseEntity {
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 图元类型
|
||||
*/
|
||||
private String elementForm;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user