[feature] python兼容层基本完成
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SiteManagementSystem_SoftwareEngineering_.Interface
|
||||
{
|
||||
public interface IFieldService
|
||||
{
|
||||
public void AddField(string name, string value);
|
||||
public void RentField();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user