payne
2024-04-25 d6883f7f2dc6f60b4378b6c4d456750de7084c77
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/BaseCustomer.cs
@@ -5,15 +5,15 @@
/*
 * @author : 刘文奇
 * @date : 2024/4/23下午4:07:57
 * @desc : 往来关系
 * @desc : 往来单位
 */
namespace Admin.NET.Core
{
    /// <summary>
    /// 往来关系
    /// 往来单位
    /// </summary>
    [Table("base_customer")]
    [Comment("往来关系")]
    [Comment("往来单位")]
    public class BaseCustomer : DEntityBase
    {