leiqunqing
2025-12-26 ee67c9e74f6af07d3ffc09bd122a139713054727
代码管理/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IBoxingDetailService.cs
@@ -12,5 +12,8 @@
    public interface IBoxingDetailService : IService<Dt_BoxingDetail>
    {
        public IRepository<Dt_BoxingDetail> Repository { get; }
        //姣旇緝闆朵欢鏄惁榻愬叏
        public bool IsComponentCodesEqual(List<Dt_BoxingDetail> boxingDetails, List<Dt_FormulaDetail> formulaDetails);
    }
}