|
|
@@ -1,5 +1,6 @@
|
|
|
package com.railway.business.catenary.domain;
|
|
|
|
|
|
+import com.railway.common.utils.StringUtils;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import java.math.BigDecimal;
|
|
|
@@ -176,4 +177,18 @@ public class BusJcbFdfxjyq extends BusJcab{
|
|
|
return "检测";
|
|
|
}
|
|
|
|
|
|
+ public String getCzwt(){
|
|
|
+ StringBuffer sb = new StringBuffer();
|
|
|
+ if(!StringUtils.isEmpty(jybjFdjyqzjyztDesc)){ sb.append(jybjFdjyqzjyztDesc).append(";"); }
|
|
|
+ if(!StringUtils.isEmpty(jybjClsjyzztDesc)){ sb.append(jybjClsjyzztDesc).append(";"); }
|
|
|
+ if(!StringUtils.isEmpty(lbjztLsDesc)){ sb.append(lbjztLsDesc).append(";"); }
|
|
|
+ if(!StringUtils.isEmpty(lbjztXdxDesc)){ sb.append(lbjztXdxDesc).append(";"); }
|
|
|
+ if(!StringUtils.isEmpty(lbjztPhzjDesc)){ sb.append(lbjztPhzjDesc).append(";"); }
|
|
|
+ if(!StringUtils.isEmpty(lbjztJcxjtDesc)){ sb.append(lbjztJcxjtDesc).append(";"); }
|
|
|
+ if(!StringUtils.isEmpty(lbjztXhjDesc)){ sb.append(lbjztXhjDesc).append(";"); }
|
|
|
+ if(!StringUtils.isEmpty(sdgjcztSddgDesc)){ sb.append(sdgjcztSddgDesc).append(";"); }
|
|
|
+ if(!StringUtils.isEmpty(sbztDesc)){ sb.append(sbztDesc).append(";"); }
|
|
|
+ return sb.toString();
|
|
|
+ }
|
|
|
+
|
|
|
}
|