style: 补充注释

This commit is contained in:
TsMask
2024-06-18 11:59:01 +08:00
parent 580e138a79
commit dafb80206f
3 changed files with 14 additions and 14 deletions

View File

@@ -18,17 +18,17 @@ var NewNeLicense = &NeLicenseController{
neInfoService: neService.NewNeInfoImpl,
}
// 网元授权激活信息请求
// 网元授权激活请求
//
// PATH /license
type NeLicenseController struct {
// 网元授权激活信息服务
// 网元授权激活服务
neLicenseService neService.INeLicense
// 网元信息服务
neInfoService neService.INeInfo
}
// 网元授权激活信息列表
// 网元授权激活列表
//
// GET /list
func (s *NeLicenseController) List(c *gin.Context) {