1
dengjunjie
2025-12-29 86f5db51a5fd895dcae671d01b28cd0d4948af0e
代码管理/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);
    }
}