|
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPASmartClient.DosingSystem.Model
- {
- /// <summary>
- /// 阿里云物模型模板类型
- /// </summary>
- public enum AliyunMaterialModelType
- {
- // DefaultModel,//默认模板
- StockModel,//料仓模板
- ConveyerModel//输送线模板
- }
- }
|