控制器 ApiController
+ attribute1:type = defaultValue+ attribute2:type- attribute3:type
+ operation1(params):returnType- operation2(params)- operation3()
父类接口 IBaseService
业务类接口 IBusinessService
父类实现类 BaseServiceImpl
业务实现类 BusinessServiceImpl
继承
实现