You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
418 B
C#
21 lines
418 B
C#
using DS.Module.Core;
|
|
using DS.Module.Core.Enums;
|
|
using DS.WMS.Core.Op.Entity;
|
|
using Masuit.Tools.Systems;
|
|
using SqlSugar;
|
|
using System.ComponentModel;
|
|
|
|
namespace DS.WMS.ContainerManagement.Info.Dtos;
|
|
|
|
/// <summary>
|
|
/// 箱管_报废 返回实体
|
|
/// </summary>
|
|
public class CM_CtnScrapRes: CM_Rent_HeadBase
|
|
{
|
|
|
|
/// <summary>
|
|
/// Desc:租箱业务号
|
|
/// </summary>
|
|
public string Billno { get; set; }
|
|
|
|
} |