添加用户
This commit is contained in:
@@ -30,6 +30,9 @@ public class CsConfigurationVO extends BaseEntity {
|
||||
@ApiModelProperty(value = "组态项目名称")
|
||||
private String name;
|
||||
|
||||
@ApiModelProperty(value = "操作人")
|
||||
private String operater;
|
||||
|
||||
/**
|
||||
* 状态 0:删除 1:正常
|
||||
*/
|
||||
|
||||
@@ -41,6 +41,8 @@ public class CsPageVO {
|
||||
*/
|
||||
@ApiModelProperty(value="组态页面名称")
|
||||
private String name;
|
||||
@ApiModelProperty(value = "操作人")
|
||||
private String operater;
|
||||
|
||||
/**
|
||||
* 组态页面文件路径
|
||||
|
||||
Reference in New Issue
Block a user