| | |
| | | public string? bz { get; set; } // 备注 |
| | | public string type { get; set; } // type |
| | | public string? erpid { get; set; } // 调拨出库单id |
| | | public string? GYS { get; set; } // 供应商 |
| | | |
| | | } |
| | | |
| | | public class ERPZJDBB |
| | |
| | | public string? bz { get; set; } // 备注 |
| | | public string? erpid { get; set; } // 调拨出库行id |
| | | public string? eid { get; set; } // 调拨出库头id |
| | | public string? YD_lx { get; set; } // 源单类型 |
| | | public string? yd_bm { get; set; } // 源单编号 |
| | | public string? dd_lx { get; set; } // 订单类型 |
| | | public string? dd_bm { get; set; } // 订单编号 |
| | | public string? tzd_dh { get; set; } // 通知单单号 |
| | | |
| | | |
| | | |
| | | } |
| | | } |