1
This commit is contained in:
16
Gatedge.K3.Pilot.PlugIn/Models/POPush.cs
Normal file
16
Gatedge.K3.Pilot.PlugIn/Models/POPush.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Gatedge.K3.Pilot.PlugIn.Models
|
||||
{
|
||||
public class POPush
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int entryId { get; set; }
|
||||
|
||||
public decimal qty { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user