yangys
2024-03-04 c51a042cfb8453265acf2b764b82bd17019b9b1b
mdc-parent/mdc-showdb-mysql/src/main/resources/mapper/DeviceTypeMapper.xml
@@ -4,7 +4,7 @@
  <resultMap id="BaseResultMap" type="com.qianwen.mdc.domain.DeviceType">
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="name" jdbcType="VARCHAR" property="name" />
    <result column="delete_flag" jdbcType="INTEGER" property="t" />
    <result column="delete_flag" jdbcType="INTEGER" property="deleteFlag" />
  </resultMap>