namespace WIDESEA_IStorageOutOrderRepository; public interface IDt_OutOrderProductionRepository : IRepository { /// /// 插入数据返回主键 /// /// 实体数据 /// 主键ID int InsertOrderProduction(Dt_OutOrderProduction production); }