| 4 | import java.util.List; |
| 5 | |
| 6 | public class BmExample { |
| 7 | /** |
| 8 | * This field was generated by MyBatis Generator. |
| 9 | * This field corresponds to the database table bm |
| 10 | * |
| 11 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 12 | */ |
| 13 | protected String orderByClause; |
| 14 | |
| 15 | /** |
| 16 | * This field was generated by MyBatis Generator. |
| 17 | * This field corresponds to the database table bm |
| 18 | * |
| 19 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 20 | */ |
| 21 | protected boolean distinct; |
| 22 | |
| 23 | /** |
| 24 | * This field was generated by MyBatis Generator. |
| 25 | * This field corresponds to the database table bm |
| 26 | * |
| 27 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 28 | */ |
| 29 | protected List<Criteria> oredCriteria; |
| 30 | |
| 31 | /** |
| 32 | * This method was generated by MyBatis Generator. |
| 33 | * This method corresponds to the database table bm |
| 34 | * |
| 35 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 36 | */ |
| 37 | public BmExample() { |
| 38 | oredCriteria = new ArrayList<Criteria>(); |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * This method was generated by MyBatis Generator. |
| 43 | * This method corresponds to the database table bm |
| 44 | * |
| 45 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 46 | */ |
| 47 | public void setOrderByClause(String orderByClause) { |
| 48 | this.orderByClause = orderByClause; |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * This method was generated by MyBatis Generator. |
| 53 | * This method corresponds to the database table bm |
| 54 | * |
| 55 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 56 | */ |
| 57 | public String getOrderByClause() { |
| 58 | return orderByClause; |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * This method was generated by MyBatis Generator. |
| 63 | * This method corresponds to the database table bm |
nothing calls this directly
no outgoing calls
no test coverage detected