2026-04-17 ac11e0a1320b469a2a111ba3d6a4a54f424845b7
src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
@@ -154,5 +154,9 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @ApiModelProperty(value = "是否有生产记录")
    @TableField(exist = false)
    private Boolean hasProductionRecord;
}