2 天以前 684e4306a08feeae188070f264148e6765da8dcf
src/main/java/com/ruoyi/sales/pojo/ShippingInfo.java
@@ -68,6 +68,7 @@
    private String shippingCarNumber;
    @Schema(description = "创建时间")
    @TableField(fill = FieldFill.INSERT)
    private LocalDateTime createTime;
    @Schema(description = "修改时间")
@@ -90,4 +91,10 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    /**
     * 数据权限-部门集合,由 DataScopeAop 注入,仅供 listPage 的查询条件使用
     */
    @TableField(exist = false)
    private Long[] deptIds;
}