19 lines
376 B
C#
19 lines
376 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using JNPF.VisualDev;
|
|
|
|
namespace Tnb.WarehouseMgr
|
|
{
|
|
/// <summary>
|
|
/// 区域物料设定
|
|
/// </summary>
|
|
[OverideVisualDev(ModuleConsts.MODULE_BASREGIONMAT_ID)]
|
|
public class BasRegionMatService :BaseWareHouseService
|
|
{
|
|
|
|
}
|
|
}
|