Lius
2024-07-08 58b89e49bf6dba960229a94a95d5b9f8821e3f23
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;
    /**
     * 加工数量
     */