lte abstract method
      
S
lte(
    
- dynamic value
Query condition that matches all values less than or equal to the specified value. SQL: <=
Implementation
S lte(dynamic value);Query condition that matches all values less than or equal to the specified value. SQL: <=
S lte(dynamic value);