sfd
2025-05-26 2a64b537e8e3bce9ce030585a3da17d48379c0ad
aps-modules/aps-core/src/main/java/com/aps/core/domain/ApsWeldSeam.java
@@ -1,7 +1,6 @@
package com.aps.core.domain;
import java.util.Date;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonFormat;
import org.apache.commons.lang3.builder.ToStringBuilder;
@@ -102,14 +101,6 @@
    /** 工厂 */
//    @Excel(name = "工厂")
    private String plant;
    /** 统计生产年份 */
    @Excel(name = "生产年份List")
    private List<Long> produceYears;
    /** 统计生产月份 */
    @Excel(name = "生产月份List")
    private List<Long> produceMonths;
    public void setId(String id) 
    {
@@ -321,25 +312,6 @@
        return plant;
    }
    public void setProduceYears(List<Long> produceYears)
    {
        this.produceYears = produceYears;
    }
    public List<Long> getProduceYears()
    {
        return produceYears;
    }
    public void setProduceMonths(List<Long> produceMonths)
    {
        this.produceMonths = produceMonths;
    }
    public List<Long> getProduceMonths()
    {
        return produceMonths;
    }
    @Override
    public String toString() {