15 lines
271 B
C#
15 lines
271 B
C#
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
|
|
{
|
|
}
|
|
}
|