You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
774 B
33 lines
774 B
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace ICSSoft.Entity
|
|
{
|
|
//客户价格表
|
|
public class CustomerPrice
|
|
{
|
|
public string khdlmc;
|
|
public string khbm;
|
|
public string khmc;
|
|
public string chdlmc;
|
|
public string chmc;
|
|
public DateTime sxrq;
|
|
public DateTime shxrq;
|
|
public string sfcxj;
|
|
public string bz;
|
|
public string ID;
|
|
public decimal pfj;
|
|
public decimal cjj;
|
|
//public string ejkh;
|
|
public DateTime u9edit;
|
|
}
|
|
|
|
public class CustomerPriceModel
|
|
{
|
|
public string WorkPoint;//编码
|
|
public DateTime StartTime;//开始时间
|
|
public DateTime EndTime;//结束时间
|
|
}
|
|
}
|