Implement SQL Format in @Sql. ```Java @Select @Sql(""" SELECT * FROM employee WHERE id = /*entity.id*/0 """) Emp selectWithSql(Employee entity); ```