将wechatQrCode配置成selectFree的
This commit is contained in:
parent
f8c4555a44
commit
930a35c8c4
|
|
@ -14,4 +14,4 @@ exports.IgnoredRelationPathMap = {
|
|||
exports.DeducedRelationMap = {
|
||||
extraFile: 'entity',
|
||||
};
|
||||
exports.SelectFreeEntities = ['application', 'area', 'mobile'];
|
||||
exports.SelectFreeEntities = ['application', 'area', 'mobile', 'wechatQrCode'];
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ export const DeducedRelationMap = {
|
|||
extraFile: 'entity',
|
||||
}
|
||||
|
||||
export const SelectFreeEntities = ['application', 'area', 'mobile'];
|
||||
export const SelectFreeEntities = ['application', 'area', 'mobile', 'wechatQrCode'];
|
||||
Loading…
Reference in New Issue