sfd
2025-05-09 a080d67b9964cd632f52c481c0f20ef2e3e7073a
aps-modules/aps-core/src/main/java/com/aps/core/domain/ApsPlatePlan.java
@@ -184,6 +184,20 @@
    @Excel(name = "下一工序名称")
    private String nextOpName;
    /** 工单创建时间 */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "工单创建时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    private Date orderCreateTime;
    /** 自定义时间 */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "自定义时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    private Date customTime;
    /** 生产基地 */
    @Excel(name = "生产基地")
    private String productionBase;
    /** 未匹配的生产数量*/
    private BigDecimal unmatchedQuantity;
    /** 专业归属*/