|
|
@ -1,14 +1,12 @@
|
|
|
|
package org.dromara.mes.domain.vo;
|
|
|
|
package org.dromara.mes.domain.vo;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
|
|
|
import org.dromara.mes.domain.ProdProductPlanDetail;
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
|
import org.dromara.common.excel.annotation.ExcelDictFormat;
|
|
|
|
|
|
|
|
import org.dromara.common.excel.convert.ExcelDictConvert;
|
|
|
|
|
|
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
import org.dromara.common.excel.annotation.ExcelDictFormat;
|
|
|
|
|
|
|
|
import org.dromara.common.excel.convert.ExcelDictConvert;
|
|
|
|
|
|
|
|
import org.dromara.mes.domain.ProdProductPlanDetail;
|
|
|
|
|
|
|
|
|
|
|
|
import java.io.Serial;
|
|
|
|
import java.io.Serial;
|
|
|
|
import java.io.Serializable;
|
|
|
|
import java.io.Serializable;
|
|
|
@ -203,5 +201,13 @@ public class ProdProductPlanDetailVo implements Serializable {
|
|
|
|
@ExcelProperty(value = "备注")
|
|
|
|
@ExcelProperty(value = "备注")
|
|
|
|
private String remark;
|
|
|
|
private String remark;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 工装名称
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
private String toolingName;//JOIN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String shiftName;//JOIN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String teamName;//JOIN
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|