mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
9 lines
294 B
C#
9 lines
294 B
C#
namespace Xzy.KnowledgeBase.Models
|
|
{
|
|
public class AdvancedProfileData
|
|
{
|
|
public AdvancedOperation[] AdvancedOperation1 { get; set; }
|
|
public AdvancedOperation[] AdvancedOperation2 { get; set; }
|
|
public AdvancedOperation[] AdvancedOperation3 { get; set; }
|
|
}
|
|
} |