| | |
| | | |
| | | public string shifouqitadingdan { get; set; } |
| | | |
| | | |
| | | public string shifouxianshilunzhuan { get; set; } |
| | | |
| | | public string PSF_Fabantaoshu { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 主键--标识ID |
| | | /// </summary> |
| | |
| | | this.PSF_PaperId = isChange ? MyConvert.ConvertToInt32(value) : PSF_PaperId; |
| | | theValue = this.PSF_PaperId; |
| | | } |
| | | else if ("PSF_Fabantaoshu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 33) |
| | | { |
| | | this.PSF_Fabantaoshu = isChange ? MyConvert.ConvertToString(value) : PSF_Fabantaoshu; |
| | | theValue = this.PSF_Fabantaoshu; |
| | | } |
| | | |
| | | return theValue; |
| | | } |