buhuazhen
2026-04-23 f4589ce8974e49a9c1522eb71970e816d47ec34f
src/main/java/com/ruoyi/stock/pojo/StockUninventory.java
@@ -69,4 +69,11 @@
    @ApiModelProperty("存货编码")
    private String productCode;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}