ent_cat_id,
ent_cat_title,
ent_cat_desc
INSERT INTO ent_cat
ent_cat_id,
ent_cat_title,
ent_cat_desc,
created_by,
created_at,
#{entCatId ,jdbcType=BIGINT},
#{entCatTitle ,jdbcType=VARCHAR},
#{entCatDesc ,jdbcType=VARCHAR},
#{createdBy ,jdbcType=BIGINT},
#{createdAt ,jdbcType=TIMESTAMP},
UPDATE ent_cat
ent_cat_title = #{entCatTitle, jdbcType=VARCHAR},
ent_cat_desc = #{entCatDesc, jdbcType=VARCHAR},
updated_by = #{updatedBy ,jdbcType=BIGINT},
updated_at = #{updatedAt ,jdbcType=TIMESTAMP},
WHERE ent_cat_id = #{entCatId ,jdbcType=BIGINT}
UPDATE ent_cat
deleted_flag = #{deletedFlag,jdbcType=BIGINT},
deleted_time = #{deletedTime,jdbcType=TIMESTAMP},
deleted_by = #{deletedBy,jdbcType=BIGINT},
WHERE ent_cat_id = #{entCatId ,jdbcType=BIGINT}