MCPcopy Create free account
hub / github.com/WQL-KXJ/EnterpriseManagementSystem / BmExample

Class BmExample

src/main/java/com/dao/pojo/BmExample.java:6–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import java.util.List;
5
6public 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected