|
@@ -42,8 +42,8 @@ export class FVO_personnel {
|
|
|
|
|
|
export class QDTO_personnel extends SearchBase {
|
|
|
constructor() {
|
|
|
- const like_prop = [];
|
|
|
- const props = ['name', 'gender', 'is_use'];
|
|
|
+ const like_prop = ['name'];
|
|
|
+ const props = ['gender', 'is_use'];
|
|
|
const mapping = [];
|
|
|
super({ like_prop, props, mapping });
|
|
|
}
|