快乐的昕的电脑
2025-12-04 5337eeb47287a70a250cd7dc3794e2a7417c5f33
1
2
3
4
5
6
7
8
9
10
11
12
using SqlSugar;
 
namespace MES.Service.Modes;
 
/// <summary>
/// 只包含删除所需字段的DTO
/// </summary>
public class DeleteRequestDto
{
    public string FBillNo { get; set; }
    public string FBillTypeID { get; set; }
}