BundleConfig.cs 452 B

12345678910111213141516171819
  1. using Ant.Data;
  2. using Ant.ORM;
  3. using MES.Production.Entity;
  4. using MES.Production.Entity.Entity;
  5. using System.Collections.Generic;
  6. using System.Web;
  7. using System.Web.Optimization;
  8. namespace ChangFa.Machinery.WebPage
  9. {
  10. public class BundleConfig
  11. {
  12. // 有关绑定的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=301862
  13. public static void RegisterBundles(BundleCollection bundles)
  14. {
  15. }
  16. }
  17. }