XiangTan_JiaoJie_Bak/DM_Weight/Models/DrugPleaseManuNo.cs

22 lines
374 B
C#
Raw Normal View History

2025-01-06 09:40:32 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DM_Weight.Models
{
public class DrugPleaseManuNo
{
public string DrugId { get; set; }
public string ManuNo { get; set; }
public string EffDate { get; set; }
public int Quantity { get; set; }
}
}