| | |
| | | *å¦ææ°æ®åºå段åçååï¼è¯·å¨ä»£ç çå¨éæ°çææ¤Model |
| | | */ |
| | | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel.DataAnnotations; |
| | |
| | | [MaxLength(80)] |
| | | [Column(TypeName = "nvarchar(80)")] |
| | | [Editable(true)] |
| | | [Required(AllowEmptyStrings = false)] |
| | | public string EmptyPallet_palletweight { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | [Display(Name = "å建è
")] |
| | | [MaxLength(40)] |
| | | [Column(TypeName = "nvarchar(40)")] |
| | | [Editable(true)] |
| | | [Required(AllowEmptyStrings = false)] |
| | | public string EmptyPallet_creator { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [Display(Name = "å建æ¶é´")] |
| | | [Column(TypeName = "datetime")] |
| | | [Editable(true)] |
| | | [Required(AllowEmptyStrings = false)] |
| | | public DateTime EmptyPallet_createtime { get; set; } |
| | | |
| | | /// <summary> |