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.
 

32 lines
875 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 Livestock = 1;
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 static class DataSources
{
internal const string Prefix = "B3SheepButcherManager_";
public const string = Prefix + "可屠宰存货属性";
public const string = Prefix + "活体级别";
public const string = Prefix + "已审核过磅单";
}
public static class GlobalFlags
{
}
}
}