huminmin
2026-04-29 176d8d92892ce08e512c4180de6130bd862cf4fc
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;
}