8 天以前 0cb3eeb5b498f063f890b164d26ab9a0d0d79a1c
src/main/java/com/ruoyi/projectManagement/pojo/ContractInfo.java
@@ -127,6 +127,15 @@
    @TableField(value = "update_time", fill = FieldFill.INSERT_UPDATE)
    private LocalDateTime updateTime;
    @TableField(value = "create_user_name", fill = FieldFill.INSERT)
    private String createUserName;
    @TableField(value = "update_user_name", fill = FieldFill.INSERT_UPDATE)
    private String updateUserName;
    @TableField(exist = false)
    private static final long serialVersionUID = 1L;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}