Zhang-Hong-Lin
4 天以前 232cdf071bfe3bd2b77ba05accba89b67fcc1edc
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/dt_WeightHtyService.cs
@@ -4,6 +4,8 @@
using System.Text;
using System.Threading.Tasks;
using AutoMapper;
using SqlSugar;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_ISystemServices;
@@ -18,6 +20,15 @@
        {
        }
        public IRepository<dt_Weight_hty> Repository => BaseDal;
        public WebResponseContent alldelete()
        {
            List<dt_Weight_hty> weights = BaseDal.QueryData();
            BaseDal.DeleteData(weights);
            WebResponseContent w = new WebResponseContent();
            return w;
        }
    }
}