后厨api
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.
 
 

20 lines
552 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace BPA.SAAS.KitChenManage.Comm.Const
  7. {
  8. /// <summary>
  9. /// 产品物模型对应的服务参数常量
  10. /// </summary>
  11. public class ProductParametersConst_Goods
  12. {
  13. public const string goodsinfo = "goodsinfo";
  14. public const string goodsAttribute = "goodsAttribute";
  15. public const string goodsUnitInfo = "goodsUnitInfo";
  16. public const string goodsTypeInfo = "goodsTypeInfo";
  17. }
  18. }