buhuazhen
10 天以前 28bc6d67f2f35e312fc1fa30095359cc8b3135a4
src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
@@ -147,5 +147,12 @@
    @TableField(exist = false)
    //是否可编辑
    private Boolean isEdit;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}