10 lines
168 B
C#
10 lines
168 B
C#
namespace Tnb.ProductionMgr.Interfaces
|
|
{
|
|
/// <summary>
|
|
/// 生产领料服务
|
|
/// </summary>
|
|
public interface IPrdOutstockService
|
|
{
|
|
|
|
}
|
|
} |