Commit 271805ae by Sxy

fix: 代码规范

parent 20b7582e
const system = require('../../../system');
const ServiceBase = require('../../sve.base'); const ServiceBase = require('../../sve.base');
const settings = require('../../../../config/settings');
const appconfig = system.getSysConfig();
class SchemeService extends ServiceBase { class SchemeService extends ServiceBase {
constructor() { constructor() {
super('bizchance', ServiceBase.getDaoName(SchemeService)); super('bizchance', ServiceBase.getDaoName(SchemeService));
......
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