getDaYun method

List<DaYun> getDaYun()

获取10轮大运

Implementation

List<DaYun> getDaYun() {
  return getDaYunBy(10);
}