Files
CarbonLib/CarbonLib/Models/MappingCropFarmmapsMiterraRothC.cs
Francisco Salas 0e8be57d43
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
aw7152: namespace change
2025-12-09 13:41:19 +01:00

17 lines
455 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace CarbonLib.Carbon.Models
{
public class MappingCropFarmmapsMiterraRothC
{
public string CropCode { get; set; }
public string CropName { get; set; }
public string PurposeCode { get; set; }
public string PurposeName { get; set; }
public string MiterraRothCCrop { get; set; }
}
}