rentaiming
2024-07-30 837da67d468fbcdd10ee27dcc44a94e7b1130a85
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/vo/SlGoodsShelfVO.java
@@ -12,11 +12,11 @@
@ApiModel(value = "货架视图对象", description = "货架视图对象")
public class SlGoodsShelfVO {
    @ApiModelProperty("数据id")
    private Integer id;
    private Long id;
    @ApiModelProperty("仓库id")
    @JsonInclude(JsonInclude.Include.ALWAYS)
    private Integer storeManagementId;
    private Long storeManagementId;
    @ApiModelProperty("仓库名称")
    @JsonInclude(JsonInclude.Include.ALWAYS)