Files

14 lines
199 B
C#
Raw Permalink Normal View History

2022-09-05 16:36:31 +08:00
using System.Collections.Generic;
namespace Model
{
public class PointBatch
{
public List<PointBatchItem> oldJointId
{
get;
set;
}
}
}