Commit dc6bb533 authored by qinhu's avatar qinhu

标量添加产地信息

parent 5dead76d
...@@ -34,7 +34,7 @@ public class WebSocketConfig extends ServerEndpointConfig.Configurator { ...@@ -34,7 +34,7 @@ public class WebSocketConfig extends ServerEndpointConfig.Configurator {
} }
/** /**
* WebSocket的支持 * WebSocket的支持 b
* *
* @return * @return
*/ */
......
...@@ -73,4 +73,6 @@ public class Standard implements Serializable { ...@@ -73,4 +73,6 @@ public class Standard implements Serializable {
@ApiModelProperty("备注") @ApiModelProperty("备注")
private String remark; private String remark;
@ApiModelProperty("产地")
private String origin;
} }
...@@ -52,6 +52,9 @@ public class StandardQuery { ...@@ -52,6 +52,9 @@ public class StandardQuery {
private String enclosure; private String enclosure;
@ApiModelProperty("产地")
private String origin;
@ApiModelProperty("标样材料信息") @ApiModelProperty("标样材料信息")
private List<EnclosureQuery> enclosureQueryList; private List<EnclosureQuery> enclosureQueryList;
......
...@@ -27,7 +27,6 @@ import org.springframework.beans.BeanUtils; ...@@ -27,7 +27,6 @@ import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource; import javax.annotation.Resource;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
import java.time.LocalDateTime; import java.time.LocalDateTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment