| | |
| | | |
| | | import com.aps.common.core.annotation.Excel; |
| | | import com.aps.common.core.web.domain.BaseEntity; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | |
| | | private BigDecimal unmatchedDemandAmount; |
| | | |
| | | /** 建议完成日期 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "建议完成日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date suggestedCompletionDate; |
| | | /** 延迟风险标识 */ |
| | | private String hasDelayRisk; |
| | |
| | | </resultMap> |
| | | |
| | | <sql id="selectApsPlateStandardRequireVo"> |
| | | select require.id, |
| | | select distinct require.id, |
| | | require.require_track_id, |
| | | require.bom_line_id, |
| | | require.bom_line_code, |