sunpengfei
3 天以前 a17848fca2fd7643951e2342a8985e249ec7b93f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace FlexJobApi.Core
{
    /// <summary>
    /// 禁用合同模板
    /// </summary>
    [Resource([EnumResourceController.UserServerElectronSign])]
    public class SetIsDisabledContractTemplateCommand : SetIsDisabledCommand
    {
    }
}