Laservall_manager_system/VOL.Entity/DomainModels/DeptSync/partial/HR_DeptSync.cs

22 lines
658 B
C#
Raw Normal View History

2025-09-26 13:35:45 +08:00
/*
*,
*Model
*/
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SqlSugar;
using VOL.Entity.SystemModels;
namespace VOL.Entity.DomainModels
{
public partial class HR_DeptSync
{
//此处配置字段(字段配置见此model的另一个partial),如果表中没有此字段请加上 [NotMapped]属性,否则会异常
}
}