v3.0.1
v3.0.1
This commit is contained in:
12
CC.Yi/CC.Yi.ViewModel/setByIds.cs
Normal file
12
CC.Yi/CC.Yi.ViewModel/setByIds.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CC.Yi.ViewModel
|
||||
{
|
||||
public class setByIds
|
||||
{
|
||||
public int id { get; set; }
|
||||
public List<int> ids { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user