fmt all go file
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
)
|
||||
import ()
|
||||
|
||||
// service 通用方法
|
||||
|
||||
@ -17,4 +16,4 @@ func parsePageAndSort(pageNumber, pageSize int, sortField string, isAsc bool) (s
|
||||
sortFieldR = sortField
|
||||
}
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user