chenlu
2024-11-06 a3dfc8966bb702c4ccb20f2a2afda7b7c39bd98d
north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java
@@ -26,7 +26,7 @@
    //序号
    private Integer orderNumber;
    //工艺确认序号
    private Integer technologyNumber;
    private String technologyNumber;
    //分架数量
    private Integer quantity;
    //已优化数量
@@ -82,6 +82,15 @@
    //补片原因
    @TableField(select = false,exist = false)
    private String patchReason;
    //工程号
    @TableField(select = false,exist = false)
    private String projectNo;
    //版图ID
    @TableField(select = false,exist = false)
    private String stockId;
    //小片数量
    @TableField(select = false,exist = false)
    private String glassCount;
    //外键订单表
    @TableField(select = false,exist= false)