using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QMAPP.FJC.BLL.Common { public class CommonFunction { /// /// 获取产品类别 /// /// /// public static string GetProTypeByCode(string code) { string type = ""; return type; } } }