public BillBean() { this.createTime = DateTime.Now; this.entry = new BillEntry(); }
public XSBean() { entries = new BillEntry(); }