|
@@ -32,7 +32,7 @@ export class FVO_Good {
|
|
|
|
|
|
export class QDTO_Good extends SearchBase {
|
|
|
constructor() {
|
|
|
- const like_prop = ['name'];
|
|
|
+ const like_prop = [];
|
|
|
const props = ['name', 'type', 'supplier_id', 'is_use'];
|
|
|
const mapping = [];
|
|
|
super({ like_prop, props, mapping });
|