@@ -64,7 +64,7 @@ spring.data:
# 数据库索引
database: 0
# 密码(如没有密码请注释掉)
- password: CWwYsGjafmv8Sr7g
+ password: Z;G4AS:Vor'YF#p?
# 连接超时时间
timeout: 10s
# 是否开启ssl
@@ -57,7 +57,7 @@ public class DataBo {
/**
* 批次号
*/
- private Long batchNum;
+ private String batchNum;
* 场景
@@ -51,7 +51,7 @@ public class DataVo implements Serializable {
/** 批次号 */
@ExcelProperty(value = "批次号")
/** 场景 */
@ExcelProperty(value = "场景")