using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace BWP.B3SheepButcherManage
|
|
{
|
|
public static class B3SheepButcherManageConsts //常量
|
|
{
|
|
internal static class DmoTypeIDOffsets
|
|
{
|
|
public const byte FixedPrice = 2;
|
|
public const byte WeightBill = 3;
|
|
public const byte ButcherOrder = 4;
|
|
public const byte Butcher = 5;
|
|
public const byte StatPay = 6;
|
|
public const byte HurryButcher = 7;
|
|
public const byte Pay = 8;
|
|
}
|
|
|
|
public static class DataSources
|
|
{
|
|
internal const string Prefix = "B3SheepButcherManager_";
|
|
public const string 已审核过磅单 = Prefix + "已审核过磅单";
|
|
}
|
|
|
|
public static class GlobalFlags
|
|
{
|
|
}
|
|
}
|
|
}
|