增加序列号服务
This commit is contained in:
14
src/WMS.Web.Domain/Services/SerialNumberService.cs
Normal file
14
src/WMS.Web.Domain/Services/SerialNumberService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using WMS.Web.Domain.IService;
|
||||
|
||||
namespace WMS.Web.Domain.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// 序列号服务
|
||||
/// </summary>
|
||||
public class SerialNumberService: ISerialNumberService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user