Merge branch 'feat/liujie'
This commit is contained in:
@@ -87,8 +87,8 @@ export enum MATCH_STATUS {
|
||||
|
||||
// 是否支持候补
|
||||
export enum IsSubstituteSupported {
|
||||
SUPPORT = '0', // 支持
|
||||
NOTSUPPORT = '1', // 不支持
|
||||
SUPPORT = '1', // 支持
|
||||
NOTSUPPORT = '0', // 不支持
|
||||
}
|
||||
|
||||
export interface UpdateLocationRes {
|
||||
|
||||
Reference in New Issue
Block a user