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.
|
|
using Forks.Utils;
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using System.Text;
|
|
|
|
|
|
namespace BWP.B3ClientService.NamedValueTemplate
|
|
|
{
|
|
|
public sealed class 胴体状态
|
|
|
{
|
|
|
public static readonly NamedValue<胴体状态> 胴体称重 = new NamedValue<胴体状态>(0);
|
|
|
public static readonly NamedValue<胴体状态> 入预冷库 = new NamedValue<胴体状态>(1);
|
|
|
public static readonly NamedValue<胴体状态> 分割领用 = new NamedValue<胴体状态>(2);
|
|
|
public static readonly NamedValue<胴体状态> 入销售库 = new NamedValue<胴体状态>(3);
|
|
|
public static readonly NamedValue<胴体状态> 销售出库 = new NamedValue<胴体状态>(4);
|
|
|
}
|
|
|
}
|