2023-03-14 19:05:29 +08:00

12 lines
204 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using AIMSDAL;
namespace AIMSModel
{
public partial class Charges
{
public string Number { get; set; }
}
}