锐腾搅拌上料功能
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.

30 lines
554 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.Frame.Data.Entity.NcApiEntity
{
public class NcApiOutArguments
{
public string flat { get; set; }
public object list_info { get; set; }
public string status { get; set; }
public string m_isDirty { get; set; }
}
//{
//"flat": "1",
//"list_info": [
// {
// "code": "T23152114202_A01",
// "pk_praybill_b": "1001A1100000005E141C"
// }
//],
//"status": 0,
//"m_isDirty": false
//}
}