组态提交
This commit is contained in:
@@ -4,6 +4,7 @@ import com.njcn.web.pojo.param.BaseParam;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
|
||||
@@ -27,6 +28,9 @@ public class CsConfigurationParm {
|
||||
|
||||
private String remark;
|
||||
|
||||
private String fileContent;
|
||||
|
||||
|
||||
|
||||
|
||||
@Data
|
||||
|
||||
@@ -31,6 +31,9 @@ public class CsConfigurationPO extends BaseEntity {
|
||||
@TableField(value = "`name`")
|
||||
private String name;
|
||||
|
||||
@TableField(value = "image_path")
|
||||
private String imagePath;
|
||||
|
||||
@TableField(value = "remark")
|
||||
private String remark;
|
||||
|
||||
|
||||
@@ -25,6 +25,9 @@ public class CsConfigurationVO extends BaseEntity {
|
||||
@ApiModelProperty(value = "组态项目名称")
|
||||
private String name;
|
||||
|
||||
private String fileContent;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "操作人")
|
||||
private String operater;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user