1
This commit is contained in:
10
iMES.Entity/SystemModels/SysEntity.cs
Normal file
10
iMES.Entity/SystemModels/SysEntity.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace iMES.Entity.SystemModels
|
||||
{
|
||||
public abstract class SysEntity: BaseEntity
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user