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.
80 lines
2.5 KiB
80 lines
2.5 KiB
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace NFine.Domain._03_Entity.SRM
|
|
{
|
|
public class ICSSORRFQOA
|
|
{
|
|
|
|
public string appName { get; set; }
|
|
public datadetail data;
|
|
public class datadetail
|
|
{
|
|
|
|
public datass data;
|
|
public string templateCode { get; set; }
|
|
public string draft { get; set; }
|
|
public string relateDoc { get; set; }
|
|
public string subject { get; set; }
|
|
}
|
|
|
|
public class datass
|
|
{
|
|
public formmain_0136 formmain_0136 = new formmain_0136();
|
|
public List<formson_0137> formson_0137 = new List<formson_0137>();
|
|
}
|
|
/// <summary>
|
|
/// 基础资料
|
|
/// </summary>
|
|
public class formmain_0136
|
|
{
|
|
|
|
public string field0001 { get; set; }//业务员
|
|
public DateTime field0002 { get; set; }//日期
|
|
public string field0011 { get; set; }//日期
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
/// 人员状况
|
|
/// </summary>
|
|
public class formson_0137
|
|
{
|
|
public string field0003 { get; set; }//供应商
|
|
public string field0004 { get; set; }//供应商编码
|
|
public string field0005 { get; set; }//存货名称
|
|
public string field0006 { get; set; }//规格型号
|
|
public decimal field0007 { get; set; }//含税单价
|
|
public decimal field0008 { get; set; }//原币单价
|
|
public DateTime field0009 { get; set; }//生效日期
|
|
|
|
public decimal field0012 { get; set; }//序号
|
|
public string field0013 { get; set; }//产品编码
|
|
public string field0014 { get; set; }//单位
|
|
public decimal field0015 { get; set; }//数量
|
|
public decimal field0016 { get; set; }//材料费
|
|
|
|
public decimal field0017 { get; set; }//加工费
|
|
|
|
public decimal field0018 { get; set; }//表处费
|
|
|
|
public decimal field0019 { get; set; }//其他费用
|
|
|
|
public decimal field0020 { get; set; }//单价
|
|
|
|
public decimal field0021 { get; set; }//总价
|
|
|
|
public string field0022 { get; set; }//货期
|
|
public string field0023 { get; set; }//账期
|
|
public string field0024 { get; set; }//定价供应商
|
|
|
|
public decimal field0026 { get; set; }//首价
|
|
|
|
|
|
}
|
|
|
|
}
|
|
}
|