锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
427 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ICSSoft.Entity.TransVouch
{
public class TransVouchs
{
public string AutoID { get; set; }
public decimal iQuantity { get; set; }
public decimal iNum { get; set; }
public string cInvCode { get; set; }
public string cTVBatch { get; set; }
}
}