搭建基础接口,新增采购入库单、采购订单接口
This commit is contained in:
13
Gatedge.K3Cloud.Utils/Model/K3Request/BaseRequest.cs
Normal file
13
Gatedge.K3Cloud.Utils/Model/K3Request/BaseRequest.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Gatedge.K3Cloud.Utils.Model.K3Request
|
||||
{
|
||||
public class BaseRequest
|
||||
{
|
||||
public int Version { get; set; } = 7;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user