| | |
| | | private int? _psf_CTPCount; |
| | | private string _psf_PSSpec; |
| | | private int? _psf_PSCount; |
| | | public string shifouxianshi { get; set; } |
| | | |
| | | public string shifouxianshiheban { get; set; } |
| | | |
| | | public string shifouqitadingdan { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 主键--标识ID |
| | | /// </summary> |
| | | public int? Keyid |
| | | public string shifouxianshilunzhuan { get; set; } |
| | | |
| | | public string PSF_Fabantaoshu { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 主键--标识ID |
| | | /// </summary> |
| | | public int? Keyid |
| | | { |
| | | set{ _keyid=value;} |
| | | get{return _keyid;} |
| | |
| | | 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; |
| | | } |