package model type SalaryCalculator struct { Id int64 CorpId int64 Name string Expression string CreateTime int64 UpdateTime int64 }