yusijie
2023-03-20 ee9e9a2cf7c405637ad7c8f1e262ae39fff8a88a
WebAPI/Models/动态列/OptionListModel.cs
@@ -5,12 +5,15 @@
namespace WebAPI.Models
{
    public class OptionListModel
    public class ReciveBill_FastModel
    {
        public string field { get; set; }
        public string title { get; set; }
        public bool sort { get; set; }
        public bool hide { get; set; }
        public string HInterID { get; set; }
        public string HEntryID { get; set; }
        public decimal HQty { get; set; }
        public decimal HSQty { get; set; }
        public string FID { get; set; }
        public string FEntryID { get; set; }
    }
}