1 Star 0 Fork 16

tianyayouge/称重软件系统过磅汽车衡车牌识别停车门禁智慧城市共享地磅公磅收费

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CarLabelModel.cs 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
温暖 提交于 2023-04-14 01:50 . LPR
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LPR
{
public class CarLabelModel
{
public int AutoNo { get; set; }
public string LabelNo { get; set; }
public string PlateNo { get; set; }
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/tianyayouge/miaojialing.git
git@gitee.com:tianyayouge/miaojialing.git
tianyayouge
miaojialing
称重软件系统过磅汽车衡车牌识别停车门禁智慧城市共享地磅公磅收费
master

搜索帮助