xuhy
2025-01-08 02d5b44343f3bd9abb667e50ccf469fed9a0a99a
manage/src/main/java/com/jilongda/manage/model/TWarehousing.java
@@ -35,7 +35,7 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "1=出库,2=入库,3=作废,4=退货")
    @ApiModelProperty(value = "1=出库,2=入库,3=作废,4=退货  5销售订单")
    @NotNull(message = "状态不能为空")
    @TableField("status")
    private Integer status;