重要:代码全局优化与添加一次合格,抛光仓库的截止日期数据查询功能

This commit is contained in:
2025-07-28 15:40:59 +08:00
parent 89c113e5e1
commit 42de49629b
162 changed files with 3335 additions and 3604 deletions

View File

@@ -1,18 +1,11 @@
using System;
using System.Collections.Generic;
using Infrastructure.Attribute;
using SqlSugar;
using System;
using System.Data;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Infrastructure.Attribute;
using Infrastructure.Extensions;
using Mapster.Utils;
using SqlSugar;
using ZR.Model.mes.echarts;
using ZR.Model.MES.pro;
using ZR.Model.MES.qc;
using ZR.Service.MES.echarts.IService;
using static System.Runtime.InteropServices.JavaScript.JSType;
namespace ZR.Service.MES.md
{

View File

@@ -1,5 +1,4 @@
using ZR.Model.mes.echarts;
using ZR.Model.mes.md;
namespace ZR.Service.MES.echarts.IService
{