SpringBoot online collaborative office small program development full stack project combat

> V: ititit111222333

    /** ** Inventory count list **@paramPage page parameter *@paramCondition Condition query parameter *@returnInventory count list detail data set */
    List<InventoryTakeDetailVO> listByPageAndCondition(Page<InventoryTakeDetail> page, @Param("condition") InventoryTakeDetailCondition condition);

Copy the code