Fan-sx

Results 2 issues of Fan-sx

ES索引和Java实体类中全为大写时,使用 `@IndexField` 指定字段名会失效,查询时首字母会被置为小写 ![image](https://user-images.githubusercontent.com/61177590/230353310-0fcd9f3a-d3fc-4839-a42e-9d499c78c94a.png) ![image](https://user-images.githubusercontent.com/61177590/230353379-95555dbc-5614-4eee-9df0-68a186082761.png)

start-position 不生效,使用了 `--start-pos= ` 和 `--stop-pos=` 参数不生效,请问是我用法问题,还是一直存在此bug ``` shell python binlogfile2sql.py -h localhost -P3306 -uroot -p'123456' -dry-cloud -t sch_children -f D:/data/mysql-bin.000078 --start-position=334207 --stop-position=26578922 -B > roll_bak.sql ```