using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace BWP.B3ClientService
|
|
{
|
|
public static class B3ClientServiceConsts
|
|
{
|
|
public static class DataSources
|
|
{
|
|
internal const string Prefix = "B3ClientService_";
|
|
public const string 生产批次 = Prefix + "生产批次";
|
|
public const string 存货 = Prefix + "存货";
|
|
}
|
|
}
|
|
}
|