mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
12 lines
329 B
C#
12 lines
329 B
C#
namespace Xzy.KnowledgeBase.Models
|
|
{
|
|
public class BasicGood
|
|
{
|
|
public string Id { get; set; }
|
|
public string Name { get; set; }
|
|
public string Barcode { get; set; }
|
|
public string Price { get; set; }
|
|
public string Num { get; set; }
|
|
public string Amount { get; set; }
|
|
}
|
|
} |