22 lines
696 B
C#
Raw Normal View History

2025-06-06 16:00:39 +08:00
/*
*SellOrderList类的业务代码应在此处编写
*使repository.EF/Dapper等信息
*使repository.DbContextBeginTransaction
*使DBServerProvider.
*使UserContext.Current操作
*SellOrderListService对增ServiceFunFilter
*/
using VOL.Core.BaseProvider;
using VOL.Core.Extensions.AutofacManager;
using VOL.Entity.DomainModels;
using System.Linq;
using VOL.Core.Extensions;
using System;
namespace VOL.Order.Services
{
public partial class SellOrderListService
{
}
}