feat: 更改字段类型

This commit is contained in:
landaiqing
2024-07-17 14:23:00 +08:00
parent 0538f405eb
commit 205ffda52d
22 changed files with 670 additions and 670 deletions

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraFileHeatmapDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraFileHeatmap">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<id column="id" jdbcType="VARCHAR" property="id"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="count" jdbcType="BIGINT" property="count"/>
<result column="size" jdbcType="BIGINT" property="size"/>
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssAliDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssAli">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<id column="id" jdbcType="VARCHAR" property="id"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="access_key_id" jdbcType="VARCHAR" property="accessKeyId"/>
<result column="access_key_secret" jdbcType="VARCHAR" property="accessKeySecret"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssAwsDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssAws">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="bucket_name" jdbcType="VARCHAR" property="bucketName"/>
<result column="access_key_id" jdbcType="VARCHAR" property="accessKeyId"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssBaiduDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssBaidu">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="bucket_name" jdbcType="VARCHAR" property="bucketName"/>
<result column="access_key_id" jdbcType="VARCHAR" property="accessKeyId"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssFtpDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssFtp">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="host" jdbcType="VARCHAR" property="host"/>
<result column="port" jdbcType="INTEGER" property="port"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssHuaweiDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssHuawei">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="access_key" jdbcType="VARCHAR" property="accessKey"/>
<result column="secret_key" jdbcType="VARCHAR" property="secretKey"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssJdDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssJd">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="bucket_name" jdbcType="VARCHAR" property="bucketName"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssJdbcDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssJdbc">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="data_source_name" jdbcType="VARCHAR" property="dataSourceName"/>
<result column="url" jdbcType="VARCHAR" property="url"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssJdbcDataDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssJdbcData">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="data" jdbcType="VARCHAR" property="data"/>
<result column="created_by" jdbcType="VARCHAR" property="createdBy"/>
<result column="created_time" jdbcType="TIMESTAMP" property="createdTime"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssJdbcStoreDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssJdbcStore">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="name" jdbcType="VARCHAR" property="name"/>
<result column="path" jdbcType="VARCHAR" property="path"/>
<result column="size" jdbcType="DOUBLE" property="size"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssJinshanDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssJinshan">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="access_key_id" jdbcType="VARCHAR" property="accessKeyId"/>
<result column="access_key_secret" jdbcType="VARCHAR" property="accessKeySecret"/>
<result column="bucket_name" jdbcType="VARCHAR" property="bucketName"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssLocalDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssLocal">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="status" jdbcType="VARCHAR" property="status"/>
<result column="created_by" jdbcType="VARCHAR" property="createdBy"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssMinioDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssMinio">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="accessKey" jdbcType="VARCHAR" property="accessKey"/>
<result column="secretKey" jdbcType="VARCHAR" property="secretKey"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssPinganDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssPingan">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="system_user_id" jdbcType="BIGINT" property="systemUserId"/>
<id column="id" jdbcType="VARCHAR" property="id"/>
<result column="system_user_id" jdbcType="VARCHAR" property="systemUserId"/>
<result column="user_agent" jdbcType="VARCHAR" property="userAgent"/>
<result column="obs_url" jdbcType="VARCHAR" property="obsUrl"/>
<result column="obs_access_key" jdbcType="VARCHAR" property="obsAccessKey"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssQingyunDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssQingyun">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="access_key" jdbcType="VARCHAR" property="accessKey"/>
<result column="access_secret" jdbcType="VARCHAR" property="accessSecret"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssQiniuDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssQiniu">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="access_key" jdbcType="VARCHAR" property="accessKey"/>
<result column="secret_key" jdbcType="VARCHAR" property="secretKey"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssSftpDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssSftp">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="host" jdbcType="VARCHAR" property="host"/>
<result column="port" jdbcType="INTEGER" property="port"/>
<result column="basePath" jdbcType="VARCHAR" property="basePath"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssTencentDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssTencent">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="bucket_name" jdbcType="VARCHAR" property="bucketName"/>
<result column="secret_id" jdbcType="VARCHAR" property="secretId"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssUcloudDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssUcloud">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="bucket_name" jdbcType="VARCHAR" property="bucketName"/>
<result column="public_key" jdbcType="VARCHAR" property="publicKey"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssUpDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssUp">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="base_path" jdbcType="VARCHAR" property="basePath"/>
<result column="bucket_name" jdbcType="VARCHAR" property="bucketName"/>
<result column="user_name" jdbcType="VARCHAR" property="userName"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraOssWangyiDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraOssWangyi">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="access_key" jdbcType="VARCHAR" property="accessKey"/>
<result column="secret_key" jdbcType="VARCHAR" property="secretKey"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.schisandra.oss.infra.basic.dao.SchisandraUserOssDao">
<resultMap id="BaseResultMap" type="com.schisandra.oss.infra.basic.entity.SchisandraUserOss">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="user_id" jdbcType="VARCHAR" property="userId"/>
<result column="endpoint" jdbcType="VARCHAR" property="endpoint"/>
<result column="oss_type" jdbcType="VARCHAR" property="ossType"/>
<result column="icon" jdbcType="VARCHAR" property="icon"/>
<result column="name" jdbcType="VARCHAR" property="name"/>