Lius
2024-11-22 a6954d841cf6aeed8c3ed7e7d409d25bedc318e6
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcProcessQuantity.java
@@ -15,7 +15,6 @@
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
import java.util.Date;
/**
 * @Description: 加工数量表
@@ -56,7 +55,7 @@
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @ApiModelProperty(value = "日期")
    private Date efficientDate;
    private String efficientDate;
    /**
     * 加工数量
     */