步步为盈
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
346 B

2 years ago
using NPOI.SS.Formula.Functions;
using System;
2 years ago
using System.Collections.Generic;
using System.Text;
namespace BBWY.Client.Models.PackTask
{
2 years ago
public class IncreateServiceModel:NotifyObject
2 years ago
{
public long Id { get; set; }
2 years ago
2 years ago
public string ServiceName { get; set; }
public decimal ServicePrice { get; set; }
}
}