| | |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 开票申请 |
| | | /// </summary> |
| | | public Guid? KaipiaoshenqingId |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 开票申请 |
| | | /// </summary> |
| | |
| | | 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; |