資源簡介
ASP.NET開發訂單管理,銷售訂單,出庫,報損,應收款
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?Bo
{
????///?
????///?Author:?吳君
????///?CreateDate:2009-04-30
????///?ModifyDate:2009-04-30
????///?CopyRight:深圳市大百匯集團
????///?
????public?class?baseBo
????{
????????private?System.Int32?_id?=?0;
????????public?System.Int32?id
????????{
????????????get?{?return?_id;?}
????????????set?{?_id?=?value;?}
????????}
????????public?virtual?string?GetTableName()
????????{
????????????return?““;
????????}
????}
????public??enum?MarkType?{?City?=?1?Province?BigArea??}
}
評論
共有 條評論