public void 修改服务约束(服务约束 具体服务约束)
 {
     服务目录业务逻辑 服务逻辑 = new 服务目录业务逻辑();
     服务逻辑.修改服务约束(具体服务约束);
 }