- using SMP.Model.Finance;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace SMP.Model.Finance
- {
- public class View_OrderRangeOrderInfo: Logistisc_Order
- {
- public int RangeSettingId { get; set; }
- }
- }
|