All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
13 lines
253 B
C#
13 lines
253 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace FarmMapsAPI.Carbon.Models
|
|
{
|
|
public class ManCcontModel
|
|
{
|
|
public string ManCcont { get; set; }
|
|
public double Value { get; set; }
|
|
}
|
|
}
|