14 changed files with 109 additions and 3 deletions
@ -0,0 +1,24 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.ComponentModel.DataAnnotations; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.Application.Dtos; |
|||
|
|||
namespace Win_in.Sfs.Basedata.tests; |
|||
[Serializable] |
|||
public class ErpCodeRequest |
|||
{ |
|||
public string ErpCode { set; get; } |
|||
public string ProductType { set; get; } |
|||
|
|||
|
|||
public string ProductColor { set; get; } |
|||
|
|||
public string ProductState { set; get; } |
|||
|
|||
public string ProductProperty { set; get; } |
|||
|
|||
public string From { set; get; } |
|||
} |
Loading…
Reference in new issue