示例#1
0
文件: BillBean.cs 项目: cjllove/ERP
 public BillBean()
 {
     this.createTime = DateTime.Now;
     this.entry      = new BillEntry();
 }
示例#2
0
文件: BillBean.cs 项目: cjllove/ERP
 public XSBean()
 {
     entries = new BillEntry();
 }