|
@@ -1,6 +1,6 @@
|
|
|
package com.rshy.project.hy.config.properties;
|
|
|
|
|
|
-import com.rshy.project.hy.server.dto.QueryDTO;
|
|
|
+import com.rshy.project.hy.server.dto.BarcodeQueryDTO;
|
|
|
import com.rshy.project.hy.server.param.AgentApiParam;
|
|
|
import lombok.Data;
|
|
|
import lombok.experimental.Accessors;
|
|
@@ -19,5 +19,5 @@ import org.springframework.context.annotation.Configuration;
|
|
|
public class PctjkmProperties extends AgentApiParam {
|
|
|
private PctjkmHeaderProperties header;
|
|
|
|
|
|
- private QueryDTO query;
|
|
|
+ private BarcodeQueryDTO query;
|
|
|
}
|