| | |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 开票申请 |
| | | /// </summary> |
| | | public Guid? KaipiaoshenqingId |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 开票申请 |
| | | /// </summary> |
| | |
| | | /// 设计状态,是否下单 `1是2否 |
| | | /// </summary> |
| | | public int? ShejiStatus |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 设计订单下单返回XiadanKeyid |
| | | /// </summary> |
| | | public int? XiadanKeyid |
| | | { |
| | | get; |
| | | set; |
| | |
| | | this.shifoujiesuan = isChange ? MyConvert.ConvertToInt32(value) : this.shifoujiesuan; |
| | | theValue = this.shifoujiesuan; |
| | | } |
| | | |
| | | else if ("XiadanKeyid".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 142) |
| | | { |
| | | this.XiadanKeyid = isChange ? MyConvert.ConvertToInt32(value) : this.XiadanKeyid; |
| | | theValue = this.XiadanKeyid; |
| | | } |
| | | else if ("KaipiaoshenqingId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 143) |
| | | { |
| | | this.KaipiaoshenqingId = isChange ? MyConvert.ConvertToGuid(value) : this.KaipiaoshenqingId; |
| | | theValue = this.KaipiaoshenqingId; |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | return theValue; |