This commit is contained in:
tanghc
2020-06-16 18:02:41 +08:00
parent 2588014b6e
commit 04a1a05127
5 changed files with 7 additions and 7 deletions

View File

@@ -46,8 +46,8 @@ public class ConfigServiceRoute {
/** uri后面跟的path, 数据库字段path */
private String path;
/** 路由执行的顺序, 数据库字段order */
private Integer order;
/** 路由执行的顺序, 数据库字段order_index */
private Integer orderIndex;
/** 是否忽略验证,业务参数验证除外, 数据库字段ignore_validate */
private Byte ignoreValidate;