Files
WarehouseMgmt/api_sqlsugar/VolPro.Entity/SystemModels/自定义Entity.cs

11 lines
179 B
C#
Raw Normal View History

2025-10-09 13:58:21 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace VolPro.Entity.SystemModels
{
public abstract class Entity : BaseEntity
{
}
}