namespace DS.WMS.Core.Application.Dtos
{
/// <summary>
/// 发票明细操作类型
/// </summary>
public enum BuildOption
Create,
Update,
Delete
}