12345678910111213141516171819 |
- using Ant.Data;
- using Ant.ORM;
- using MES.Production.Entity;
- using MES.Production.Entity.Entity;
- using System.Collections.Generic;
- using System.Web;
- using System.Web.Optimization;
- namespace ChangFa.Machinery.WebPage
- {
- public class BundleConfig
- {
- // 有关绑定的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=301862
- public static void RegisterBundles(BundleCollection bundles)
- {
- }
- }
- }
|