liyong
2026-04-23 d391cb25460566aac81548c28c673912048caff3
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;
}