You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

31 lines
761 B

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
{
}
}
}