10 lines
175 B
C#
10 lines
175 B
C#
namespace Tnb.EquipMgr.Interfaces
|
|
{
|
|
/// <summary>
|
|
/// 备品备件领用服务
|
|
/// </summary>
|
|
public interface IEqpSparePartsRequisitionHService
|
|
{
|
|
|
|
}
|
|
} |