Commit 94be3fef by wkliang

fix

parent 1abacafd
const ServiceBase = require("../../sve.base");
const system = require('../../../system');
const { where } = require("sequelize/lib/sequelize");
class ProductService extends ServiceBase {
constructor() {
super("product", ServiceBase.getDaoName(ProductService));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment