mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-10-22 03:27:21 +08:00
更新域名
fix issue #I3ZCIX 可以控制流程审批过程中表单项是否可写
This commit is contained in:
10
OpenAuth.App/Category/Response/CategoryTypeResp.cs
Normal file
10
OpenAuth.App/Category/Response/CategoryTypeResp.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using OpenAuth.Repository.Domain;
|
||||
|
||||
namespace OpenAuth.App.Response
|
||||
{
|
||||
public class CategoryTypeResp : CategoryType
|
||||
{
|
||||
public string ParentId { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user