| | |
| | | /// 出库单号 |
| | | /// </summary> |
| | | public string S_NO { get; set; } |
| | | public DateTime? BUDAT { get; set; } |
| | | public DateTime? BLDAT { get; set; } |
| | | public string BUDAT { get; set; } |
| | | public string BLDAT { get; set; } |
| | | public string UNAME { get; set; } |
| | | public string BKTXT { get; set; } |
| | | public string SOBKZ { get; set; } |
| | |
| | | public string S_WLPZNF { get; set; } |
| | | public string S_WLPZHXM { get; set; } |
| | | public string S_WLPZ { get; set; } |
| | | public int S_WLPZND { get; set; } |
| | | public string S_WLPZND { get; set; } |
| | | /// <summary> |
| | | /// 仓库编码 |
| | | /// </summary> |
| | |
| | | /// 工厂 |
| | | /// </summary> |
| | | public string S_FACTORY { get; set; } |
| | | //public string S_GZRY { get; set; } |
| | | public string S_CBZX { get; set; } |
| | | public string S_LRZX { get; set; } |
| | | public string S_ZZKM { get; set; } |
| | | public string S_PZRQ { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | [Navigate(NavigateType.OneToMany, nameof(TN_Outbound_Detail.S_DO_NO), nameof(S_NO))] |