|
|
@@ -14,6 +14,7 @@
|
|
|
<result property="dirPath" column="DIR_PATH"/>
|
|
|
<result property="isEncrypt" column="IS_ENCRYPT"/>
|
|
|
<result property="encryptLevel" column="ENCRYPT_LEVEL"/>
|
|
|
+ <result property="accessCode" column="ACCESS_CODE"/>
|
|
|
<result property="createBy" column="CREATE_BY"/>
|
|
|
<result property="createTime" column="CREATE_TIME"/>
|
|
|
<result property="updateBy" column="UPDATE_BY"/>
|
|
|
@@ -31,6 +32,7 @@
|
|
|
DIR_PATH,
|
|
|
IS_ENCRYPT,
|
|
|
ENCRYPT_LEVEL,
|
|
|
+ ACCESS_CODE,
|
|
|
CREATE_BY,
|
|
|
CREATE_TIME,
|
|
|
UPDATE_BY,
|