Merge branch 'dev' of http://60.209.125.238:20010/chenjingyong/ds8-solution-pro into dev
commit
5c42fa3289
@ -0,0 +1,28 @@
|
|||||||
|
using DS.Module.Core;
|
||||||
|
using DS.Module.Core.Enums;
|
||||||
|
using DS.WMS.ContainerManagement.Info.Entity;
|
||||||
|
using FluentValidation;
|
||||||
|
using Mapster;
|
||||||
|
using Masuit.Tools.Systems;
|
||||||
|
using SqlSugar;
|
||||||
|
|
||||||
|
namespace DS.WMS.ContainerManagement.Info.Dtos;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 箱管_处理附件
|
||||||
|
/// </summary>
|
||||||
|
public class CM_DealExcelReq
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 主键编号
|
||||||
|
/// </summary>
|
||||||
|
public long Id { get; set; }
|
||||||
|
|
||||||
|
public string FormName { get; set; }
|
||||||
|
|
||||||
|
public string TableName { get; set; }
|
||||||
|
|
||||||
|
public long FileId { get; set; }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue