using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_PurPrice_Model : DBUtility.ClsGy_Base_Model
|
{
|
public int HPURCHASEORGID { get; set; }/// ²É¹º×éÖ¯ID
|
public int HSupID { get; set; }/// ¹©Ó¦ÉÌID
|
public int HCurID { get; set; }/// »õ±ÒID
|
public decimal HPRICER { get; set; }/// ¼Û¸ñ
|
public int HPRICETYPE { get; set; }/// ¼Û¸ñÀàÐÍ
|
public string HPRICEOBJECT { get; set; }/// ¼Û¸ñ¶ÔÏó
|
public int HISINCLUDEDTAX { get; set; }/// ÊÇ·ñº¬Ë°£¨0=²»º¬Ë°£¬1=º¬Ë°£©
|
public int HDEFPRICELISTID { get; set; }/// ĬÈϼ۸ñ±íID
|
public int HSUPPLIERMASTERID { get; set; }/// ¹©Ó¦ÉÌÖ÷Êý¾ÝID
|
}
|
}
|