liyong
2026-04-23 f61f9d3d38272d98171f1e53dc6f4089faa2762b
src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
@@ -147,5 +147,16 @@
    @TableField(exist = false)
    //是否可编辑
    private Boolean isEdit;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    // 签订地点
    @TableField(value = "place_of_singing")
    private String placeOfSinging;
}