liyong
2026-04-22 9001fcbffb5c67562d511d65475cd22f080c3592
src/main/java/com/ruoyi/production/pojo/SalesLedgerProductionAccounting.java
@@ -23,24 +23,9 @@
    private Long id;
    /**
     * 销售排产-报工表id
     * 报工表id
     */
    private Long salesLedgerWorkId;
    /**
     * 销售排产表id
     */
    private Long salesLedgerSchedulingId;
    /**
     * 销售台账id
     */
    private Long salesLedgerId;
    /**
     * 销售产品id
     */
    private Long salesLedgerProductId;
    private Long productMainId;
    /**
     * 生产人id
@@ -101,6 +86,8 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    private Long ProductMainId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}