Skip to content

Commit bc1035f

Browse files
committed
优化 SQLConfig 代码缩进,解决在 GitHub 上因为 tab 缩进和 IDEA 不一致导致上下显示没对齐
1 parent 9b9086a commit bc1035f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

APIJSONORM/src/main/java/apijson/orm/SQLConfig.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,21 @@ public interface SQLConfig<T extends Object> {
113113
// boolean isPLSQL();
114114
// boolean isAnsiSQL();
115115

116-
/**用来给 Table, Column 等系统属性表来绕过 MAX_SQL_COUNT 等限制
117-
* @return
118-
*/
116+
/**用来给 Table, Column 等系统属性表来绕过 MAX_SQL_COUNT 等限制
117+
* @return
118+
*/
119119
boolean limitSQLCount();
120120

121121
/**是否开启 WITH AS 表达式来简化 SQL 和提升性能
122122
* @return
123123
*/
124124
boolean isWithAsEnable();
125125
/**允许增删改部分失败
126-
* @return
127-
*/
128-
boolean allowPartialUpdateFailed();
126+
* @return
127+
*/
128+
boolean allowPartialUpdateFailed();
129129

130-
@NotNull
130+
@NotNull
131131
String getIdKey();
132132
@NotNull
133133
String getUserIdKey();

0 commit comments

Comments
 (0)