| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core.Attributes; |
| | | |
| | | namespace WIDESEA_DTO.Basic |
| | | { |
| | | [ModelValidate] |
| | | public class MaterielInfo |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public string From { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public string DateTime { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [PropertyValidate("鐗╂枡鍒楄〃", NotNullAndEmpty = true)] |
| | | public MaterielInfoDTO Content { get; set; } |
| | | } |
| | | [ModelValidate] |
| | | public class MaterielInfoDTO |
| | | { |
| | | public string Code { get; set; } |