This commit is contained in:
2025-11-18 11:21:27 +08:00
12 changed files with 84 additions and 74 deletions

View File

@@ -6,6 +6,8 @@ namespace MyCode.Project.Domain.Message.Request.KingDee.SaveModel
public class SalesReturnModel
{
public int? FID { get; set; }
public string FBillNo { get; set; }
public FBillTypeID FBillTypeID { get; set; }
public string FDate { get; set; }
public FSaleOrgId FSaleOrgId { get; set; }