src/main/java/com/fzzy/push/sh2023/SH2023ApiRemoteService.java
@@ -11,6 +11,7 @@ import com.fzzy.api.utils.*; import com.fzzy.api.view.repository.Api1102Rep; import com.fzzy.api.view.repository.Api1104Rep; import com.fzzy.api.view.repository.Api1202Rep; import com.fzzy.api.view.repository.ApiLogRep; import com.fzzy.push.sh2023.dto.*; import lombok.Data; @@ -49,6 +50,8 @@ private Api1102Rep api1102Rep; @Autowired private Api1104Rep api1104Rep; @Autowired private Api1202Rep api1202Rep; @Override public String getProtocol() { @@ -200,6 +203,123 @@ list.add(api1103); } return JSON.toJSONString(list); } else if (SH2023Constant.SH_2023_API_CODE_1104.equals(inteId)) { SH2023Api1104 api1104; //æå转æ¢ä¸ºjson List<SH2023Api1104> list = new ArrayList<>(); //ædata转åælistéå List<Api1104> api1104List = castList(data, Api1104.class); for (Api1104 apiData : api1104List) { api1104 = new SH2023Api1104(); BeanUtils.copyProperties(apiData, api1104); api1104.setAjdm(apiData.getAjdh()); api1104.setCfdm(apiData.getCfbh()); api1104.setSykqdm(apiData.getKqdm()); api1104.setBjw(ShAreaBjw.getBjw(code)); list.add(api1104); } return JSON.toJSONString(list); } else if (SH2023Constant.SH_2023_API_CODE_1105.equals(inteId)) { SH2023Api1105 api1105; //æå转æ¢ä¸ºjson List<SH2023Api1105> list = new ArrayList<>(); //ædata转åælistéå List<Api1105> api1105List = castList(data, Api1105.class); for (Api1105 apiData : api1105List) { api1105 = new SH2023Api1105(); BeanUtils.copyProperties(apiData, api1105); api1105.setBjw(ShAreaBjw.getBjw(code)); list.add(api1105); } return JSON.toJSONString(list); } else if (SH2023Constant.SH_2023_API_CODE_1106.equals(inteId)) { SH2023Api1106 api1106; //æå转æ¢ä¸ºjson List<SH2023Api1106> list = new ArrayList<>(); //ædata转åælistéå List<Api1106> api1106List = castList(data, Api1106.class); for (Api1106 apiData : api1106List) { api1106 = new SH2023Api1106(); BeanUtils.copyProperties(apiData, api1106); api1106.setBjw(ShAreaBjw.getBjw(code)); list.add(api1106); } return JSON.toJSONString(list); } else if (SH2023Constant.SH_2023_API_CODE_1201.equals(inteId)) { SH2023Api1201 api1201; //æå转æ¢ä¸ºjson List<SH2023Api1201> list = new ArrayList<>(); //ædata转åælistéå List<Api1201> api1201List = castList(data, Api1201.class); for (Api1201 apiData : api1201List) { api1201 = new SH2023Api1201(); BeanUtils.copyProperties(apiData, api1201); api1201.setBjw(ShAreaBjw.getBjw(code)); api1201.setHtsfzz("0"); list.add(api1201); } return JSON.toJSONString(list); } else if (SH2023Constant.SH_2023_API_CODE_1202.equals(inteId)) { SH2023Api1202 api1202; //æå转æ¢ä¸ºjson List<SH2023Api1202> list = new ArrayList<>(); //ædata转åælistéå List<Api1202> api1202List = castList(data, Api1202.class); for (Api1202 apiData : api1202List) { api1202 = new SH2023Api1202(); BeanUtils.copyProperties(apiData, api1202); api1202.setBjw(ShAreaBjw.getBjw(code)); api1202.setPch(apiData.getHwdm() + apiData.getShnd()); //todo 驳è¿åå·(2104) æ£æ¤åå·(2101) å为éå¿ å¡« api1202.setJzrq(apiData.getCmsj()); list.add(api1202); } return JSON.toJSONString(list); } else if (SH2023Constant.SH_2023_API_CODE_1203.equals(inteId)) { SH2023Api1203 api1203; //æå转æ¢ä¸ºjson List<SH2023Api1203> list = new ArrayList<>(); //ædata转åælistéå List<Api1203> api1203List = castList(data, Api1203.class); for (Api1203 apiData : api1203List) { api1203 = new SH2023Api1203(); BeanUtils.copyProperties(apiData, api1203); api1203.setBjw(ShAreaBjw.getBjw(code)); //æ¥è¯¢æ¶è·å¹´ä»½ List<Api1202> api1202List = api1202Rep.getDataById(apiData.getRkywdh()); api1203.setPch(apiData.getHwdm() + api1202List.get(0).getShnd()); list.add(api1203); } return JSON.toJSONString(list); } else if (SH2023Constant.SH_2023_API_CODE_1204.equals(inteId)) { SH2023Api1204 api1204; //æå转æ¢ä¸ºjson List<SH2023Api1204> list = new ArrayList<>(); //ædata转åælistéå List<Api1204> api1204List = castList(data, Api1204.class); for (Api1204 apiData : api1204List) { api1204 = new SH2023Api1204(); BeanUtils.copyProperties(apiData, api1204); api1204.setBjw(ShAreaBjw.getBjw(code)); api1204.setPch(apiData.getHwdm() + DateFormatUtils.format(apiData.getJssj(), "yyyy")); list.add(api1204); } return JSON.toJSONString(list); } else if (SH2023Constant.SH_2023_API_CODE_1205.equals(inteId)) { SH2023Api1205 api1205; //æå转æ¢ä¸ºjson List<SH2023Api1205> list = new ArrayList<>(); //ædata转åælistéå List<Api1205> api1205List = castList(data, Api1205.class); for (Api1205 apiData : api1205List) { api1205 = new SH2023Api1205(); BeanUtils.copyProperties(apiData, api1205); api1205.setBjw(ShAreaBjw.getBjw(code)); api1205.setPch(apiData.getHwdm() + DateFormatUtils.format(apiData.getCmsj(), "yyyy")); api1205.setJzrq(apiData.getCmsj()); list.add(api1205); } return JSON.toJSONString(list); } else { return JSON.toJSONString(data); } src/main/java/com/fzzy/push/sh2023/SH2023PushService12.java
@@ -1,13 +1,19 @@ package com.fzzy.push.sh2023; import com.fzzy.api.Constant; import com.fzzy.api.data.ApiParam; import com.fzzy.api.data.PushProtocol; import com.fzzy.api.dto.ResponseDto; import com.fzzy.api.entity.*; import com.fzzy.api.service.ApiRemoteService; import com.fzzy.api.service.PushService11; import com.fzzy.api.view.repository.*; import com.fzzy.push.impl.ComPushService11; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import java.util.List; /** * 䏿µ·å¸å¹³å°2023ç-åºç¡æ°æ®ä¸ä¼ @@ -22,6 +28,30 @@ @Autowired private SH2023ApiRemoteService apiRemoteService; @Autowired private Api1201Rep api1201Rep; @Autowired private Api1202Rep api1202Rep; @Autowired private Api1203Rep api1203Rep; @Autowired private Api1204Rep api1204Rep; @Autowired private Api1205Rep api1205Rep; @Autowired private Api1206Rep api1206Rep; @Autowired private Api1207Rep api1207Rep; @Autowired private Api1208Rep api1208Rep; @Autowired private Api1209Rep api1209Rep; @Autowired private Api1210Rep api1210Rep; @Autowired private Api1211Rep api1211Rep; @Autowired private Api1212Rep api1212Rep; @Override public String getProtocol() { @@ -30,35 +60,116 @@ @Override public void pushData(ApiParam param) { log.info("------->>>>åºç¡ä¿¡æ¯ æ¥å£æ¨¡å䏿¥å¼å§"); log.info("------->>>>ç²®é£è´é æ¥å£æ¨¡å䏿¥å¼å§"); //æ¨éåä½ä¿¡æ¯ //æ¨éååä¿¡æ¯ this.pushData1201(apiRemoteService, param); //ç²®é£å ¥åºä¿¡æ¯ this.pushData1202(apiRemoteService, param); //ç²®é£å ¥åºæ£éªä¿¡æ¯ this.pushData1203(apiRemoteService, param); //ç²®é£å ¥åºç»ç®ä¿¡æ¯ this.pushData1204(apiRemoteService, param); //ç²®é£åºåºä¿¡æ¯ this.pushData1205(apiRemoteService, param); //ç²®é£åºåºç»ç®ä¿¡æ¯ this.pushData1206(apiRemoteService, param); //åä»ååº this.pushData1207(apiRemoteService, param); //ç²®é£åºå this.pushData1208(apiRemoteService, param); //ææº¢å this.pushData1209(apiRemoteService, param); //ç²®é£æ§è´¨è½¬åå this.pushData1210(apiRemoteService, param); //è´¦é¢åºå this.pushData1211(apiRemoteService, param); //客æ·ä¿¡æ¯ this.pushData1212(apiRemoteService, param); log.info("------->>>>åºç¡ä¿¡æ¯ æ¥å£æ¨¡å䏿¥ç»æ"); log.info("------->>>>ç²®é£è´é æ¥å£æ¨¡å䏿¥ç»æ"); } /** * 1201 ååä¿¡æ¯ */ public void pushData1201(ApiRemoteService apiRemoteService, ApiParam param) { //TODO //è·åååä¿¡æ¯ List<Api1201> list = api1201Rep.findPushDataByTime(param.getKqdm(), param.getStart(), param.getEnd()); if (null == list || list.isEmpty()) { log.error("-----䏿µ·å¸å¹³å°2023çï¼æªè·åå°ååä¿¡æ¯ï¼ä¸æ¨é-----"); return; } //æ¨éï¼æ°æ®ä¸ºéåå½¢å¼ ResponseDto responseDto = apiRemoteService.pushData(param, list); if (responseDto.getSuccess() == 0) { //æ¨éæåï¼æ´æ°æ°æ®ä¸ä¼ ç¶æ for (Api1201 data : list) { if (Constant.CZBZ_I.equals(data.getCzbz())) { data.setCzbz(Constant.CZBZ_U); //æ´æ°ç¶æ api1201Rep.save(data); } } } } /** * 1202 ç²®é£å ¥åºä¿¡æ¯ */ public void pushData1202(ApiRemoteService apiRemoteService, ApiParam param) { //TODO //è·åç²®é£å ¥åºä¿¡æ¯ List<Api1202> list = api1202Rep.findPushDataByTime(param.getKqdm(), param.getStart(), param.getEnd()); if (null == list || list.isEmpty()) { log.error("-----䏿µ·å¸å¹³å°2023çï¼æªè·åå°ç²®é£å ¥åºä¿¡æ¯ï¼ä¸æ¨é-----"); return; } //æ¨éï¼æ°æ®ä¸ºéåå½¢å¼ ResponseDto responseDto = apiRemoteService.pushData(param, list); if (responseDto.getSuccess() == 0) { //æ¨éæåï¼æ´æ°æ°æ®ä¸ä¼ ç¶æ for (Api1202 data : list) { if (Constant.CZBZ_I.equals(data.getCzbz())) { data.setCzbz(Constant.CZBZ_U); //æ´æ°ç¶æ api1202Rep.save(data); } } } } /** * 1203 ç²®é£å ¥åºæ£éªä¿¡æ¯ */ public void pushData1203(ApiRemoteService apiRemoteService, ApiParam param) { //TODO //è·åç²®é£å ¥åºæ£éªä¿¡æ¯ List<Api1203> list = api1203Rep.findPushDataByTime(param.getKqdm(), param.getStart(), param.getEnd()); if (null == list || list.isEmpty()) { log.error("-----䏿µ·å¸å¹³å°2023çï¼æªè·åå°ç²®é£å ¥åºæ£éªä¿¡æ¯ï¼ä¸æ¨é-----"); return; } //æ¨éï¼æ°æ®ä¸ºéåå½¢å¼ ResponseDto responseDto = apiRemoteService.pushData(param, list); if (responseDto.getSuccess() == 0) { //æ¨éæåï¼æ´æ°æ°æ®ä¸ä¼ ç¶æ for (Api1203 data : list) { if (Constant.CZBZ_I.equals(data.getCzbz())) { data.setCzbz(Constant.CZBZ_U); //æ´æ°ç¶æ api1203Rep.save(data); } } } } @@ -66,7 +177,27 @@ * 1204 ç²®é£å ¥åºç»ç®ä¿¡æ¯ */ public void pushData1204(ApiRemoteService apiRemoteService, ApiParam param) { //TODO //è·åç²®é£å ¥åºç»ç®ä¿¡æ¯ List<Api1204> list = api1204Rep.findPushDataByTime(param.getKqdm(), param.getStart(), param.getEnd()); if (null == list || list.isEmpty()) { log.error("-----䏿µ·å¸å¹³å°2023çï¼æªè·åå°ç²®é£å ¥åºç»ç®ä¿¡æ¯ï¼ä¸æ¨é-----"); return; } //æ¨éï¼æ°æ®ä¸ºéåå½¢å¼ ResponseDto responseDto = apiRemoteService.pushData(param, list); if (responseDto.getSuccess() == 0) { //æ¨éæåï¼æ´æ°æ°æ®ä¸ä¼ ç¶æ for (Api1204 data : list) { if (Constant.CZBZ_I.equals(data.getCzbz())) { data.setCzbz(Constant.CZBZ_U); //æ´æ°ç¶æ api1204Rep.save(data); } } } } @@ -74,15 +205,54 @@ * 1205 ç²®é£åºåºä¿¡æ¯ */ public void pushData1205(ApiRemoteService apiRemoteService, ApiParam param) { //TODO //è·åç²®é£åºåºä¿¡æ¯ List<Api1205> list = api1205Rep.findPushDataByTime(param.getKqdm(), param.getStart(), param.getEnd()); if (null == list || list.isEmpty()) { log.error("-----䏿µ·å¸å¹³å°2023çï¼æªè·åå°ç²®é£åºåºä¿¡æ¯ï¼ä¸æ¨é-----"); return; } //æ¨éï¼æ°æ®ä¸ºéåå½¢å¼ ResponseDto responseDto = apiRemoteService.pushData(param, list); if (responseDto.getSuccess() == 0) { //æ¨éæåï¼æ´æ°æ°æ®ä¸ä¼ ç¶æ for (Api1205 data : list) { if (Constant.CZBZ_I.equals(data.getCzbz())) { data.setCzbz(Constant.CZBZ_U); //æ´æ°ç¶æ api1205Rep.save(data); } } } } /** * 1206 ç²®é£åºåºç»ç®ä¿¡æ¯ */ public void pushData1206(ApiRemoteService apiRemoteService, ApiParam param) { //TODO //è·åç²®é£åºåºç»ç®ä¿¡æ¯ List<Api1206> list = api1206Rep.findPushDataByTime(param.getKqdm(), param.getStart(), param.getEnd()); if (null == list || list.isEmpty()) { log.error("-----䏿µ·å¸å¹³å°2023çï¼æªè·åå°ç²®é£åºåºç»ç®ä¿¡æ¯ï¼ä¸æ¨é-----"); return; } //æ¨éï¼æ°æ®ä¸ºéåå½¢å¼ ResponseDto responseDto = apiRemoteService.pushData(param, list); if (responseDto.getSuccess() == 0) { //æ¨éæåï¼æ´æ°æ°æ®ä¸ä¼ ç¶æ for (Api1206 data : list) { if (Constant.CZBZ_I.equals(data.getCzbz())) { data.setCzbz(Constant.CZBZ_U); //æ´æ°ç¶æ api1206Rep.save(data); } } } } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1104.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,76 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-å»é´ä¿¡æ¯ * * @author chen * @date 2022-09-02 14:18 */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1104 implements Serializable { /** * */ private static final long serialVersionUID = 9157617424050247565L; @PropertyDef(label = "å»é´ä»£ç ") private String ajdm; @PropertyDef(label = "å»é´åç§°") private String ajmc; @PropertyDef(label = "仿¿(ææ²¹ç½)ç¼ç ") private String cfdm; @PropertyDef(label = "å»é´é¿åº¦") private double ajcd; @PropertyDef(label = "å»é´å®½åº¦") private double ajkd; @PropertyDef(label = "å»é´é«åº¦") private double ajgd; @PropertyDef(label = "å»é´è®¾è®¡ä»å®¹") private double ajsjcr; @PropertyDef(label = "å»é´èç³»çµè¯") private String ajlxdh; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "å»é´å¯ç¨æ¥æ") private Date ajqyrq; @PropertyDef(label = "å»é´ç¶æ") private String ajzt; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æåæ´æ°æ¶é´") private Date zhgxsj; @PropertyDef(label = "使ç¨åºåºä»£ç ") private String sykqdm; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1105.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,56 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-è´§ä½ä¿¡æ¯ */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1105 implements Serializable { /** * */ private static final long serialVersionUID = -6967028172020353365L; @PropertyDef(label = "è´§ä½ä»£ç ") private String hwdm; @PropertyDef(label = "è´§ä½åç§°") private String hwmc; @PropertyDef(label = "å»é´ä»£ç ") private String ajdm; @PropertyDef(label = "è´§ä½å¯ç¨æ¥æ") @JSONField(format = "yyyy-MM-dd") private Date hwqyrq; @PropertyDef(label = "è´§ä½å®¹é") private double hwrl; @PropertyDef(label = "ä¿ç®¡åä½") private String bgdw; @PropertyDef(label = "ä¿ç®¡å") private String bgy; @PropertyDef(label = "æä½æ å¿") private String czbz; @PropertyDef(label = "æåæ´æ°æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1106.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,88 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-æ²¹ç½ä¿¡æ¯ */ @Data public class SH2023Api1106 implements Serializable { /** * */ private static final long serialVersionUID = -9096483549679877168L; @JSONField(serialize = false) @PropertyDef(label = "ä¸å¡id") private String bizId; @PropertyDef(label = "æ²¹ç½ä»£ç ") private String ygdm; @PropertyDef(label = "æ²¹ç½åç§°") private String ygmc; @PropertyDef(label = "åºåºä»£ç ") private String kqdm; @PropertyDef(label = "ç½å®¹") private double gr; @PropertyDef(label = "å»ºé æ¶é´") @JSONField(format = "yyyy-MM-dd") private Date jzsj; @PropertyDef(label = "æ²¹ç½åéå±è®¾æ½æ¯å¦å®å¥½") private String ygjfssssfwh; @PropertyDef(label = "ææ å çè£ ç½®") private String ywjrzz; @PropertyDef(label = "æ²¹ç½ç±»å") private String yglx; @PropertyDef(label = "ç½å ç´å¾") private double gnzj; @PropertyDef(label = "ç½å é«åº¦") private double gngd; @PropertyDef(label = "æ£å®æ¹å¼") private String jdfs; @PropertyDef(label = "çæ¥æ¹å¼") private String hjfs; @PropertyDef(label = "æ²¹ç½ç¶æ") private String ygzt; @PropertyDef(label = "设计åä½") private String sjdw; @PropertyDef(label = "建设åä½") private String jsdw; @PropertyDef(label = "ççåä½") private String jldw; @PropertyDef(label = "æä½æ å¿") private String czbz; @PropertyDef(label = "æåæ´æ°æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,176 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fzzy.conf.NumberSerializer; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; /** * æ¥å£è¡¨-ååä¿¡æ¯ */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1201 implements Serializable { /** * */ private static final long serialVersionUID = -3432123567533107674L; @PropertyDef(label = "ååå·") private String hth; @PropertyDef(label = "åååç§°") @Column(name = "htmc", length = 128) private String htmc; @PropertyDef(label = "åä½ä»£ç ") private String dwdm; @PropertyDef(label = "ä¸å¡ç±»å«") private String ywlx; @PropertyDef(label = "客æ·ç±»å") private String khlx; @PropertyDef(label = "客æ·ç»ä¸ç¤¾ä¼ä¿¡ç¨ä»£ç ") private String khtyshxydm; @PropertyDef(label = "客æ·åç§°") private String khmc; @PropertyDef(label = "æ³å®ä»£è¡¨äºº") private String fddbr; @PropertyDef(label = "é讯å°å") private String txdz; @PropertyDef(label = "鮿¿ç¼ç ") private String yzbm; @PropertyDef(label = "è系人å§å") private String lxrxm; @PropertyDef(label = "èç³»çµè¯") private String lxrdh; @PropertyDef(label = "身份è¯å·") private String sfzh; @PropertyDef(label = "çµåä¿¡ç®±") private String dzyx; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "ç¾è®¢æ¥æ") private Date qdrq; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "约å®å®ææ¶é´") private Date ydwcsj; @PropertyDef(label = "ç¾è®¢å°ç¹") private String qddd; @PropertyDef(label = "ç²®é£åç§ä»£ç ") private String lspzdm; @PropertyDef(label = "ç²®é£æ§è´¨ä»£ç ") private String lsxzdm; @PropertyDef(label = "åååä»·") private double htdj; @PropertyDef(label = "约å®è´éç²®é£æ°é") private double ydgxlssl; @JSONField(serializeUsing = NumberSerializer.class) @PropertyDef(label = "ååæ»éé¢") private BigDecimal htzje; @PropertyDef(label = "履约ä¿è¯é") private double lybzj; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "å®é 宿æ¶é´") private Date sswcsj; @JSONField(name = "Lysl") @PropertyDef(label = "履约æ°é") private double lysl; @JSONField(name = "Lyl") @PropertyDef(label = "履约ç") private double lyl; @JSONField(name = "Jsjg") @PropertyDef(label = "ç»ç®ä»·æ ¼") private double jsjg; @JSONField(name = "Jszje", serializeUsing = NumberSerializer.class) @PropertyDef(label = "ç»ç®æ»éé¢") private BigDecimal jszje; @PropertyDef(label = "ç»ç®ä¸ååä¸è´æ§") private String jsyhtyzx; @PropertyDef(label = "ç»ç®ä¸ååä¸ä¸è´åå ") private String jsyhtbyzyy; @PropertyDef(label = "å®¢æ·æ¹å¼æ·è¡") private String khfkhh; @PropertyDef(label = "å®¢æ·æ¹è´¦å·") private String khfzh; @PropertyDef(label = "客æ·ç¾çº¦äºº") private String khqyr; @PropertyDef(label = "æ¬æ¹å¼æ·è¡") private String bfkhh; @PropertyDef(label = "æ¬æ¹è´¦å·") private String bfzh; @PropertyDef(label = "æ¬æ¹ç¾çº¦äºº") private String bfqyr; @PropertyDef(label = "审æ¹äºº") private String shr; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "å®¡æ¹æ¶é´") private Date shsj; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æ´æ°æ¶é´") private Date zhgxsj; @JSONField(serialize = false) @PropertyDef(label = "ä¸å¡id") private String bizId; @PropertyDef(label = "åºåºä»£ç ") private String kqdm; @JSONField(serialize = false) @PropertyDef(label = "忥æ¶é´", description = "ä»ç²®åºç³»ç»åæ¥å°æ¥å£ç®¡çä¸å¿çæ¶é´") private Date syncTime; @PropertyDef(label = "å忝å¦ä¸æ¢") private String htsfzz; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1202.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,227 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-ç²®é£å ¥åºä¿¡æ¯ */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1202 implements Serializable { /** * */ private static final long serialVersionUID = 760284619085936798L; //12 使°åç»æï¼ç¬¬ 1-2 ä½ä¸ºä¸å¡ä»£ç ï¼14代表粮é£å ¥åºï¼ï¼ç¬¬ 3-8 ä½ä¾æ¬¡ä¸ºå¹´ä»½çå两ä½ã2 使份ã2 使¥æï¼ååä½ä¸ºé¡ºåºç ãä¾å¦ï¼141605041234 @PropertyDef(label = "å ¥åºä¸å¡åå·") private String rkywdh; @PropertyDef(label = "è´§ä½ä»£ç ") private String hwdm; @PropertyDef(label = "ä¸å¡ç±»å", description = "2ï¼å ¥åºï¼é»è®¤ï¼") private String ywlx = "2"; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "ä¸å¡æ¥æ") private Date ywrq; @PropertyDef(label = "计åæç»å·") private String jhmxh; @PropertyDef(label = "ååå·") private String hth; @PropertyDef(label = "ç²®æå½å±åä½ä»£ç ") private String lqgsdwdm; @PropertyDef(label = "æ¿è¿äºº") private String cyr; @PropertyDef(label = "èç³»çµè¯") private String lxdh; @PropertyDef(label = "身份è¯å·") private String sfzh; @PropertyDef(label = "详ç»å°å") private String xxdz; @PropertyDef(label = "è¿è¾å·¥å ·") private String ysgj; @PropertyDef(label = "车è¹å·") private String cch; @PropertyDef(label = "车è¹å·ç±»å") private String cchlx; @PropertyDef(label = "æè½¦å·") private String gch; @PropertyDef(label = "è£ ç²®å°ç¹") private String ldd; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "ç»è®°æ¶é´") private Date djsj; @PropertyDef(label = "ç»è®°é¨å²äººåå§å") private String djmgryxm; @PropertyDef(label = "ç²®é£åç§ä»£ç ") private String lspzdm; @PropertyDef(label = "ç²®é£æ§è´¨ä»£ç ") private String lsxzdm; @PropertyDef(label = "æ¶è·å¹´åº¦") private String shnd; @PropertyDef(label = "产å°ä»£ç ") private String cddm; @PropertyDef(label = "æ£æ¤ç±»å") private String jjlx; @PropertyDef(label = "æ¯é(å ¬æ¤)") private double mz; @PropertyDef(label = "æ¯éçç£ å") private String mzjby; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æ¯éè®¡éæ¶é´") private Date mzjlsj; @PropertyDef(label = "æ¯é计éå") private String mzjly; @PropertyDef(label = "å¼ä»å") private String zcy; @PropertyDef(label = "ç®é(å ¬æ¤)") private double pz; @PropertyDef(label = "ç®éçç£ å") private String pzjby; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "ç®éè®¡éæ¶é´") private Date pzjlsj; @PropertyDef(label = "ç®é计éå") private String pzjly; @PropertyDef(label = "å è£ ç©") private String bzw; @PropertyDef(label = "æ åå åå é(å ¬æ¤)") private double bzbdbz = 25; @PropertyDef(label = "æ åå ä»¶æ°(ä»¶)") private Integer bzbjs; @PropertyDef(label = "è´¨æ£æ£é(å°è®¡:å ¬æ¤)") private double zjklxj; @PropertyDef(label = "å ¶ä¸ï¼æ°´å墿£é(å ¬æ¤)") private double qzsfzkl; @PropertyDef(label = "å ¶ä¸ï¼æè´¨å¢æ£é(å ¬æ¤)") private double qzzzzkl; @PropertyDef(label = "å ¶ä¸ï¼ä¸å®åç²æ£é(å ¬æ¤)") private double qzbwslkl; @PropertyDef(label = "å ¶ä¸ï¼äºæ··æ£é(å ¬æ¤)") private double qzhhkl; @PropertyDef(label = "å ¶ä¸ï¼çéç²æ£é(å ¬æ¤)") private double qzsmlkl; @PropertyDef(label = "å ¶ä¸ï¼æ´ç²¾ç±³ç²æ£é(å ¬æ¤)") private double qzzjmlkl; @PropertyDef(label = "å ¶ä¸ï¼è°·å¤ç³ç±³æ£é(å ¬æ¤)") private double qzgwcmkl; @PropertyDef(label = "å ¶ä¸é»ç²ç±³æ£é(å ¬æ¤)") private double qzhlmkl; @PropertyDef(label = "å ¶ä¸ï¼å ¶ä»æ£é(å ¬æ¤)") private double qzqtkl; @PropertyDef(label = "æ´çè´¹ç¨ææ£é(å ¬æ¤)") private double zlfyzkl; @PropertyDef(label = "å è£ ç©æ£é(å ¬æ¤)") private double bzwkl; @PropertyDef(label = "å ¶ä»æ£é(å ¬æ¤)") private double qtkl; @PropertyDef(label = "æ£éåå ") private String klyy; @PropertyDef(label = "ç°åºæ£é(å ¬æ¤)") @Column(name = "xckl") private double xckl; @PropertyDef(label = "墿£ä»·(å ¬æ¤)") private double zkj; @PropertyDef(label = "墿£ä»·åå ") private String zkhyy; @PropertyDef(label = "åé(å ¬æ¤)") private double jz; @PropertyDef(label = "è£ å¸ä½ä¸åä½") private String zxzydw; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "åºé¨æ¶é´") private Date cmsj; @PropertyDef(label = "åºé¨ç¡®è®¤é¨å²äººåå§å") private String cmqrmgryxm; @PropertyDef(label = "å ¥åºç»ç®åå·") private String rkjsdh; @PropertyDef(label = "夿³¨") private String bz; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æ´æ°æ¶é´") private Date zhgxsj; private String pch; private String bjw; private String bydh; private String jjdh; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "è®°è´¦æ¥æ") private Date jzrq; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1203.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,94 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-ç²®é£å ¥åºæ£éªä¿¡æ¯ */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1203 implements Serializable { /** * */ private static final long serialVersionUID = -5707489334519718974L; //å ¥åºä¸å¡åå·ç± 12 使°åç»æï¼ç¬¬ 1-2 ä½ä¸ºä¸å¡ä»£ç ï¼14代表粮é£å ¥åºï¼ï¼ç¬¬ 3-8 ä½ä¾æ¬¡ä¸ºå¹´ä»½çå两ä½ã2 使份ã2 使¥æï¼ååä½ä¸ºé¡ºåºç ãä¾å¦ï¼141605041234 @Id @PropertyDef(label = "å ¥åºæ£éªåå·") private String rkjydh; @PropertyDef(label = "è´§ä½ä»£ç ") private String hwdm; @PropertyDef(label = "å ¥åºä¸å¡åå·") private String rkywdh; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æ¦æ ·æ¶é´") private Date qysj; @PropertyDef(label = "æ¦æ ·äººå§å") private String qyrxm; @PropertyDef(label = "æ¦æ ·æ¹å¼") private String qyfs; @PropertyDef(label = "æ£éªé¡¹ç®,éå¼") private String jyxm; @PropertyDef(label = "æ£éªå¼,éå¼") private String jyz; @PropertyDef(label = "墿£ä»·(å ,éå¼)") private String zkj; @PropertyDef(label = "墿£é(å ¬æ¤,éå¼)") private String zkl; @PropertyDef(label = "æ£éªäººå§å") private String jyrxm; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æ£éªæ¶é´") private Date jysj; @PropertyDef(label = "æ£éªç»æ") private String jyjg; @PropertyDef(label = "ç²®é£åç§ä»£ç ") private String lspzdm; @PropertyDef(label = "ç²®é£å®ç") private String lsdd; @PropertyDef(label = "ä¿ç®¡å夿 ¸") private String bgyfh; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æ´æ°æ¶é´") private Date zhgxsj; @PropertyDef(label = "æ¹æ¬¡å·") private String pch; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1204.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,92 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-ç²®é£å ¥åºç»ç®ä¿¡æ¯ */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1204 implements Serializable { /** * */ private static final long serialVersionUID = -8378354337037404298L; @PropertyDef(label = "å ¥åºç»ç®åå·", description = "ç±åºç¹ä»£ç +ç»ç®æ¥æï¼yyyyMMddï¼+4 ä½é¡ºåºå·ç»æ") private String rkjsdh; @PropertyDef(label = "è´§ä½ä»£ç ") private String hwdm; @PropertyDef(label = "ååå·") private String hth; @PropertyDef(label = "ç»ç®æ°é(å ¬æ¤)") private double jssl; @PropertyDef(label = "ç»ç®åä»·(å /å ¬æ¤)") private double jsdj; @PropertyDef(label = "ç»ç®éé¢(å )") private double jsje; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "ç»ç®æ¶é´") private Date jssj; @PropertyDef(label = "ç»ç®æ¹å¼") private String jsfs; @PropertyDef(label = "æ¶æ¬¾äºº") private String skr; @PropertyDef(label = "é¶è¡è¡å«ä»£ç ") private String yhhbdm; @PropertyDef(label = "æ¶æ¬¾äººèº«ä»½è¯å·") private String skrsfzh; @PropertyDef(label = "弿·è¡å·") private String khhh; @PropertyDef(label = "弿·è¡åç§°") private String khhmc; @PropertyDef(label = "é¶è¡è´¦å·") private String yhzh; @PropertyDef(label = "å票å·ç ") private String fphm; @PropertyDef(label = "åç¥¨ç¶æ") private String fpzt; @PropertyDef(label = "仿¬¾åä½") private String fkdw; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æ´æ°æ¶é´") private Date zhgxsj; @PropertyDef(label = "æ¹æ¬¡å·") private String pch; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,174 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-ç²®é£åºåºä¿¡æ¯ */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1205 extends ApiParent implements Serializable { /** * */ private static final long serialVersionUID = -6381473449862569451L; //ä¸å¡åå·ç± 12 使°åç»æï¼ç¬¬ 1-2 ä½ä¸ºä¸å¡ç¼ç ï¼15 代表粮é£åºåºï¼ï¼ç¬¬ 3-8 ä½ä¾æ¬¡ä¸ºå¹´ä»½çå两ä½ã2 使份ã2使¥æï¼ååä½ä¸ºé¡ºåºç ãä¾å¦ï¼141605041234 @Id @PropertyDef(label = "åºåºä¸å¡åå·") private String ckywdh; @PropertyDef(label = "è´§ä½ä»£ç ") private String hwdm; @PropertyDef(label = "计åæç»å·") private String jhmxh; @PropertyDef(label = "åºåºéç¥åå·") private String cktzdh; @PropertyDef(label = "ä¸å¡ç±»å", description = "1ï¼åºåºï¼é»è®¤ï¼") private String ywlx = "1"; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "ä¸å¡æ¥æ") private Date ywrq; @PropertyDef(label = "ååå·") private String hth; @PropertyDef(label = "æ¿è¿äºº") private String cyr; @PropertyDef(label = "èç³»çµè¯") private String lxdh; @PropertyDef(label = "身份è¯å·") private String sfzh; @PropertyDef(label = "è¿è¾å·¥å ·") private String ysgj; @PropertyDef(label = "å¸ç²®å°ç¹") private String xldd; @PropertyDef(label = "车è¹å·") private String cch; @PropertyDef(label = "车è¹å·ç±»å") private String cchlx; @PropertyDef(label = "æè½¦å·") private String gch; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "ç»è®°æ¶é´") private Date djsj; @PropertyDef(label = "ç»è®°é¨å²äººåå§å") private String djmgryxm; @PropertyDef(label = "ç²®é£åç§ä»£ç ") private String lspzdm; @PropertyDef(label = "ç²®é£ç级代ç ") private String lsdjdm; @PropertyDef(label = "ç²®é£æ§è´¨ä»£ç ") private String lsxzdm; @PropertyDef(label = "æ¶è·å¹´åº¦") private String shnd; @PropertyDef(label = "产å°ä»£ç ") private String cddm; @PropertyDef(label = "ç®é(å ¬æ¤)") private double pz; @PropertyDef(label = "ç®éçç£ å") private String pzjby; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "ç®éè®¡éæ¶é´") private Date pzjlsj; @PropertyDef(label = "ç®é计éå") private String pzjly; @PropertyDef(label = "æ¯é(å ¬æ¤)") private double mz; @PropertyDef(label = "æ¯éçç£ å") private String mzjby; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æ¯éè®¡éæ¶é´") private Date mzjlsj; @PropertyDef(label = "æ¯é计éå") private String mzjly; @PropertyDef(label = "å è£ ç©") private String bzw; @PropertyDef(label = "æ åå åå é(å ¬æ¤)") private double bzbdbz; @PropertyDef(label = "æ åå ä»¶æ°(ä»¶)") private Integer bzbjs; @PropertyDef(label = "åé(å ¬æ¤)") private double jz; @PropertyDef(label = "æ£/å¢é(å ¬æ¤)") private double kzl; @PropertyDef(label = "å¼ä»ä¿ç®¡åå§å") private String zcbgyxm; @PropertyDef(label = "è£ å¸ä½ä¸åä½") private String zxzydw; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "åºé¨æ¶é´") private Date cmsj; @PropertyDef(label = "åºé¨ç¡®è®¤é¨å²äººåå§å") private String cmqrmgryxm; @PropertyDef(label = "åºåºç»ç®åå·") private String ckjsdh; @PropertyDef(label = "夿³¨") private String bz; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æåæ´æ°æ¶é´") private Date zhgxsj; private String pch; private String bjw; private String jjdh; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "è®°è´¦æ¥æ") private Date jzrq; } src/main/java/com/fzzy/push/sh2023/dto/ShAreaBjw.java
@@ -5,89 +5,89 @@ */ public enum ShAreaBjw { BJW_310101("310101", "黿µ¦åº", "huangpu"), BJW_310104("310104", "徿±åº", "xuhui"), BJW_310105("310105", "é¿å®åº", "changning"), BJW_310106("310106", "éå®åº", "jingan"), BJW_310107("310107", "æ®éåº", "pituo"), BJW_310109("310109", "è¹å£åº", "honhkou"), BJW_310110("310110", "æ¨æµ¦åº", "yangpu"), BJW_310112("310112", "éµè¡åº", "minhang"), BJW_310113("310113", "å®å±±åº", "baoshan"), BJW_310114("310114", "åå®åº", "jiading"), BJW_310115("310115", "æµ¦ä¸æ°åº", "pudong"), BJW_310116("310116", "éå±±åº", "jinshan"), BJW_310117("310117", "æ¾æ±åº", "songjiang"), BJW_310118("310118", "éæµ¦åº", "qingpu"), BJW_310120("310120", "å¥è´¤åº", "fengxian"), BJW_310151("310151", "å´æåº", "chongming"); BJW_310101("310101", "黿µ¦åº", "huangpu"), BJW_310104("310104", "徿±åº", "xuhui"), BJW_310105("310105", "é¿å®åº", "changning"), BJW_310106("310106", "éå®åº", "jingan"), BJW_310107("310107", "æ®éåº", "putuo"), BJW_310109("310109", "è¹å£åº", "hongkou"), BJW_310110("310110", "æ¨æµ¦åº", "yangpu"), BJW_310112("310112", "éµè¡åº", "minhang"), BJW_310113("310113", "å®å±±åº", "baoshan"), BJW_310114("310114", "åå®åº", "jiading"), BJW_310115("310115", "æµ¦ä¸æ°åº", "pudong"), BJW_310116("310116", "éå±±åº", "jinshan"), BJW_310117("310117", "æ¾æ±åº", "songjiang"), BJW_310118("310118", "éæµ¦åº", "qingpu"), BJW_310120("310120", "å¥è´¤åº", "fengxian"), BJW_310151("310151", "å´æåº", "chongming"); private String code; private String name; private String bjw; private String code; private String name; private String bjw; ShAreaBjw(String code, String name, String bjw) { this.code = code; this.name = name; this.bjw = bjw; } ShAreaBjw(String code, String name, String bjw) { this.code = code; this.name = name; this.bjw = bjw; } public String getCode() { return code; } public String getCode() { return code; } public String getName() { return name; } public String getName() { return name; } public String getBjw() { return bjw; } public String getBjw() { return bjw; } public static String getName(String code) { if(null == code) return null; public static String getName(String code) { if (null == code) return null; if(ShAreaBjw.BJW_310101.getCode().equals(code)) return ShAreaBjw.BJW_310101.getName(); if(ShAreaBjw.BJW_310104.getCode().equals(code)) return ShAreaBjw.BJW_310104.getName(); if(ShAreaBjw.BJW_310105.getCode().equals(code)) return ShAreaBjw.BJW_310105.getName(); if(ShAreaBjw.BJW_310106.getCode().equals(code)) return ShAreaBjw.BJW_310106.getName(); if(ShAreaBjw.BJW_310107.getCode().equals(code)) return ShAreaBjw.BJW_310107.getName(); if(ShAreaBjw.BJW_310109.getCode().equals(code)) return ShAreaBjw.BJW_310109.getName(); if(ShAreaBjw.BJW_310110.getCode().equals(code)) return ShAreaBjw.BJW_310110.getName(); if(ShAreaBjw.BJW_310112.getCode().equals(code)) return ShAreaBjw.BJW_310112.getName(); if(ShAreaBjw.BJW_310113.getCode().equals(code)) return ShAreaBjw.BJW_310113.getName(); if(ShAreaBjw.BJW_310114.getCode().equals(code)) return ShAreaBjw.BJW_310114.getName(); if(ShAreaBjw.BJW_310115.getCode().equals(code)) return ShAreaBjw.BJW_310115.getName(); if(ShAreaBjw.BJW_310116.getCode().equals(code)) return ShAreaBjw.BJW_310116.getName(); if(ShAreaBjw.BJW_310117.getCode().equals(code)) return ShAreaBjw.BJW_310117.getName(); if(ShAreaBjw.BJW_310118.getCode().equals(code)) return ShAreaBjw.BJW_310118.getName(); if(ShAreaBjw.BJW_310120.getCode().equals(code)) return ShAreaBjw.BJW_310120.getName(); if(ShAreaBjw.BJW_310151.getCode().equals(code)) return ShAreaBjw.BJW_310151.getName(); if (ShAreaBjw.BJW_310101.getCode().equals(code)) return ShAreaBjw.BJW_310101.getName(); if (ShAreaBjw.BJW_310104.getCode().equals(code)) return ShAreaBjw.BJW_310104.getName(); if (ShAreaBjw.BJW_310105.getCode().equals(code)) return ShAreaBjw.BJW_310105.getName(); if (ShAreaBjw.BJW_310106.getCode().equals(code)) return ShAreaBjw.BJW_310106.getName(); if (ShAreaBjw.BJW_310107.getCode().equals(code)) return ShAreaBjw.BJW_310107.getName(); if (ShAreaBjw.BJW_310109.getCode().equals(code)) return ShAreaBjw.BJW_310109.getName(); if (ShAreaBjw.BJW_310110.getCode().equals(code)) return ShAreaBjw.BJW_310110.getName(); if (ShAreaBjw.BJW_310112.getCode().equals(code)) return ShAreaBjw.BJW_310112.getName(); if (ShAreaBjw.BJW_310113.getCode().equals(code)) return ShAreaBjw.BJW_310113.getName(); if (ShAreaBjw.BJW_310114.getCode().equals(code)) return ShAreaBjw.BJW_310114.getName(); if (ShAreaBjw.BJW_310115.getCode().equals(code)) return ShAreaBjw.BJW_310115.getName(); if (ShAreaBjw.BJW_310116.getCode().equals(code)) return ShAreaBjw.BJW_310116.getName(); if (ShAreaBjw.BJW_310117.getCode().equals(code)) return ShAreaBjw.BJW_310117.getName(); if (ShAreaBjw.BJW_310118.getCode().equals(code)) return ShAreaBjw.BJW_310118.getName(); if (ShAreaBjw.BJW_310120.getCode().equals(code)) return ShAreaBjw.BJW_310120.getName(); if (ShAreaBjw.BJW_310151.getCode().equals(code)) return ShAreaBjw.BJW_310151.getName(); return code; } return code; } public static String getBjw(String code) { if(null == code) return null; public static String getBjw(String code) { if (null == code) return null; if(ShAreaBjw.BJW_310101.getCode().equals(code)) return ShAreaBjw.BJW_310101.getBjw(); if(ShAreaBjw.BJW_310104.getCode().equals(code)) return ShAreaBjw.BJW_310104.getBjw(); if(ShAreaBjw.BJW_310105.getCode().equals(code)) return ShAreaBjw.BJW_310105.getBjw(); if(ShAreaBjw.BJW_310106.getCode().equals(code)) return ShAreaBjw.BJW_310106.getBjw(); if(ShAreaBjw.BJW_310107.getCode().equals(code)) return ShAreaBjw.BJW_310107.getBjw(); if(ShAreaBjw.BJW_310109.getCode().equals(code)) return ShAreaBjw.BJW_310109.getBjw(); if(ShAreaBjw.BJW_310110.getCode().equals(code)) return ShAreaBjw.BJW_310110.getBjw(); if(ShAreaBjw.BJW_310112.getCode().equals(code)) return ShAreaBjw.BJW_310112.getBjw(); if(ShAreaBjw.BJW_310113.getCode().equals(code)) return ShAreaBjw.BJW_310113.getBjw(); if(ShAreaBjw.BJW_310114.getCode().equals(code)) return ShAreaBjw.BJW_310114.getBjw(); if(ShAreaBjw.BJW_310115.getCode().equals(code)) return ShAreaBjw.BJW_310115.getBjw(); if(ShAreaBjw.BJW_310116.getCode().equals(code)) return ShAreaBjw.BJW_310116.getBjw(); if(ShAreaBjw.BJW_310117.getCode().equals(code)) return ShAreaBjw.BJW_310117.getBjw(); if(ShAreaBjw.BJW_310118.getCode().equals(code)) return ShAreaBjw.BJW_310118.getBjw(); if(ShAreaBjw.BJW_310120.getCode().equals(code)) return ShAreaBjw.BJW_310120.getBjw(); if(ShAreaBjw.BJW_310151.getCode().equals(code)) return ShAreaBjw.BJW_310151.getBjw(); if (ShAreaBjw.BJW_310101.getCode().equals(code)) return ShAreaBjw.BJW_310101.getBjw(); if (ShAreaBjw.BJW_310104.getCode().equals(code)) return ShAreaBjw.BJW_310104.getBjw(); if (ShAreaBjw.BJW_310105.getCode().equals(code)) return ShAreaBjw.BJW_310105.getBjw(); if (ShAreaBjw.BJW_310106.getCode().equals(code)) return ShAreaBjw.BJW_310106.getBjw(); if (ShAreaBjw.BJW_310107.getCode().equals(code)) return ShAreaBjw.BJW_310107.getBjw(); if (ShAreaBjw.BJW_310109.getCode().equals(code)) return ShAreaBjw.BJW_310109.getBjw(); if (ShAreaBjw.BJW_310110.getCode().equals(code)) return ShAreaBjw.BJW_310110.getBjw(); if (ShAreaBjw.BJW_310112.getCode().equals(code)) return ShAreaBjw.BJW_310112.getBjw(); if (ShAreaBjw.BJW_310113.getCode().equals(code)) return ShAreaBjw.BJW_310113.getBjw(); if (ShAreaBjw.BJW_310114.getCode().equals(code)) return ShAreaBjw.BJW_310114.getBjw(); if (ShAreaBjw.BJW_310115.getCode().equals(code)) return ShAreaBjw.BJW_310115.getBjw(); if (ShAreaBjw.BJW_310116.getCode().equals(code)) return ShAreaBjw.BJW_310116.getBjw(); if (ShAreaBjw.BJW_310117.getCode().equals(code)) return ShAreaBjw.BJW_310117.getBjw(); if (ShAreaBjw.BJW_310118.getCode().equals(code)) return ShAreaBjw.BJW_310118.getBjw(); if (ShAreaBjw.BJW_310120.getCode().equals(code)) return ShAreaBjw.BJW_310120.getBjw(); if (ShAreaBjw.BJW_310151.getCode().equals(code)) return ShAreaBjw.BJW_310151.getBjw(); return code; } return code; } }