| | |
| | | using FlexJobApi.Core.Enums.Users; |
| | | using Mapster; |
| | | using MediatR; |
| | | using Newtonsoft.Json; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel.DataAnnotations; |
| | |
| | | public string File { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 小程序码 |
| | | /// </summary> |
| | | public string WxmpQrCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 制版模板照片 |
| | | /// </summary> |
| | | public string TemplateEditData { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 制版变量JSON |
| | | /// </summary> |
| | | public string TemplateJsonData { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 业务编码 |
| | | /// </summary> |
| | | public string Code { get; set; } |