payne
2024-04-26 b5681fe6d6fbe6a27e829051b5fd6bfd56bb4724
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
    {