系统配置
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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user