using SqlSugar; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Myshipping.Application.Entity { /// /// 任务VGM比对回执详情表 /// [SugarTable("task_vgm_feedback")] [Description("任务VGM比对回执详情表")] public class TaskVGMFeedBackInfo : TaskManageDbEntity { } }