新增销售订单获取收款金额API
This commit is contained in:
18
Models/VO/SaleExecuteOut.cs
Normal file
18
Models/VO/SaleExecuteOut.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace GZ_LTHPilot_ORDER.Models.VO
|
||||
{
|
||||
public class SaleExecuteOut
|
||||
{
|
||||
public string FSALEORGNAME { get; set; }
|
||||
public string FBILLNO { get; set; }
|
||||
public string FDate { get; set; }
|
||||
public string FALLMATCHAMOUNT { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user