Files
Basf_TCC11/HJGL/Model/ModelProc.cs
T
2024-05-08 16:27:28 +08:00

19 lines
396 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace Model
{
using System;
using System.Data.Linq;
using System.Linq;
using System.Linq.Expressions;
using System.Data.Linq.Mapping;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
public partial class HJGLDB : System.Data.Linq.DataContext
{
#region HJGL º¸½Ó¹ÜÀí
#endregion
}
}