系统配置
This commit is contained in:
@@ -7,6 +7,7 @@ import lombok.EqualsAndHashCode;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Description:
|
||||
@@ -28,6 +29,11 @@ public class CsConfigurationParm {
|
||||
|
||||
private String remark;
|
||||
|
||||
private List<String> engeeringIds;
|
||||
|
||||
|
||||
private Integer orderBy;
|
||||
|
||||
private String fileContent;
|
||||
|
||||
|
||||
|
||||
@@ -36,6 +36,11 @@ public class CsConfigurationPO extends BaseEntity {
|
||||
|
||||
@TableField(value = "remark")
|
||||
private String remark;
|
||||
@TableField(value = "engeering_ids")
|
||||
private String engeeringIds;
|
||||
|
||||
@TableField(value = "order_By")
|
||||
private Integer orderBy;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -4,6 +4,8 @@ import com.njcn.db.bo.BaseEntity;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Description:
|
||||
* Date: 2023/5/31 10:35【需求编号】
|
||||
@@ -27,6 +29,11 @@ public class CsConfigurationVO extends BaseEntity {
|
||||
|
||||
private String fileContent;
|
||||
|
||||
private Integer orderBy;
|
||||
|
||||
|
||||
private List<String> engeeringIds;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "操作人")
|
||||
private String operater;
|
||||
|
||||
@@ -29,6 +29,9 @@ public class CsPageVO {
|
||||
*/
|
||||
@ApiModelProperty(value="组态项目id")
|
||||
private String pid;
|
||||
|
||||
@ApiModelProperty(value="前端使用")
|
||||
private String kid;
|
||||
@ApiModelProperty(value="组态项目名称")
|
||||
private String configurationName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user