This commit is contained in:
2025-11-17 14:36:57 +08:00
parent b79a7a637e
commit b484ce5490
11 changed files with 80 additions and 71 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; }