You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
354 B

4 years ago
define(function (require, exports, module) {
let Service = require('apps/rht/base/rhtService');
let prefix = 'cn.qdhezheng.rht.app.sys.sys01030801.';
return {
ControlCodeRule:function(tableName){
return Service.doPlugin(prefix + 'ControlCodeRule',{
tablename:tableName
})
}
};
})