Administrator
2025-07-10 1bd4ff2dea7dde4592c31f6911255c9d28d45f87
src/main/java/cc/mrbird/febs/mall/service/impl/ApiClothesServiceImpl.java
@@ -92,6 +92,7 @@
            apiClothesTypeVo.setPatternState(clothesType.getPatternState());
            apiClothesTypeVo.setLocationState(clothesType.getLocationState());
            apiClothesTypeVo.setSizeState(clothesType.getSizeState());
            apiClothesTypeVo.setCarriageRuleId(10L);
        }
        return new FebsResponse().success().data(apiClothesTypeVo);