using System; using System.Collections.Generic; using System.Linq; using System.Text; //---------------------------------------------------------------- //Module Name: $safeprojectname$ //Purpose: //CopyRight: Muchinfo //History: //---------------------------------------------------------------- //DateTime 2016/10/17 18:05:16 //Author //Description Create //---------------------------------------------------------------- namespace Muchinfo.MTPClient.Data.Enums { public enum GoodsFromScr { /// /// 所有 /// All = 0, /// /// 从交易商品 /// Trade=1, /// /// 浏览的商品 /// Brown=2, } }