| 8 | import java.util.List; |
| 9 | |
| 10 | public interface BmMapper { |
| 11 | /** |
| 12 | * This method was generated by MyBatis Generator. |
| 13 | * This method corresponds to the database table bm |
| 14 | * |
| 15 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 16 | */ |
| 17 | long countByExample(BmExample example); |
| 18 | |
| 19 | /** |
| 20 | * This method was generated by MyBatis Generator. |
| 21 | * This method corresponds to the database table bm |
| 22 | * |
| 23 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 24 | */ |
| 25 | int deleteByExample(BmExample example); |
| 26 | |
| 27 | /** |
| 28 | * This method was generated by MyBatis Generator. |
| 29 | * This method corresponds to the database table bm |
| 30 | * |
| 31 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 32 | */ |
| 33 | int deleteByPrimaryKey(Integer id); |
| 34 | |
| 35 | /** |
| 36 | * This method was generated by MyBatis Generator. |
| 37 | * This method corresponds to the database table bm |
| 38 | * |
| 39 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 40 | */ |
| 41 | int insert(Bm record); |
| 42 | |
| 43 | /** |
| 44 | * This method was generated by MyBatis Generator. |
| 45 | * This method corresponds to the database table bm |
| 46 | * |
| 47 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 48 | */ |
| 49 | int insertSelective(Bm record); |
| 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 | List<Bm> selectByExample(BmExample example); |
| 58 | |
| 59 | /** |
| 60 | * This method was generated by MyBatis Generator. |
| 61 | * This method corresponds to the database table bm |
| 62 | * |
| 63 | * @mbg.generated Wed Feb 03 17:15:28 CST 2021 |
| 64 | */ |
| 65 | Bm selectByPrimaryKey(Integer id); |
| 66 | |
| 67 | /** |
no outgoing calls
no test coverage detected