소스 검색

摄像头仓房

ZeroLiYi 1 년 전
부모
커밋
d3a3ebb815
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/chinaitop/depot/basic/mapper/MonitorCameraMapper.xml

+ 1 - 0
src/main/java/com/chinaitop/depot/basic/mapper/MonitorCameraMapper.xml

@@ -30,6 +30,7 @@
30
     <result column="camera_index_code" property="cameraIndexCode" jdbcType="VARCHAR" />
30
     <result column="camera_index_code" property="cameraIndexCode" jdbcType="VARCHAR" />
31
     <result column="status" property="status" jdbcType="INTEGER" />
31
     <result column="status" property="status" jdbcType="INTEGER" />
32
     <result column="status_name" property="statusName" jdbcType="VARCHAR" />
32
     <result column="status_name" property="statusName" jdbcType="VARCHAR" />
33
+    <result column="storehouse_id" property="storehouseId" jdbcType="VARCHAR" />
33
   </resultMap>
34
   </resultMap>
34
   <sql id="Example_Where_Clause" >
35
   <sql id="Example_Where_Clause" >
35
     <where >
36
     <where >