Skip to content

Commit

Permalink
增加四柱
Browse files Browse the repository at this point in the history
  • Loading branch information
warrially committed Jun 19, 2020
1 parent fbd92d2 commit e9db988
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bazi.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ func (self *TBazi) init() *TBazi {
func (self *TBazi) String() string {
return fmt.Sprintf("%v\n %v\n %v\n%v\n%v", self.pSolarDate, self.pLunarDate, self.pBaziDate, self.pSiZhu, self.pDaYun)
}

// SiZhu 四柱
func (self *TBazi) SiZhu() *TSiZhu {
return self.pSiZhu
}

0 comments on commit e9db988

Please sign in to comment.