|
@@ -30,7 +30,7 @@ export class FVO_teamApply {
|
|
|
|
|
|
export class QDTO_teamApply extends SearchBase {
|
|
|
constructor() {
|
|
|
- const like_prop = [];
|
|
|
+ const like_prop = ['team_name'];
|
|
|
const props = ['team_id', 'team_name', 'apply_id', 'apply_name', 'status'];
|
|
|
const mapping = [];
|
|
|
super({ like_prop, props, mapping });
|