对比新文件 |
| | |
| | | 锘縩amespace WIDESEA_StorageOutOrderRepository; |
| | | |
| | | public class Dt_OutOrderProductionRepository : RepositoryBase<Dt_OutOrderProduction>, IDt_OutOrderProductionRepository |
| | | { |
| | | public Dt_OutOrderProductionRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 鎻掑叆鏁版嵁杩斿洖涓婚敭 |
| | | /// </summary> |
| | | /// <param name="production">瀹炰綋鏁版嵁</param> |
| | | /// <returns>涓婚敭ID</returns> |
| | | public int InsertOrderProduction(Dt_OutOrderProduction production) |
| | | { |
| | | return Db.Insertable(production).ExecuteReturnIdentity(); |
| | | } |
| | | } |