chenlu
2024-03-29 6c17e1f3da486ffd16b7237d9bc35a9bcbef5348
north-glass-erp/src/main/java/com/example/erp/mapper/sd/CustomerMapper.java
@@ -13,12 +13,12 @@
public interface CustomerMapper extends CrudRepository<Customer,Long> {
    List<Customer> getCustomerList();
    List<Customer> getseletCustomer(@Param("offset") Integer offset,
    List<Customer> getSelectCustomer(@Param("offset") Integer offset,
                                         @Param("pageSize") Integer pageSize,
                                         @Param("customer") Customer customer);
    Map<String,Integer> getseletCustomerPageTotal(Integer offset, Integer pageSize, Customer customer);
    Map<String,Integer> getSelectCustomerPageTotal(Integer offset, Integer pageSize, Customer customer);
    Boolean insertCustomer(@Param("customer") Customer customer);