| | |
| | | /// </summary> |
| | | public virtual decimal? Toubiaobaozhengjin { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 履约保证金 |
| | | /// </summary> |
| | | public decimal? LVyuebaozhengjin { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 招标代理费 |
| | | /// </summary> |
| | | public decimal? Zhaobiaodailifei { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否接受保函 |
| | | /// </summary> |
| | | public bool? Isbaohan { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 联合体投标 |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 采购人分页查询输入参数 |
| | | /// </summary> |
| | | public class PageCaigiourenInput : BasePageInput |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 新增日期范围 |
| | | /// </summary> |
| | | public DateTime?[] CreateDateRange { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 采购人名称 |
| | | /// </summary> |
| | | public string Caigourenmingcheng { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 行政区域 |
| | | /// </summary> |
| | | public string Xingzhengquyu { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 非政府订单增加输入参数 |
| | | /// </summary> |
| | |
| | | /// 投标保证金 |
| | | /// </summary> |
| | | public decimal? Toubiaobaozhengjin { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 履约保证金 |
| | | /// </summary> |
| | | public decimal? LVyuebaozhengjin { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否接受保函 |
| | | /// </summary> |
| | | public bool? Isbaohan { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 招标代理费 |
| | | /// </summary> |
| | | public decimal? Zhaobiaodailifei { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 联合体投标 |
| | |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 非政府订单增加输入参数 |
| | | /// </summary> |
| | | public class AddCaigourenGuanliInput |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 采购人ID,主键 |
| | | /// </summary> |
| | | |
| | | public Guid? Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 采购人名称 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "采购人名称字符长度不能超过100")] |
| | | public string Caigourenmingcheng { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 行政区域510000,510100,510101 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "行政区域字符长度不能超过100")] |
| | | public string Xingzhengquyu { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 行政区域名称 四川省 / 成都市 / 市本级 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "行政区域名称字符长度不能超过100")] |
| | | public string XingzhengquyuName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机构代码 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "机构代码字符长度不能超过100")] |
| | | public string Jigoudaima { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 代码类型 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "代码类型字符长度不能超过100")] |
| | | public string Daimaleixing { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 联系人 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "联系人称字符长度不能超过100")] |
| | | public string Lianxiren { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 联系电话 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "联系电话字符长度不能超过100")] |
| | | public string Lianxidianhua { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 通信地址 |
| | | /// </summary> |
| | | [MaxLength(250, ErrorMessage = "通信地址字符长度不能超过250")] |
| | | public string Tongxindizhi { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 电子邮件 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "电子邮件字符长度不能超过100")] |
| | | public string Dianziyoujian { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目经办人 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "项目经办人字符长度不能超过100")] |
| | | public string Xiangmujingbanren { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 职务 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "职务字符长度不能超过100")] |
| | | public string Zhiwu { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 经办人电话 |
| | | /// </summary> |
| | | [MaxLength(100, ErrorMessage = "经办人电话字符长度不能超过100")] |
| | | public string Jingbanrendianhua { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 非政府订单删除输入参数 |
| | |
| | | public Guid TenderOrderId { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 中标文件 |
| | | /// </summary> |
| | | [Required(ErrorMessage = "中标文件不能为空")] |
| | | public string Zhongbiaowenjian { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 中标文件Name |
| | | /// </summary> |
| | | [Required(ErrorMessage = "中标文件Name不能为空")] |
| | | public string ZhongbiaowenjianName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 代理商发布中标文件 |
| | | /// </summary> |
| | | public class OrderZhongbiaoWenjianInput |
| | | { |
| | | /// <summary> |
| | | /// 招标Id |
| | | /// </summary> |
| | | [Required(ErrorMessage = "招标Id不能为空")] |
| | | public Guid TenderOrderId { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 中标文件 |
| | | /// </summary> |
| | | [Required(ErrorMessage = "中标文件不能为空")] |
| | | public string Zhongbiaowenjian { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 中标文件Name |
| | | /// </summary> |
| | | [Required(ErrorMessage = "中标文件Name不能为空")] |
| | | public string ZhongbiaowenjianName { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 供应商支付报名费 |
| | | /// </summary> |