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; }