| | |
| | | private String jjlx; |
| | | |
| | | @PropertyDef(label = "毛重(公斤)") |
| | | @JsonProperty("JJLX") |
| | | @JsonProperty("MZ") |
| | | private Double mz; |
| | | |
| | | @PropertyDef(label = "毛重监磅员") |
| | |
| | | private String clfs; |
| | | |
| | | @PropertyDef(label = "货位(油罐)状态") |
| | | @JsonProperty("CLFS") |
| | | @JsonProperty("HWZT") |
| | | private String hwzt; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | |
| | | |
| | | /** |
| | | * @Description |
| | | 系统通知 |
| | | ResponseDto(success=500, msg=表,第<0/1>列,字段缺失,近似模糊规则<^.{0,8000}$>,详细规则<磷化氢浓度值集合>, token=null, bizId=null, JSESSIONID=null, data=null |
| | | * @Author CZT |
| | | * @Date 2024/4/25 14:24 |
| | | */ |
| | |
| | | @JsonProperty("LXFNDZJH") |
| | | private String lxfndzjh; |
| | | |
| | | @PropertyDef(label = "磷化氢浓度值集合") |
| | | @JsonProperty("LHQNDZJH") |
| | | private String lhqndzjh; |
| | | |
| | | @PropertyDef(label = "一氧化氮含量值集合") |
| | | @JsonProperty("YYHDHLZJH") |
| | | private String yyhdhlzjh; |
| | |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "检验时间") |
| | | @JsonProperty("JYLB") |
| | | @JsonProperty("JYSJ") |
| | | private Date jysj; |
| | | |
| | | @PropertyDef(label = "检验单位") |
| | |
| | | private String bz; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | @JsonProperty("BZ") |
| | | @JsonProperty("CZBZ") |
| | | private String czbz; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | |
| | | ########################## 大湾区 ########################## |
| | | ########################## 陕西柞水县 ########################## |
| | | server: |
| | | port: 8090 |
| | | jetty: |
| | |
| | | datasource: |
| | | #主数据源 |
| | | primary: |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8 |
| | | username: root |
| | | password: Abc123.. |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | username: root |
| | | password: Fzzy@#$%5432..K |
| | | #次数据源 |
| | | secondary: |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_master_v40?useUnicode=true&characterEncoding=utf-8 |
| | | username: root |
| | | password: Abc123.. |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | username: root |
| | | password: Fzzy@#$%5432..K |
| | | jpa: |
| | | #主jpa配置 |
| | | primary: |
| | |
| | | dialect: org.hibernate.dialect.MySQL5InnoDBDialect |
| | | # Redis相关配置 |
| | | redis: |
| | | database: 0 |
| | | database: 1 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: Abc123.. |
| | | password: Redispwd.. |
| | | # 连接池最大连接数(使用负值表示没有限制) |
| | | pool: |
| | | max-active: 200 |
| | |
| | | timeout: 6000 |
| | | igds: |
| | | default: |
| | | companyId: 5016 |
| | | file-path: C:/app/igds-api/ |
| | | companyId: 5348 |
| | | file-path: D:/IGDS-API/FILE/ |
| | | img-path: D:/IGDS/FILE/ |