style: 注释

This commit is contained in:
TsMask
2024-09-06 16:24:08 +08:00
parent 49c2b26c64
commit 9014137965

View File

@@ -10,7 +10,7 @@ type INeHost interface {
// SelectList 根据实体查询
SelectList(neHost model.NeHost) []model.NeHost
// SelectByIds 通过ID查询
// SelectById 通过ID查询
SelectById(hostId string) model.NeHost
// CheckUniqueHostTitle 校验分组组和主机名称是否唯一