第三方数据与基础 信息bug修复
parent
a79c02a5cc
commit
c96422e87f
@ -0,0 +1,53 @@
|
||||
package com.glxp.api.admin.res.basic;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UdiRlDlResponse {
|
||||
|
||||
private int id;
|
||||
private String thirdId;
|
||||
private String thirdName;
|
||||
private String uuid;
|
||||
private String nameCode;
|
||||
private String packLevel;
|
||||
private String packRatio;
|
||||
private Integer bhxjsl;
|
||||
private Integer bhzxxsbzsl;
|
||||
private Integer zxxsbzbhsydysl;
|
||||
private String bhxjcpbm;
|
||||
private String sjcpbm; //
|
||||
private String bzcj;
|
||||
private String addType;
|
||||
private String deviceRecordKey;
|
||||
private int isUseDy;
|
||||
private String cpmctymc;
|
||||
private String cplb;
|
||||
private String flbm;
|
||||
private String ggxh;
|
||||
private String qxlb;
|
||||
private String tyshxydm;
|
||||
private String ylqxzcrbarmc;
|
||||
private String zczbhhzbapzbh;
|
||||
private String ylqxzcrbarywmc;
|
||||
private String sydycpbs;
|
||||
private int versionNumber;
|
||||
private int diType;
|
||||
private String thirdId1;
|
||||
private String thirdName1;
|
||||
private String thirdId2;
|
||||
private String thirdName2;
|
||||
private String thirdId3;
|
||||
private String thirdName3;
|
||||
private String thirdId4;
|
||||
private String thirdName4;
|
||||
private String ybbm;
|
||||
private String sptm;
|
||||
private Integer productType;
|
||||
|
||||
public Integer getProductType() {
|
||||
if (productType == null) return 0
|
||||
;
|
||||
return productType;
|
||||
}
|
||||
}
|
Binary file not shown.
@ -1,38 +0,0 @@
|
||||
{
|
||||
"groups": [
|
||||
{
|
||||
"name": "cors",
|
||||
"type": "com.glxp.api.admin.config.CorsConfig",
|
||||
"sourceType": "com.glxp.api.admin.config.CorsConfig"
|
||||
},
|
||||
{
|
||||
"name": "public-file",
|
||||
"type": "com.glxp.api.admin.config.PublicFileUrlConfig",
|
||||
"sourceType": "com.glxp.api.admin.config.PublicFileUrlConfig"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource",
|
||||
"type": "javax.sql.DataSource",
|
||||
"sourceType": "com.glxp.api.admin.config.MasterDataSourceConfig",
|
||||
"sourceMethod": "masterDataSource()"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "cors.allowed-headers",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.glxp.api.admin.config.CorsConfig"
|
||||
},
|
||||
{
|
||||
"name": "cors.allowed-methods",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.glxp.api.admin.config.CorsConfig"
|
||||
},
|
||||
{
|
||||
"name": "cors.allowed-origins",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.glxp.api.admin.config.CorsConfig"
|
||||
}
|
||||
],
|
||||
"hints": []
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
# 本地环境
|
||||
server.port=9991
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udiwms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=123456
|
||||
#spring.datasource.password=mysql80
|
||||
server.servlet.context-path=
|
||||
|
||||
logging.level.com.glxp.api.admin.dao=debug
|
||||
logging.level.com.glxp.api.admin.erp.second=debug
|
||||
|
||||
#logback配置
|
||||
|
||||
logging.path=output/logs
|
||||
# 不指定的情况下默认生成在项目根目录,按照配置生成所需的日志名称
|
||||
logging.file=D:/udi.log
|
||||
#UDI数据下载
|
||||
UDI_SERVER_URL=https://www.udims.com/UDI_DL_Server
|
||||
#UDI_SERVER_URL=http://139.9.178.73:8080/UDI_DL_Server
|
||||
#UCLOD服务
|
||||
#UCLOD_SERVER_URL=http://127.0.0.1:9997
|
||||
UCLOD_SERVER_URL=http://127.0.0.1:8080/UDIC_UCLOUD_SERVER
|
||||
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
spring.profiles.active=dev
|
||||
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
|
||||
mybatis.config-location=classpath:mybatis/mybatis-config.xml
|
||||
mybatis.mapper-locations=classpath:mybatis/mapper/*/*.xml
|
||||
|
||||
spring.jmx.enabled=false
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue