Commit 39a34f03 by 王昆

Merge branch 'xggsve-order-dev' of gitlab.gongsibao.com:jiangyong/zhichan into xggsve-order-dev

parents c316056f fb7ecf37
const system = require("../../../system");
const Dao = require("../../dao.base");
class OsourceDao extends Dao {
constructor() {
super(Dao.getModelName(OsourceDao));
}
}
module.exports = OsourceDao;
\ No newline at end of file
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