src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
@@ -147,6 +147,13 @@ @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")