摘要: @Slf4j是啥,它是干啥的 https://blog.csdn.net/weixin_41291538/article/details/100694346 @JSONField(name = "WAREHOUSE_CATEGORY_DESC_CN") private String warehous 阅读全文
posted @ 2022-11-10 20:49 MING5135 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc.container; 2 3 import cn.hutool.core.collection.CollectionUtil; 4 import com.huawei.it.regioc.bean.apiconfig.ApiTemplate; 5 阅读全文
posted @ 2022-11-10 20:47 MING5135 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc.bean.apiconfig; 2 3 import lombok.Data; 4 5 /** 6 * api配置模板 7 */ 8 @Data 9 public class ApiTemplate { 10 /** 11 * api名称 12 * 阅读全文
posted @ 2022-11-10 20:45 MING5135 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc; 2 3 import com.huawei.it.regioc.config.ConfigurationFactory; 4 import org.mybatis.spring.annotation.MapperScan; 5 import or 阅读全文
posted @ 2022-11-10 20:44 MING5135 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1 api: 2 apiList: 3 - name: "超期发未收" 4 id: overdue_not_received 5 url: https://apigw.huawei.com/api/data-subject/app_000000035085/D103024 6 template: " 阅读全文
posted @ 2022-11-10 20:41 MING5135 阅读(21) 评论(0) 推荐(0) 编辑