资源简介
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 }
}
评论
共有 条评论