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 {