| | |
| | | set { _id = value; } |
| | | } |
| | | |
| | | private string _orderId; |
| | | |
| | | public string orderId |
| | | { |
| | | get => _orderId; |
| | | set => RaiseAndSetIfChanged(ref _orderId, value); |
| | | } |
| | | |
| | | private string _orderCode; |
| | | |
| | | public string orderCode |
| | |
| | | set { _status = value; } |
| | | } |
| | | |
| | | private string _statusArr; |
| | | |
| | | public string statusArr |
| | | { |
| | | get { return _statusArr; } |
| | | set { _statusArr = value; } |
| | | } |
| | | |
| | | public string d3Md5 { get; set; } |
| | | public string d3RelativePath { get; set; } |
| | | public string d2Md5 { get; set; } |
| | |
| | | { |
| | | get { return _requestUser; } |
| | | set => RaiseAndSetIfChanged(ref _requestUser, value); |
| | | } |
| | | |
| | | private string _requestUserId; |
| | | |
| | | public string requestUserId |
| | | { |
| | | get { return _requestUserId; } |
| | | set => RaiseAndSetIfChanged(ref _requestUserId, value); |
| | | } |
| | | |
| | | private string _auditUser; |
| | |
| | | } |
| | | |
| | | public byte[] commentBlob { get; set; } |
| | | public byte[] base64Data { get; set; } |
| | | |
| | | private ObservableCollection<DrawAudit> _children; |
| | | |
| | |
| | | get => _mass; |
| | | set => RaiseAndSetIfChanged(ref _mass, value); |
| | | } |
| | | |
| | | private bool _isOpening = false; |
| | | public bool IsOpening |
| | | { |
| | | get => _isOpening; |
| | | set => RaiseAndSetIfChanged(ref _isOpening, value); |
| | | } |
| | | } |
| | | } |