1
liuying
2024-04-25 4b9a6f3c7ed2a6e94b28459eac5f1f64eb36826d
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
    {