namespace Tnb.WarehouseMgr.Entities { public interface IInOutStockCode { string bill_d_id { get; set; } //string line_status { get; set; } } }