B3代宰模块
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.
 

39 lines
1.5 KiB

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BWP.B3SubstituteKill.Utils
{
public class B3SubstituteKillConsts
{
public class DataSources
{
private const string PluginName = "B3SubstituteKill_";
public const string = PluginName + "授权代宰费用";
public const string = PluginName + "授权代宰费用全部";
public const string 线 = PluginName + "授权代宰生产线";
public const string 线 = PluginName + "授权代宰生产线全部";
public const string = PluginName + "授权代宰回收";
public const string = PluginName + "授权代宰回收全部";
public const string = PluginName + "供应商代宰标识";
public const string = PluginName + "供应商代宰标识全部";
}
public static class DmoTypeIDOffsets
{
public const byte SubKillPriceBill = 1;
public const byte SubKillWeightBill = 2;
public const byte WeightingInfo = 3;
public const byte SubKillButcherOrder = 4;
public const byte StatPay = 5;
public const byte SubKillGathering = 6;
}
public static class Flags
{
public const string SubKillWeightBill_Detail_WeightIsEdit = "B3SubstituteKill_SubKillWeightBill_Detail_WeightIsEdit";
}
}
}