liurunyu
2025-08-15 9273f64510a8936e204cb6895995f759e2f60f83
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voMd/VoCrops.java
@@ -52,7 +52,7 @@
    /**
     * 是否停止计算,1是,0否
     */
    public String isStopped;
    public String stoppedStr;
    /**
     * 备注
@@ -64,27 +64,5 @@
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    public Date createDt;
    public String isStopped() {
        if (this.stopped != null) {
            if(this.stopped == 0){
                return "否";
            }else{
                return "是";
            }
        }
        return "" ;
    }
    public String getIsStopped() {
        if (this.stopped != null) {
            if(this.stopped == 0){
                return "否";
            }else{
                return "是";
            }
        }
        return "" ;
    }
}