liyong
6 天以前 2f87ece2ac9224c467d69605c3cc0ac61f68b104
src/main/java/com/ruoyi/stock/pojo/StockOutRecord.java
@@ -42,7 +42,7 @@
    private String recordType;
    @ApiModelProperty("产品规格id")
    private Integer productModelId;
    private Long productModelId;
    @ApiModelProperty("备注")
    private String remark;
@@ -63,7 +63,4 @@
    @TableField(fill = FieldFill.INSERT_UPDATE)
    private Integer updateUser;
    @ApiModelProperty("租户id")
    @TableField(fill = FieldFill.INSERT)
    private Integer tenantId;
}